This commit is contained in:
Hell13Cat
2022-01-25 21:14:45 +03:00
parent bf8e1a45b3
commit 856c8c0be6
13 changed files with 86 additions and 16 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "mw_alko:vine",
"category": "Nature"
},
"components": {
"minecraft:icon": "mw_alko:vine",
"minecraft:use_animation": "drink",
"minecraft:render_offsets": "apple"
}
}
}
+3 -3
View File
@@ -7,7 +7,7 @@
"version": [
0,
0,
3
8
],
"min_engine_version": [
1,
@@ -23,7 +23,7 @@
"version": [
0,
0,
3
8
]
}
],
@@ -33,7 +33,7 @@
"version": [
0,
0,
3
8
]
}
]
+4 -1
View File
@@ -1,7 +1,10 @@
item.mw_alko:bottle.name=Бутылка
item.mw_alko:bottle_water.name=Бутылка с водой
item.mw_alko:alcohol.name=Спирт
item.mw_alko:alcohol.name=Самогон
item.mw_alko:vodka.name=Водка
item.mw_alko:vine.name=Вино
item.mw_alko:beer.name=Пиво
item.mw_alko:absent.name=Абсент
## Comments can be added anywhere on a valid line by starting with '##'
##
## Note, trailing spaces will NOT be trimmed. If you want room between the end of the string and the start of a
+3
View File
@@ -82,6 +82,9 @@
},
"mw_alko:vodka": {
"textures": "textures/items/pamobile/mw_alko_vodka"
},
"mw_alko:vine": {
"textures": "textures/items/pamobile/mw_alko_vine"
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B