Испрвления

This commit is contained in:
Hell13Cat
2022-01-25 21:50:55 +03:00
parent 96c9b1aca7
commit 672c6530a2
13 changed files with 46 additions and 12 deletions
@@ -1 +1 @@
give @s mw_alko:absent give @s mw_alko:beer
+1 -1
View File
@@ -29,7 +29,7 @@
} }
], ],
"remove_effects": [], "remove_effects": [],
"using_converts_to": "mw_alko:beer" "using_converts_to": "mw_alko:bottle"
}, },
"minecraft:use_duration": 32 "minecraft:use_duration": 32
} }
+3 -3
View File
@@ -7,7 +7,7 @@
"version": [ "version": [
0, 0,
0, 0,
8 11
], ],
"min_engine_version": [ "min_engine_version": [
1, 1,
@@ -23,7 +23,7 @@
"version": [ "version": [
0, 0,
0, 0,
8 11
] ]
} }
], ],
@@ -33,7 +33,7 @@
"version": [ "version": [
0, 0,
0, 0,
8 11
] ]
} }
] ]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 914 B

+14
View File
@@ -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"
}
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
"minecraft:item": { "minecraft:item": {
"description": { "description": {
"identifier": "mw_alko:vodka", "identifier": "mw_alko:vodka",
"category": "Nature" "category": "Equipment"
}, },
"components": { "components": {
"minecraft:icon": "mw_alko:vodka", "minecraft:icon": "mw_alko:vodka",
+14
View File
@@ -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": { "minecraft:item": {
"description": { "description": {
"identifier": "mw_alko:bottle_water", "identifier": "mw_alko:bottle_water",
"category": "Nature" "category": "Equipment"
}, },
"components": { "components": {
"minecraft:icon": "mw_alko:bottle_water", "minecraft:icon": "mw_alko:bottle_water",
+1 -1
View File
@@ -3,7 +3,7 @@
"minecraft:item": { "minecraft:item": {
"description": { "description": {
"identifier": "mw_alko:vine", "identifier": "mw_alko:vine",
"category": "Nature" "category": "Equipment"
}, },
"components": { "components": {
"minecraft:icon": "mw_alko:vine", "minecraft:icon": "mw_alko:vine",
+1 -1
View File
@@ -3,7 +3,7 @@
"minecraft:item": { "minecraft:item": {
"description": { "description": {
"identifier": "mw_alko:alcohol", "identifier": "mw_alko:alcohol",
"category": "Nature" "category": "Equipment"
}, },
"components": { "components": {
"minecraft:icon": "mw_alko:alcohol", "minecraft:icon": "mw_alko:alcohol",
+3 -3
View File
@@ -7,7 +7,7 @@
"version": [ "version": [
0, 0,
0, 0,
8 11
], ],
"min_engine_version": [ "min_engine_version": [
1, 1,
@@ -23,7 +23,7 @@
"version": [ "version": [
0, 0,
0, 0,
8 11
] ]
} }
], ],
@@ -33,7 +33,7 @@
"version": [ "version": [
0, 0,
0, 0,
8 11
] ]
} }
] ]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 914 B

+6
View File
@@ -85,6 +85,12 @@
}, },
"mw_alko:vine": { "mw_alko:vine": {
"textures": "textures/items/pamobile/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"
} }
} }
} }