build0001

This commit is contained in:
Hell13Cat
2022-01-25 19:10:50 +03:00
parent 9f5063a5a7
commit 8fdbea5097
37 changed files with 1 additions and 0 deletions
+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"
}
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "mw_alko:bottle",
"category": "Equipment"
},
"components": {
"minecraft:icon": "mw_alko:bottle",
"minecraft:render_offsets": "miscellaneous"
}
}
}
@@ -0,0 +1,14 @@
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "mw_alko:bottle_water",
"category": "Nature"
},
"components": {
"minecraft:icon": "mw_alko:bottle_water",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "apple"
}
}
}