Добавлены спирт + водка

This commit is contained in:
Hell13Cat
2022-01-25 19:46:24 +03:00
parent 0d709c39b2
commit bf8e1a45b3
14 changed files with 87 additions and 10 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "mw_alko:alcohol",
"identifier": "mw_alko:vodka",
"category": "Nature"
},
"components": {
"minecraft:icon": "mw_alko:alcohol",
"minecraft:icon": "mw_alko:vodka",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "apple"
}
+14
View File
@@ -0,0 +1,14 @@
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "mw_alko:alcohol",
"category": "Nature"
},
"components": {
"minecraft:icon": "mw_alko:alcohol",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "apple"
}
}
}