diff --git a/behavior_pack/functions/mw_alko_beer.mcfunction b/behavior_pack/functions/mw_alko_beer.mcfunction index 7d07c2d..583d077 100644 --- a/behavior_pack/functions/mw_alko_beer.mcfunction +++ b/behavior_pack/functions/mw_alko_beer.mcfunction @@ -1 +1 @@ -give @s mw_alko:absent \ No newline at end of file +give @s mw_alko:beer \ No newline at end of file diff --git a/behavior_pack/items/mw_alko_beer.json b/behavior_pack/items/mw_alko_beer.json index 5302e31..50f4a89 100644 --- a/behavior_pack/items/mw_alko_beer.json +++ b/behavior_pack/items/mw_alko_beer.json @@ -29,7 +29,7 @@ } ], "remove_effects": [], - "using_converts_to": "mw_alko:beer" + "using_converts_to": "mw_alko:bottle" }, "minecraft:use_duration": 32 } diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json index b758ac4..506bbcf 100644 --- a/behavior_pack/manifest.json +++ b/behavior_pack/manifest.json @@ -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 ] } ] diff --git a/behavior_pack/pack_icon.png b/behavior_pack/pack_icon.png index 9562b95..a2cf3bd 100644 Binary files a/behavior_pack/pack_icon.png and b/behavior_pack/pack_icon.png differ diff --git a/resource_pack/items/mw_alko_absent.json b/resource_pack/items/mw_alko_absent.json new file mode 100644 index 0000000..e65c92b --- /dev/null +++ b/resource_pack/items/mw_alko_absent.json @@ -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" + } + } +} \ No newline at end of file diff --git a/resource_pack/items/mw_alko_alcohol.json b/resource_pack/items/mw_alko_alcohol.json index 98feba0..1e4ad70 100644 --- a/resource_pack/items/mw_alko_alcohol.json +++ b/resource_pack/items/mw_alko_alcohol.json @@ -3,7 +3,7 @@ "minecraft:item": { "description": { "identifier": "mw_alko:vodka", - "category": "Nature" + "category": "Equipment" }, "components": { "minecraft:icon": "mw_alko:vodka", diff --git a/resource_pack/items/mw_alko_beer.json b/resource_pack/items/mw_alko_beer.json new file mode 100644 index 0000000..1a4210f --- /dev/null +++ b/resource_pack/items/mw_alko_beer.json @@ -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" + } + } +} \ No newline at end of file diff --git a/resource_pack/items/mw_alko_bottle_water.json b/resource_pack/items/mw_alko_bottle_water.json index a88d854..8690ded 100644 --- a/resource_pack/items/mw_alko_bottle_water.json +++ b/resource_pack/items/mw_alko_bottle_water.json @@ -3,7 +3,7 @@ "minecraft:item": { "description": { "identifier": "mw_alko:bottle_water", - "category": "Nature" + "category": "Equipment" }, "components": { "minecraft:icon": "mw_alko:bottle_water", diff --git a/resource_pack/items/mw_alko_vine.json b/resource_pack/items/mw_alko_vine.json index db3ae14..dab187e 100644 --- a/resource_pack/items/mw_alko_vine.json +++ b/resource_pack/items/mw_alko_vine.json @@ -3,7 +3,7 @@ "minecraft:item": { "description": { "identifier": "mw_alko:vine", - "category": "Nature" + "category": "Equipment" }, "components": { "minecraft:icon": "mw_alko:vine", diff --git a/resource_pack/items/mw_alko_vodka.json b/resource_pack/items/mw_alko_vodka.json index 3804e82..3b0fb24 100644 --- a/resource_pack/items/mw_alko_vodka.json +++ b/resource_pack/items/mw_alko_vodka.json @@ -3,7 +3,7 @@ "minecraft:item": { "description": { "identifier": "mw_alko:alcohol", - "category": "Nature" + "category": "Equipment" }, "components": { "minecraft:icon": "mw_alko:alcohol", diff --git a/resource_pack/manifest.json b/resource_pack/manifest.json index 64d807c..7c3735a 100644 --- a/resource_pack/manifest.json +++ b/resource_pack/manifest.json @@ -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 ] } ] diff --git a/resource_pack/pack_icon.png b/resource_pack/pack_icon.png index 9562b95..a2cf3bd 100644 Binary files a/resource_pack/pack_icon.png and b/resource_pack/pack_icon.png differ diff --git a/resource_pack/textures/item_texture.json b/resource_pack/textures/item_texture.json index ec632a9..6f624f7 100644 --- a/resource_pack/textures/item_texture.json +++ b/resource_pack/textures/item_texture.json @@ -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" } } }