diff --git a/behavior_pack/functions/mw_alko_vodka.mcfunction b/behavior_pack/functions/mw_alko_vodka.mcfunction new file mode 100644 index 0000000..e666bbd --- /dev/null +++ b/behavior_pack/functions/mw_alko_vodka.mcfunction @@ -0,0 +1 @@ +give @s mw_alko:vodka \ No newline at end of file diff --git a/behavior_pack/items/mw_alko_alcohol.json b/behavior_pack/items/mw_alko_alcohol.json index 0ae995f..18363de 100644 --- a/behavior_pack/items/mw_alko_alcohol.json +++ b/behavior_pack/items/mw_alko_alcohol.json @@ -19,13 +19,13 @@ "name": "nausea", "chance": 1, "duration": 120, - "amplifier": 1 + "amplifier": 2 }, { "name": "slowness", "chance": 1, "duration": 30, - "amplifier": 1 + "amplifier": 2 } ], "remove_effects": [], diff --git a/behavior_pack/items/mw_alko_vodka.json b/behavior_pack/items/mw_alko_vodka.json new file mode 100644 index 0000000..e9d7bf2 --- /dev/null +++ b/behavior_pack/items/mw_alko_vodka.json @@ -0,0 +1,43 @@ +{ + "format_version": "1.10", + "minecraft:item": { + "description": { + "identifier": "mw_alko:vodka", + "category": "items" + }, + "components": { + "minecraft:hand_equipped": false, + "minecraft:max_stack_size": 1, + "minecraft:foil": false, + "minecraft:stack_by_data": true, + "minecraft:food": { + "saturation_modifier": "low", + "nutrition": 4, + "can_always_eat": true, + "effects": [ + { + "name": "nausea", + "chance": 1, + "duration": 100, + "amplifier": 1 + }, + { + "name": "slowness", + "chance": 1, + "duration": 20, + "amplifier": 1 + }, + { + "name": "strength", + "chance": 1, + "duration": 30, + "amplifier": 1 + } + ], + "remove_effects": [], + "using_converts_to": "mw_alko:bottle" + }, + "minecraft:use_duration": 32 + } + } +} \ No newline at end of file diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json index c3b1485..79879a0 100644 --- a/behavior_pack/manifest.json +++ b/behavior_pack/manifest.json @@ -7,7 +7,7 @@ "version": [ 0, 0, - 2 + 3 ], "min_engine_version": [ 1, @@ -23,7 +23,7 @@ "version": [ 0, 0, - 2 + 3 ] } ], @@ -33,7 +33,7 @@ "version": [ 0, 0, - 2 + 3 ] } ] diff --git a/behavior_pack/recipes/mw_alko_vodka.json b/behavior_pack/recipes/mw_alko_vodka.json new file mode 100644 index 0000000..0218ccc --- /dev/null +++ b/behavior_pack/recipes/mw_alko_vodka.json @@ -0,0 +1,14 @@ +{ + "format_version": "1.12", + "minecraft:recipe_brewing_mix": { + "description": { + "identifier": "mw_alko:vodka" + }, + + "tags": [ "brewing_stand" ], + + "input": "mw_alko:alcohol", + "reagent": "minecraft:coal", + "output": "mw_alko:vodka" + } +} \ 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 3804e82..98feba0 100644 --- a/resource_pack/items/mw_alko_alcohol.json +++ b/resource_pack/items/mw_alko_alcohol.json @@ -2,11 +2,11 @@ "format_version": "1.10", "minecraft:item": { "description": { - "identifier": "mw_alko:alcohol", + "identifier": "mw_alko:vodka", "category": "Nature" }, "components": { - "minecraft:icon": "mw_alko:alcohol", + "minecraft:icon": "mw_alko:vodka", "minecraft:use_animation": "drink", "minecraft:render_offsets": "apple" } diff --git a/resource_pack/items/mw_alko_vodka.json b/resource_pack/items/mw_alko_vodka.json new file mode 100644 index 0000000..3804e82 --- /dev/null +++ b/resource_pack/items/mw_alko_vodka.json @@ -0,0 +1,14 @@ +{ + "format_version": "1.10", + "minecraft:item": { + "description": { + "identifier": "mw_alko:alcohol", + "category": "Nature" + }, + "components": { + "minecraft:icon": "mw_alko:alcohol", + "minecraft:use_animation": "drink", + "minecraft:render_offsets": "apple" + } + } +} \ No newline at end of file diff --git a/resource_pack/manifest.json b/resource_pack/manifest.json index 2a81826..e39c7a6 100644 --- a/resource_pack/manifest.json +++ b/resource_pack/manifest.json @@ -7,7 +7,7 @@ "version": [ 0, 0, - 2 + 3 ], "min_engine_version": [ 1, @@ -23,7 +23,7 @@ "version": [ 0, 0, - 2 + 3 ] } ], @@ -33,7 +33,7 @@ "version": [ 0, 0, - 2 + 3 ] } ] diff --git a/resource_pack/texts/en_US.lang b/resource_pack/texts/en_US.lang index e46f891..6ac76b1 100644 --- a/resource_pack/texts/en_US.lang +++ b/resource_pack/texts/en_US.lang @@ -1,6 +1,7 @@ item.mw_alko:bottle.name=Бутылка item.mw_alko:bottle_water.name=Бутылка с водой item.mw_alko:alcohol.name=Спирт +item.mw_alko:vodka.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 diff --git a/resource_pack/textures/item_texture.json b/resource_pack/textures/item_texture.json index 269c97b..59e4b57 100644 --- a/resource_pack/textures/item_texture.json +++ b/resource_pack/textures/item_texture.json @@ -79,6 +79,10 @@ }, "mw_alko:bottle": { "textures": "textures/items/pamobile/mw_alko_bottle" + }, + "mw_alko:vodka": { + "textures": "textures/items/pamobile/mw_alko_vodka" } } + } } \ No newline at end of file diff --git a/resource_pack/textures/items/pamobile/mw_alko_alcohol.png b/resource_pack/textures/items/pamobile/mw_alko_alcohol.png index 4f0de3b..40df10f 100644 Binary files a/resource_pack/textures/items/pamobile/mw_alko_alcohol.png and b/resource_pack/textures/items/pamobile/mw_alko_alcohol.png differ diff --git a/resource_pack/textures/items/pamobile/mw_alko_bottle.png b/resource_pack/textures/items/pamobile/mw_alko_bottle.png index a889486..8d6daad 100644 Binary files a/resource_pack/textures/items/pamobile/mw_alko_bottle.png and b/resource_pack/textures/items/pamobile/mw_alko_bottle.png differ diff --git a/resource_pack/textures/items/pamobile/mw_alko_bottle_water.png b/resource_pack/textures/items/pamobile/mw_alko_bottle_water.png index b8589cf..991f751 100644 Binary files a/resource_pack/textures/items/pamobile/mw_alko_bottle_water.png and b/resource_pack/textures/items/pamobile/mw_alko_bottle_water.png differ diff --git a/resource_pack/textures/items/pamobile/mw_alko_vodka.png b/resource_pack/textures/items/pamobile/mw_alko_vodka.png new file mode 100644 index 0000000..a693943 Binary files /dev/null and b/resource_pack/textures/items/pamobile/mw_alko_vodka.png differ