Вино
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user