Испрвления

This commit is contained in:
Hell13Cat
2022-01-25 21:50:55 +03:00
parent 96c9b1aca7
commit 672c6530a2
13 changed files with 46 additions and 12 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "mw_alko:absent",
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:absent",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "apple"
}
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
"minecraft:item": {
"description": {
"identifier": "mw_alko:vodka",
"category": "Nature"
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:vodka",
+14
View File
@@ -0,0 +1,14 @@
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "mw_alko:beer",
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:beer",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "apple"
}
}
}
@@ -3,7 +3,7 @@
"minecraft:item": {
"description": {
"identifier": "mw_alko:bottle_water",
"category": "Nature"
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:bottle_water",
+1 -1
View File
@@ -3,7 +3,7 @@
"minecraft:item": {
"description": {
"identifier": "mw_alko:vine",
"category": "Nature"
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:vine",
+1 -1
View File
@@ -3,7 +3,7 @@
"minecraft:item": {
"description": {
"identifier": "mw_alko:alcohol",
"category": "Nature"
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:alcohol",
+3 -3
View File
@@ -7,7 +7,7 @@
"version": [
0,
0,
8
11
],
"min_engine_version": [
1,
@@ -23,7 +23,7 @@
"version": [
0,
0,
8
11
]
}
],
@@ -33,7 +33,7 @@
"version": [
0,
0,
8
11
]
}
]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 914 B

+6
View File
@@ -85,6 +85,12 @@
},
"mw_alko:vine": {
"textures": "textures/items/pamobile/mw_alko_vine"
},
"mw_alko:beer": {
"textures": "textures/items/pamobile/mw_alko_beer"
},
"mw_alko:absent": {
"textures": "textures/items/pamobile/mw_alko_absent"
}
}
}