Испрвления
This commit is contained in:
@@ -1 +1 @@
|
||||
give @s mw_alko:absent
|
||||
give @s mw_alko:beer
|
||||
@@ -29,7 +29,7 @@
|
||||
}
|
||||
],
|
||||
"remove_effects": [],
|
||||
"using_converts_to": "mw_alko:beer"
|
||||
"using_converts_to": "mw_alko:bottle"
|
||||
},
|
||||
"minecraft:use_duration": 32
|
||||
}
|
||||
|
||||
@@ -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 |
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:vodka",
|
||||
"category": "Nature"
|
||||
"category": "Equipment"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": "mw_alko:vodka",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:vine",
|
||||
"category": "Nature"
|
||||
"category": "Equipment"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": "mw_alko:vine",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:alcohol",
|
||||
"category": "Nature"
|
||||
"category": "Equipment"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": "mw_alko:alcohol",
|
||||
|
||||
@@ -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 |
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user