Фиксы

This commit is contained in:
Hell13Cat
2022-01-25 23:21:42 +03:00
parent 64c3ac11dd
commit caffbe1a34
14 changed files with 50 additions and 28 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:absent",
"minecraft:icon": "mw_alko_absent",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "miscellaneous"
}
+1 -1
View File
@@ -6,7 +6,7 @@
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:vodka",
"minecraft:icon": "mw_alko_vodka",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "miscellaneous"
}
+1 -1
View File
@@ -6,7 +6,7 @@
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:beer",
"minecraft:icon": "mw_alko_beer",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "miscellaneous"
}
+1 -1
View File
@@ -6,7 +6,7 @@
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:bottle",
"minecraft:icon": "mw_alko_bottle",
"minecraft:render_offsets": "miscellaneous"
}
}
@@ -6,7 +6,7 @@
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:bottle_water",
"minecraft:icon": "mw_alko_bottle_water",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "miscellaneous"
}
+1 -1
View File
@@ -6,7 +6,7 @@
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:vine",
"minecraft:icon": "mw_alko_vine",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "miscellaneous"
}
+1 -1
View File
@@ -6,7 +6,7 @@
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:alcohol",
"minecraft:icon": "mw_alko_alcohol",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "miscellaneous"
}
+5 -5
View File
@@ -7,12 +7,12 @@
"version": [
0,
0,
14
17
],
"min_engine_version": [
1,
16,
0
17,
40
]
},
"modules": [
@@ -23,7 +23,7 @@
"version": [
0,
0,
14
17
]
}
],
@@ -33,7 +33,7 @@
"version": [
0,
0,
14
17
]
}
]
+7 -7
View File
@@ -71,25 +71,25 @@
"colorful_gifts": {
"textures": "textures/items/colorful_gifts"
},
"mw_alko:bottle_water": {
"mw_alko_bottle_water": {
"textures": "textures/items/pamobile/mw_alko_bottle_water"
},
"mw_alko:alcohol": {
"mw_alko_alcohol": {
"textures": "textures/items/pamobile/mw_alko_alcohol"
},
"mw_alko:bottle": {
"mw_alko_bottle": {
"textures": "textures/items/pamobile/mw_alko_bottle"
},
"mw_alko:vodka": {
"mw_alko_vodka": {
"textures": "textures/items/pamobile/mw_alko_vodka"
},
"mw_alko:vine": {
"mw_alko_vine": {
"textures": "textures/items/pamobile/mw_alko_vine"
},
"mw_alko:beer": {
"mw_alko_beer": {
"textures": "textures/items/pamobile/mw_alko_beer"
},
"mw_alko:absent": {
"mw_alko_absent": {
"textures": "textures/items/pamobile/mw_alko_absent"
}
}