From 1014596bed6b90b1d48fac27da2370932e2df20c Mon Sep 17 00:00:00 2001 From: Hell13Cat <46496367+Hell13Cat@users.noreply.github.com> Date: Sat, 29 Jan 2022 22:01:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D0=B0=D1=8F=20=D0=B5=D0=B4?= =?UTF-8?q?=D0=B0=20=D0=B8=20=D0=BD=D0=B5=D0=BA=D0=BE=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D1=8B=D0=B5=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../functions/fdgsefsefsefs.mcfunction | 3 - .../functions/flaskTransform.mcfunction | 2 - behavior_pack/functions/inWater.mcfunction | 1 - .../functions/mw_alko_absent.mcfunction | 1 - .../functions/mw_alko_alcohol.mcfunction | 1 - .../functions/mw_alko_beer.mcfunction | 1 - .../functions/mw_alko_bottle.mcfunction | 1 - .../functions/mw_alko_bottle_water.mcfunction | 1 - .../functions/mw_alko_vine.mcfunction | 1 - .../functions/mw_alko_vodka.mcfunction | 1 - behavior_pack/functions/tick.json | 3 - behavior_pack/items/mw_alko_absent.json | 26 -- behavior_pack/items/mw_food_pieapple.json | 29 ++ .../recipes/mw_alko_bottle_water.json | 27 +- behavior_pack/recipes/mw_food_pieapple.json | 30 ++ credits.txt | 2 + .../custom.animation_controllers.json | 332 ------------------ resource_pack/materials/entity.material | 21 -- resource_pack/materials/particles.material | 97 ----- resource_pack/models/entity/pabullet.json | 9 - resource_pack/models/entity/patnt.json | 35 -- resource_pack/render_controllers/fish.json | 10 - .../render_controllers/translucence.json | 10 - resource_pack/texts/en_US.lang | 216 ------------ resource_pack/textures/item_texture.json | 11 + .../textures/items/alko/mw_alko_alcohol.png | Bin 195 -> 453 bytes .../textures/items/alko/mw_alko_beer.png | Bin 221 -> 528 bytes .../textures/items/alko/mw_alko_vine.png | Bin 230 -> 421 bytes resource_pack/textures/items/food/choko.png | Bin 0 -> 225 bytes .../textures/items/food/fishfillet.png | Bin 0 -> 466 bytes resource_pack/textures/items/food/jam.png | Bin 0 -> 456 bytes resource_pack/textures/items/food/jerky.png | Bin 0 -> 440 bytes .../textures/items/food/pieapple.png | Bin 0 -> 414 bytes .../textures/items/food/sardines.png | Bin 0 -> 510 bytes resource_pack/textures/items/food/waffles.png | Bin 0 -> 521 bytes resource_pack/textures/pa_particles/smoke.png | Bin 5067 -> 0 bytes 36 files changed, 83 insertions(+), 788 deletions(-) delete mode 100644 behavior_pack/functions/fdgsefsefsefs.mcfunction delete mode 100644 behavior_pack/functions/flaskTransform.mcfunction delete mode 100644 behavior_pack/functions/inWater.mcfunction delete mode 100644 behavior_pack/functions/mw_alko_absent.mcfunction delete mode 100644 behavior_pack/functions/mw_alko_alcohol.mcfunction delete mode 100644 behavior_pack/functions/mw_alko_beer.mcfunction delete mode 100644 behavior_pack/functions/mw_alko_bottle.mcfunction delete mode 100644 behavior_pack/functions/mw_alko_bottle_water.mcfunction delete mode 100644 behavior_pack/functions/mw_alko_vine.mcfunction delete mode 100644 behavior_pack/functions/mw_alko_vodka.mcfunction delete mode 100644 behavior_pack/functions/tick.json create mode 100644 behavior_pack/items/mw_food_pieapple.json create mode 100644 behavior_pack/recipes/mw_food_pieapple.json create mode 100644 credits.txt delete mode 100644 resource_pack/animation_controllers/custom.animation_controllers.json delete mode 100644 resource_pack/materials/entity.material delete mode 100644 resource_pack/materials/particles.material delete mode 100644 resource_pack/models/entity/pabullet.json delete mode 100644 resource_pack/models/entity/patnt.json delete mode 100644 resource_pack/render_controllers/fish.json delete mode 100644 resource_pack/render_controllers/translucence.json delete mode 100644 resource_pack/texts/en_US.lang create mode 100644 resource_pack/textures/items/food/choko.png create mode 100644 resource_pack/textures/items/food/fishfillet.png create mode 100644 resource_pack/textures/items/food/jam.png create mode 100644 resource_pack/textures/items/food/jerky.png create mode 100644 resource_pack/textures/items/food/pieapple.png create mode 100644 resource_pack/textures/items/food/sardines.png create mode 100644 resource_pack/textures/items/food/waffles.png delete mode 100644 resource_pack/textures/pa_particles/smoke.png diff --git a/behavior_pack/functions/fdgsefsefsefs.mcfunction b/behavior_pack/functions/fdgsefsefsefs.mcfunction deleted file mode 100644 index c176e60..0000000 --- a/behavior_pack/functions/fdgsefsefsefs.mcfunction +++ /dev/null @@ -1,3 +0,0 @@ -give @s mw_alko:bottle_water -give @s mw_alko:alcohol -give @s mw_alko:bottle diff --git a/behavior_pack/functions/flaskTransform.mcfunction b/behavior_pack/functions/flaskTransform.mcfunction deleted file mode 100644 index 8b2e87c..0000000 --- a/behavior_pack/functions/flaskTransform.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -clear @s mw_alko:bottle 0 1 -give @s mw_alko:bottle_water 1 0 \ No newline at end of file diff --git a/behavior_pack/functions/inWater.mcfunction b/behavior_pack/functions/inWater.mcfunction deleted file mode 100644 index 2dbaf94..0000000 --- a/behavior_pack/functions/inWater.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute @p ~~~ detect ~~~ minecraft:water 0 function flaskTransform \ No newline at end of file diff --git a/behavior_pack/functions/mw_alko_absent.mcfunction b/behavior_pack/functions/mw_alko_absent.mcfunction deleted file mode 100644 index 7d07c2d..0000000 --- a/behavior_pack/functions/mw_alko_absent.mcfunction +++ /dev/null @@ -1 +0,0 @@ -give @s mw_alko:absent \ No newline at end of file diff --git a/behavior_pack/functions/mw_alko_alcohol.mcfunction b/behavior_pack/functions/mw_alko_alcohol.mcfunction deleted file mode 100644 index bb00815..0000000 --- a/behavior_pack/functions/mw_alko_alcohol.mcfunction +++ /dev/null @@ -1 +0,0 @@ -give @s mw_alko:alcohol \ No newline at end of file diff --git a/behavior_pack/functions/mw_alko_beer.mcfunction b/behavior_pack/functions/mw_alko_beer.mcfunction deleted file mode 100644 index 583d077..0000000 --- a/behavior_pack/functions/mw_alko_beer.mcfunction +++ /dev/null @@ -1 +0,0 @@ -give @s mw_alko:beer \ No newline at end of file diff --git a/behavior_pack/functions/mw_alko_bottle.mcfunction b/behavior_pack/functions/mw_alko_bottle.mcfunction deleted file mode 100644 index 9408ee1..0000000 --- a/behavior_pack/functions/mw_alko_bottle.mcfunction +++ /dev/null @@ -1 +0,0 @@ -give @s mw_alko:bottle \ No newline at end of file diff --git a/behavior_pack/functions/mw_alko_bottle_water.mcfunction b/behavior_pack/functions/mw_alko_bottle_water.mcfunction deleted file mode 100644 index d6c974e..0000000 --- a/behavior_pack/functions/mw_alko_bottle_water.mcfunction +++ /dev/null @@ -1 +0,0 @@ -give @s mw_alko:bottle_water \ No newline at end of file diff --git a/behavior_pack/functions/mw_alko_vine.mcfunction b/behavior_pack/functions/mw_alko_vine.mcfunction deleted file mode 100644 index 80253da..0000000 --- a/behavior_pack/functions/mw_alko_vine.mcfunction +++ /dev/null @@ -1 +0,0 @@ -give @s mw_alko:vine \ No newline at end of file diff --git a/behavior_pack/functions/mw_alko_vodka.mcfunction b/behavior_pack/functions/mw_alko_vodka.mcfunction deleted file mode 100644 index e666bbd..0000000 --- a/behavior_pack/functions/mw_alko_vodka.mcfunction +++ /dev/null @@ -1 +0,0 @@ -give @s mw_alko:vodka \ No newline at end of file diff --git a/behavior_pack/functions/tick.json b/behavior_pack/functions/tick.json deleted file mode 100644 index 35ab46b..0000000 --- a/behavior_pack/functions/tick.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "values": [] -} \ No newline at end of file diff --git a/behavior_pack/items/mw_alko_absent.json b/behavior_pack/items/mw_alko_absent.json index afbfa48..99cca68 100644 --- a/behavior_pack/items/mw_alko_absent.json +++ b/behavior_pack/items/mw_alko_absent.json @@ -22,32 +22,6 @@ "saturation_modifier": "low", "nutrition": 4, "can_always_eat": true, - "effects": [ - { - "name": "nausea", - "chance": 1, - "duration": 300, - "amplifier": 2 - }, - { - "name": "slowness", - "chance": 1, - "duration": 60, - "amplifier": 1 - }, - { - "name": "strength", - "chance": 1, - "duration": 90, - "amplifier": 1 - }, - { - "name": "poison", - "chance": 1, - "duration": 4, - "amplifier": 0 - } - ], "on_consume": { "event": "mw_alko:effect" }, diff --git a/behavior_pack/items/mw_food_pieapple.json b/behavior_pack/items/mw_food_pieapple.json new file mode 100644 index 0000000..f540f60 --- /dev/null +++ b/behavior_pack/items/mw_food_pieapple.json @@ -0,0 +1,29 @@ +{ + "format_version": "1.17.0", + "minecraft:item": { + "description": { + "identifier": "mw_food:pieapple", + "category": "Nature" + }, + "components": { + "minecraft:icon": { + "texture": "mw_food", + "frame": 4 + }, + "minecraft:display_name": { + "value": "Яблочный пирог" + }, + "minecraft:use_animation": "eat", + "minecraft:hand_equipped": false, + "minecraft:max_stack_size": 1, + "minecraft:foil": false, + "minecraft:food": { + "saturation_modifier": "low", + "nutrition": 4, + "can_always_eat": true, + "remove_effects": [] + }, + "minecraft:use_duration": 3 + } + } + } \ No newline at end of file diff --git a/behavior_pack/recipes/mw_alko_bottle_water.json b/behavior_pack/recipes/mw_alko_bottle_water.json index 9e6bba5..a16b632 100644 --- a/behavior_pack/recipes/mw_alko_bottle_water.json +++ b/behavior_pack/recipes/mw_alko_bottle_water.json @@ -1,25 +1,20 @@ { "format_version": "1.12", - "minecraft:recipe_shaped": { + "minecraft:recipe_shapeless": { "description": { - "identifier": "mw_alko:bottle_water" + "identifier": "mw_alko:bottle_water" }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " ", - " B ", - " " - ], - "key": { - "A": { - "item": "minecraft:bucket" + "tags": [ "crafting_table" ], + "group": "candle", + "ingredients": [ + { + "item": "mw_alko:bottle" }, - "B": { - "item": "mw_alko:bottle" + { + "item": "minecraft:potion", + "data": 0 } - }, + ], "result": { "item": "mw_alko:bottle_water" } diff --git a/behavior_pack/recipes/mw_food_pieapple.json b/behavior_pack/recipes/mw_food_pieapple.json new file mode 100644 index 0000000..5052674 --- /dev/null +++ b/behavior_pack/recipes/mw_food_pieapple.json @@ -0,0 +1,30 @@ +{ + "format_version": "1.12", + "minecraft:recipe_shaped": { + "tags": [ + "crafting_table" + ], + "pattern": [ + "###", + "AAA", + " S " + ], + "key": { + "#": { + "item": "minecraft:wheat" + }, + "A": { + "item": "minecraft:apple" + }, + "S": { + "item": "minecraft:sugar" + } + }, + "result": { + "item": "mw_food:pieapple" + }, + "description": { + "identifier": "mw_food:pieapple" + } + } +} \ No newline at end of file diff --git a/credits.txt b/credits.txt new file mode 100644 index 0000000..b5c5b6a --- /dev/null +++ b/credits.txt @@ -0,0 +1,2 @@ +https://henrysoftware.itch.io/pixel-food +https://janbarboza.itch.io/foods-potions-and-coins \ No newline at end of file diff --git a/resource_pack/animation_controllers/custom.animation_controllers.json b/resource_pack/animation_controllers/custom.animation_controllers.json deleted file mode 100644 index 1110b4f..0000000 --- a/resource_pack/animation_controllers/custom.animation_controllers.json +++ /dev/null @@ -1,332 +0,0 @@ -{ - "format_version" : "1.10.0", - "animation_controllers" : { - "controller.animation.nethercat.look_at_target" : { - "initial_state" : "default", - "states" : { - "default" : { - "animations" : [ "look_at_target" ] - } - } - }, - "controller.animation.nethercat.move" : { - "initial_state" : "walking", - "states" : { - "walking" : { - "animations" : [ { "walk" : "query.modified_move_speed" } ], - "transitions" : [ - { - "attacking" : "query.is_delayed_attacking == 1" - } - ] - }, - "attacking" : { - "animations" : [ "attack" ], - "blend_transition" : 0.2, - "blend_via_shortest_path" : true, - "transitions" : [ - { - "walking" : "query.is_delayed_attacking == 0" - } - ] - } - } - }, - "controller.animation.augustolophus": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "stand": "!query.modified_move_speed" - }, - { - "walk": "query.modified_move_speed" - }, - "look_at_target" - ] - } - } - }, - "controller.animation.bracheo": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "stand": "!query.modified_move_speed" - }, - { - "walk": "query.modified_move_speed" - }, - "look_at_target" - ], - "blend_transition": 0.5 - } - } - }, - "controller.animation.hadro": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "stand": "!query.modified_move_speed" - }, - { - "walk": "query.modified_move_speed" - }, - "look_at_target" - ], - "transitions": [ - { - "run": "query.is_moving && query.is_angry" - } - ] - }, - "run": { - "animations": [ - { - "run": "query.modified_move_speed" - } - ], - "transitions": [ - { - "default": "!query.is_moving || query.is_playing_dead" - } - ] - } - } - }, - "controller.animation.lampeo": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "stand": "!query.modified_move_speed" - }, - { - "walk": "query.modified_move_speed" - }, - "look_at_target" - ], - "transitions": [ - { - "run": "query.is_moving && query.is_angry" - } - ] - }, - "run": { - "animations": [ - { - "run": "query.modified_move_speed" - } - ], - "transitions": [ - { - "default": "!query.is_moving || query.is_playing_dead" - } - ] - } - } - }, - "controller.animation.ourano": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "stand": "!query.modified_move_speed" - }, - { - "walk": "query.modified_move_speed" - }, - "look_at_target" - ], - "transitions": [ - { - "run": "query.is_moving && query.is_angry" - } - ] - }, - "run": { - "animations": [ - { - "run": "query.modified_move_speed" - } - ], - "transitions": [ - { - "default": "!query.is_moving || query.is_playing_dead" - } - ] - } - } - }, - "controller.animation.stegosaurus": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "stand": "!query.modified_move_speed" - }, - { - "walk": "query.modified_move_speed" - }, - "look_at_target" - ], - "blend_transition": 0.5 - } - } - }, - "controller.animation.ankylo": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "stand": "!query.modified_move_speed" - }, - { - "walk": "query.modified_move_speed" - }, - "look_at_target" - ], - "transitions": [ - { - "run": "query.is_moving && query.is_angry" - } - ] - }, - "run": { - "animations": [ - { - "run": "query.modified_move_speed" - } - ], - "transitions": [ - { - "default": "!query.is_moving || query.is_playing_dead" - } - ] - } - } - }, - "controller.animation.spiny": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "stand": "!query.modified_move_speed" - }, - { - "walk": "query.modified_move_speed" - }, - "look_at_target" - ], - "transitions": [ - { - "swimming": "query.is_moving" - } - ] - }, - "swimming": { - "animations": [ - { - "swim": "query.is_swimming" - } - ], - "transitions": [ - { - "default": "!query.is_moving || query.is_playing_dead || !query.is_swimming" - } - ] - } - } - }, - "controller.animation.trex": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "stand": "!query.modified_move_speed" - }, - { - "walk": "query.modified_move_speed" - }, - "look_at_target" - ] - } - } - }, - "controller.animation.tricera": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "stand": "!query.modified_move_speed" - }, - { - "walk": "query.modified_move_speed" - }, - "look_at_target" - ] - } - } - }, - "controller.animation.tylosaur": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "still": "!query.modified_move_speed" - }, - { - "swim": "query.modified_move_speed" - }, - "look_at_target" - ] - } - } - }, - "controller.animation.rhinoceros": { - "initial_state": "default", - "states": { - "default": { - "animations": [ - { - "idle": "!query.modified_move_speed" - }, - { - "walk": "query.modified_move_speed" - }, - "look_at_target" - ], - "transitions": [ - { - "mad": "query.is_moving && query.is_angry" - } - ] - }, - "mad": { - "animations": [ - { - "mad": "query.modified_move_speed" - } - ], - "transitions": [ - { - "default": "!query.is_moving || query.is_playing_dead" - } - ] - } - } - } - } -} diff --git a/resource_pack/materials/entity.material b/resource_pack/materials/entity.material deleted file mode 100644 index 57594c6..0000000 --- a/resource_pack/materials/entity.material +++ /dev/null @@ -1,21 +0,0 @@ -{ - "materials": { - "version": "1.0.0", - "translucence:entity_alphatest": {}, - "fish:entity_alphatest": { - - }, - "audi_r8:entity_alphatest": { - - }, - "cars:entity_alphatest": { - - }, - "sesto_elemento:entity_alphatest": { - - }, - "televisor:entity_alphatest": { - - } - } -} diff --git a/resource_pack/materials/particles.material b/resource_pack/materials/particles.material deleted file mode 100644 index 3067dea..0000000 --- a/resource_pack/materials/particles.material +++ /dev/null @@ -1,97 +0,0 @@ -{ - "materials": { - "version": "1.0.0", - - "particles_base": { - "vertexShader": "shaders/color_uv.vertex", - "vrGeometryShader": "shaders/color_uv.geometry", - "fragmentShader": "shaders/color_texture.fragment", - - "vertexFields": [ - { "field": "Position" }, - { "field": "Color" }, - { "field": "UV0" } - ], - - "+samplerStates": [ - { - "samplerIndex": 0, - "textureFilter": "Point" - } - ], - - "msaaSupport": "Both" - }, - - "particles_opaque:particles_base": { - "+defines": [ "ENABLE_FOG" ], - "+states": [ "DisableAlphaWrite" ] - }, - - "particles_glow_glass:particles_base": { - "+defines": [ "USE_ONLY_EMISSIVE" ], - "+states": [ "Blending", "DisableCulling" ], - "blendSrc": "One", - "blendDst": "One" - }, - - "particles_charged:particles_base": { - "+defines": [ "ENABLE_FOG" ], - "+states": [ "Blending", "DisableAlphaWrite" ], - "blendSrc": "One", - "blendDst": "One" - }, - - "particles_glass:particles_base": { - "+defines": [ "ENABLE_FOG" ], - "+states": [ "Blending" ] - }, - - "particles_alpha:particles_base": { - - "+defines": [ "ALPHA_TEST", "ENABLE_FOG" ], - "+states": [ "DisableAlphaWrite" ] - }, - - "particles_blend:particles_base": { - - "+defines": [ "ENABLE_FOG" ], - "+states": [ - "Blending", - "DisableCulling", - "DisableDepthWrite" - ] - }, - - "particles_effects:particles_alpha": { - - "+defines": [ "EFFECTS_OFFSET" ], - "msaaSupport": "Both" - }, - - "particles_random_test": { - "vertexShader": "shaders/particle_random_test.vertex", - "vrGeometryShader": "shaders/color_uv.geometry", - "fragmentShader": "shaders/color_texture.fragment", - - "vertexFields": [ - { "field": "Position" }, - { "field": "Color" }, - { "field": "Normal" }, - { "field": "UV0" } - ], - - "+samplerStates": [ - { - "samplerIndex": 0, - "textureFilter": "Point" - } - ], - - "+defines": [ "ALPHA_TEST", "ENABLE_FOG" ], - "+states": [ "DisableAlphaWrite" ], - - "msaaSupport": "Both" - } - } -} \ No newline at end of file diff --git a/resource_pack/models/entity/pabullet.json b/resource_pack/models/entity/pabullet.json deleted file mode 100644 index 74b7f44..0000000 --- a/resource_pack/models/entity/pabullet.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "format_version":"1.12.0","minecraft:geometry":[ - {"description":{"identifier":"geometry.pabullet","texture_width":32,"texture_height":32},"bones":[{"name":"bone","pivot":[-0.025,0.17157,0.76777],"cubes":[{"origin":[-0.05,1.17157,-1.23223],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[0,0],"uv_size":[8,8]},"east":{"uv":[24,0],"uv_size":[8,8]},"south":{"uv":[0,0],"uv_size":[8,8]},"west":{"uv":[0,0],"uv_size":[8,8]},"up":{"uv":[8,8],"uv_size":[-8,-8]},"down":{"uv":[0,8],"uv_size":[8,-8]}}},{"origin":[-0.05,1.17157,-0.23223],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[8,0],"uv_size":[8,8]},"east":{"uv":[16,0],"uv_size":[8,8]},"south":{"uv":[8,0],"uv_size":[8,8]},"west":{"uv":[8,0],"uv_size":[8,8]},"up":{"uv":[16,8],"uv_size":[-8,-8]},"down":{"uv":[8,8],"uv_size":[8,-8]}}},{"origin":[-0.05,1.17157,0.76777],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[16,0],"uv_size":[8,8]},"east":{"uv":[8,0],"uv_size":[8,8]},"south":{"uv":[16,0],"uv_size":[8,8]},"west":{"uv":[16,0],"uv_size":[8,8]},"up":{"uv":[24,8],"uv_size":[-8,-8]},"down":{"uv":[16,8],"uv_size":[8,-8]}}},{"origin":[-0.05,1.17157,1.76777],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[24,0],"uv_size":[8,8]},"east":{"uv":[0,0],"uv_size":[8,8]},"south":{"uv":[24,0],"uv_size":[8,8]},"west":{"uv":[24,0],"uv_size":[8,8]},"up":{"uv":[32,8],"uv_size":[-8,-8]},"down":{"uv":[24,8],"uv_size":[8,-8]}}},{"origin":[-0.05,0.17157,-1.23223],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[0,8],"uv_size":[8,8]},"east":{"uv":[24,8],"uv_size":[8,8]},"south":{"uv":[0,8],"uv_size":[8,8]},"west":{"uv":[0,8],"uv_size":[8,8]},"up":{"uv":[8,16],"uv_size":[-8,-8]},"down":{"uv":[0,16],"uv_size":[8,-8]}}},{"origin":[-0.05,0.17157,-0.23223],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[8,8],"uv_size":[8,8]},"east":{"uv":[16,8],"uv_size":[8,8]},"south":{"uv":[8,8],"uv_size":[8,8]},"west":{"uv":[8,8],"uv_size":[8,8]},"up":{"uv":[16,16],"uv_size":[-8,-8]},"down":{"uv":[8,16],"uv_size":[8,-8]}}},{"origin":[-0.05,0.17157,0.76777],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[16,8],"uv_size":[8,8]},"east":{"uv":[8,8],"uv_size":[8,8]},"south":{"uv":[16,8],"uv_size":[8,8]},"west":{"uv":[16,8],"uv_size":[8,8]},"up":{"uv":[24,16],"uv_size":[-8,-8]},"down":{"uv":[16,16],"uv_size":[8,-8]}}},{"origin":[-0.05,0.17157,1.76777],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[24,8],"uv_size":[8,8]},"east":{"uv":[0,8],"uv_size":[8,8]},"south":{"uv":[24,8],"uv_size":[8,8]},"west":{"uv":[24,8],"uv_size":[8,8]},"up":{"uv":[32,16],"uv_size":[-8,-8]},"down":{"uv":[24,16],"uv_size":[8,-8]}}},{"origin":[-0.05,-0.82843,-1.23223],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[0,16],"uv_size":[8,8]},"east":{"uv":[24,16],"uv_size":[8,8]},"south":{"uv":[0,16],"uv_size":[8,8]},"west":{"uv":[0,16],"uv_size":[8,8]},"up":{"uv":[8,24],"uv_size":[-8,-8]},"down":{"uv":[0,24],"uv_size":[8,-8]}}},{"origin":[-0.05,-0.82843,-0.23223],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[8,16],"uv_size":[8,8]},"east":{"uv":[16,16],"uv_size":[8,8]},"south":{"uv":[8,16],"uv_size":[8,8]},"west":{"uv":[8,16],"uv_size":[8,8]},"up":{"uv":[16,24],"uv_size":[-8,-8]},"down":{"uv":[8,24],"uv_size":[8,-8]}}},{"origin":[-0.05,-0.82843,0.76777],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[16,16],"uv_size":[8,8]},"east":{"uv":[7,16],"uv_size":[8,8]},"south":{"uv":[16,16],"uv_size":[8,8]},"west":{"uv":[16,16],"uv_size":[8,8]},"up":{"uv":[24,24],"uv_size":[-8,-8]},"down":{"uv":[16,24],"uv_size":[8,-8]}}},{"origin":[-0.05,-0.82843,1.76777],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[24,16],"uv_size":[8,8]},"east":{"uv":[0,16],"uv_size":[8,8]},"south":{"uv":[24,16],"uv_size":[8,8]},"west":{"uv":[24,16],"uv_size":[8,8]},"up":{"uv":[32,24],"uv_size":[-8,-8]},"down":{"uv":[24,24],"uv_size":[8,-8]}}},{"origin":[-0.05,-1.82843,-1.23223],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[0,24],"uv_size":[8,8]},"east":{"uv":[24,24],"uv_size":[8,8]},"south":{"uv":[0,24],"uv_size":[8,8]},"west":{"uv":[0,24],"uv_size":[8,8]},"up":{"uv":[8,32],"uv_size":[-8,-8]},"down":{"uv":[0,32],"uv_size":[8,-8]}}},{"origin":[-0.05,-1.82843,-0.23223],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[8,24],"uv_size":[8,8]},"east":{"uv":[16,24],"uv_size":[8,8]},"south":{"uv":[8,24],"uv_size":[8,8]},"west":{"uv":[8,24],"uv_size":[8,8]},"up":{"uv":[16,32],"uv_size":[-8,-8]},"down":{"uv":[8,32],"uv_size":[8,-8]}}},{"origin":[-0.05,-1.82843,0.76777],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[16,24],"uv_size":[8,8]},"east":{"uv":[8,24],"uv_size":[8,8]},"south":{"uv":[16,24],"uv_size":[8,8]},"west":{"uv":[16,24],"uv_size":[8,8]},"up":{"uv":[24,32],"uv_size":[-8,-8]},"down":{"uv":[16,32],"uv_size":[8,-8]}}},{"origin":[-0.05,-1.82843,1.76777],"size":[0.05,1,1],"pivot":[-0.025,0.17157,0.76777],"rotation":[-45,0,0],"uv":{"north":{"uv":[24,24],"uv_size":[8,8]},"east":{"uv":[0,24],"uv_size":[8,8]},"south":{"uv":[24,24],"uv_size":[8,8]},"west":{"uv":[24,24],"uv_size":[8,8]},"up":{"uv":[32,32],"uv_size":[-8,-8]},"down":{"uv":[24,32],"uv_size":[8,-8]}}}]}]}, - {"description":{"identifier":"geometry.block","texture_width":16,"texture_height":16,"visible_bounds_width":2,"visible_bounds_height":2.5,"visible_bounds_offset":[0,0.75,0]},"bones":[{"name":"block_bone","pivot":[0,0,0],"cubes":[{"size":[16,16,16],"origin":[-8,0,-8],"uv":{"north":{"uv":[0,0],"uv_size":[16,16]},"east":{"uv":[0,0],"uv_size":[16,16]},"south":{"uv":[0,0],"uv_size":[16,16]},"west":{"uv":[0,0],"uv_size":[16,16]},"up":{"uv":[0,0],"uv_size":[16,16]},"down":{"uv":[0,16],"uv_size":[16,-16]}}}]}]}, - {"description":{"identifier":"geometry.pa_sapling","texture_width":16,"texture_height":16,"visible_bounds_width":2,"visible_bounds_height":2.5,"visible_bounds_offset":[0,0.75,0]},"bones":[{"name":"pa_sapling_bone","pivot":[0,0,0],"cubes":[{"size":[0,16,16],"origin":[0,0,-8],"uv":[0,-16]},{"size":[16,16,0],"origin":[-8,0,0],"uv":[0,0]}]}]}, - {"description":{"identifier":"geometry.pa_slab","texture_width":16,"texture_height":16,"visible_bounds_width":2,"visible_bounds_height":1.5,"visible_bounds_offset":[0,0.25,0]},"bones":[{"name":"pa_slab_bone","pivot":[0,0,0],"cubes":[{"origin":[-8,0,-8],"size":[16,8,16],"uv":{"north":{"uv":[0,8],"uv_size":[16,8]},"east":{"uv":[0,8],"uv_size":[16,8]},"south":{"uv":[0,8],"uv_size":[16,8]},"west":{"uv":[0,8],"uv_size":[16,8]},"up":{"uv":[0,0],"uv_size":[16,16]},"down":{"uv":[0,16],"uv_size":[16,-16]}}}]}]}, - {"description":{"identifier":"geometry.pa_stair","texture_width":16,"texture_height":16,"visible_bounds_width":5,"visible_bounds_height":2.5,"visible_bounds_offset":[0,0.75,0]},"bones":[{"name":"pa_stair_bone","pivot":[0,0,0],"cubes":[{"origin":[8,0,9],"size":[0,0,0],"uv":{"north":{"uv":[0,0],"uv_size":[16,16]},"east":{"uv":[0,0],"uv_size":[8,16]},"south":{"uv":[0,0],"uv_size":[16,16]},"west":{"uv":[0,0],"uv_size":[8,16]},"up":{"uv":[0,3],"uv_size":[16,8]},"down":{"uv":[0,8],"uv_size":[16,-8]}}}]}]}, - {"description":{"identifier":"geometry.pa_stair_top","texture_width":16,"texture_height":16,"visible_bounds_width":3,"visible_bounds_height":2.5,"visible_bounds_offset":[0,0.75,0]},"bones":[{"name":"pa_stair_top_bone","pivot":[0,0,-8],"cubes":[{"origin":[-8,0,-8],"size":[16,8,16],"uv":{"north":{"uv":[0,0],"uv_size":[16,8]},"east":{"uv":[0,0],"uv_size":[8,8]},"south":{"uv":[0,0],"uv_size":[16,8]},"west":{"uv":[0,0],"uv_size":[8,8]},"up":{"uv":[0,0],"uv_size":[16,16]},"down":{"uv":[0,16],"uv_size":[16,-16]}}},{"origin":[-8,8,-8],"size":[16,8,8],"uv":{"north":{"uv":[0,0],"uv_size":[16,8]},"east":{"uv":[0,0],"uv_size":[8,8]},"south":{"uv":[0,0],"uv_size":[16,8]},"west":{"uv":[0,0],"uv_size":[8,8]},"up":{"uv":[0,0],"uv_size":[16,8]},"down":{"uv":[0,16],"uv_size":[16,-16]}}}]}]} -]} \ No newline at end of file diff --git a/resource_pack/models/entity/patnt.json b/resource_pack/models/entity/patnt.json deleted file mode 100644 index d9c1bc0..0000000 --- a/resource_pack/models/entity/patnt.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "format_version": "1.10.0", - "geometry.patnt": { - "texturewidth": 64, - "textureheight": 32, - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [0, 0.5, 0], - "bones": [ - { - "name": "patnt", - "pivot": [0, 0, 0], - "cubes": [ - {"origin": [-8, 0, -8], "size": [16, 16, 16], "uv": [0, 0]} - ] - } - ] - }, - "geometry.bullet": { - "texturewidth": 128, - "textureheight": 128, - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [0, 0.5, 0], - "bones": [ - { - "name": "head", - "pivot": [0, 0, 0], - "cubes": [ - {"origin": [-0.1, -0.1, -0.1], "size": [2, 2, 2], "uv": [0, 0]} - ] - } - ] - } -} \ No newline at end of file diff --git a/resource_pack/render_controllers/fish.json b/resource_pack/render_controllers/fish.json deleted file mode 100644 index 62204dc..0000000 --- a/resource_pack/render_controllers/fish.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "format_version": "1.10.0", - "render_controllers": { - "controller.render.fish": { - "geometry": "Geometry.default", - "materials": [ { "*": "Material.default" } ], - "textures": [ "Texture.default" ] - } - } -} diff --git a/resource_pack/render_controllers/translucence.json b/resource_pack/render_controllers/translucence.json deleted file mode 100644 index 1889118..0000000 --- a/resource_pack/render_controllers/translucence.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "format_version": "1.10.0", - "render_controllers": { - "controller.render.translucence": { - "geometry": "Geometry.default", - "materials": [ { "*": "Material.default" } ], - "textures": [ "Texture.default" ] - } - } -} diff --git a/resource_pack/texts/en_US.lang b/resource_pack/texts/en_US.lang deleted file mode 100644 index 9cd9fc4..0000000 --- a/resource_pack/texts/en_US.lang +++ /dev/null @@ -1,216 +0,0 @@ -item.mw_alko:bottle.name=Бутылка -item.mw_alko:bottle_water.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 -## comment on the same line, use TABs. -accessibility.disableTTS=Text To Speech disabled -accessibility.enableTTS=Text To Speech enabled -item.spawn_egg.entity.pa:fish_1.name=Spawn Fish 1 -item.spawn_egg.entity.pa:crab.name=Spawn Crab -item.spawn_egg.entity.pa:fish_2.name=Spawn Butterfly Fish -item.spawn_egg.entity.pa:fish_3.name=Spawn Fish 3 -item.spawn_egg.entity.pa:starfish.name=Spawn Starfish -item.spawn_egg.entity.pa:shark.name=Spawn Shark -item.spawn_egg.entity.pa:megalodon.name=Spawn Megalodon -item.spawn_egg.entity.pa:octopus_red.name=Spawn Octopus Red -item.spawn_egg.entity.pa:octopus.name=Spawn Octopus -item.spawn_egg.entity.pa:hammerhead_shark.name=Spawn Hammerhead shark -item.spawn_egg.entity.pa:piranha.name=Spawn Piranha -item.spawn_egg.entity.pa:stingray.name=Spawn Stingray -item.spawn_egg.entity.pa:fishleon.name=Spawn Lion fish -item.spawn_egg.entity.pa:swordfish.name=Spawn Swordfish -item.spawn_egg.entity.pa:jellyfish_1.name=Jellyfish 1 -item.spawn_egg.entity.pa:jellyfish_2.name=Jellyfish 2 -item.spawn_egg.entity.pa:jellyfish_3.name=Jellyfish 3 -item.spawn_egg.entity.pa:shark_2.name=Spawn Shark 2 -item.spawn_egg.entity.pa:whale.name=Spawn Whale -item.spawn_egg.entity.pa:cachalote.name=Spawn Cachalote -item.spawn_egg.entity.pa:shrimp.name=Spawn Shrimp - -item.spawn_egg.entity.pa:vulture.name=Spawn Vulture -item.spawn_egg.entity.pa:eagle.name=Spawn Eagle -item.spawn_egg.entity.pa:phoenix.name=Spawn Phoenix -item.spawn_egg.entity.pa:seagull.name=Spawn Seagull -item.spawn_egg.entity.pa:villager_with_player_model.name=Spawn NPC - -entity.pa:vulture.name=Vulture -entity.pa:eagle.name=Eagle -entity.pa:phoenix.name=Phoenix -entity.pa:seagull.name=Seagull -entity.pa:villager_with_player_model.name=NPC - -entity.lamborghini:gallardo_yellow.name=Lamborghini Gallardo Yellow -item.spawn_egg.entity.lamborghini:gallardo_yellow.name=Lamborghini Gallardo Yellow - -entity.lamborghini:gallardo_red.name=Lamborghini Gallardo Red -item.spawn_egg.entity.lamborghini:gallardo_red.name=Lamborghini Gallardo Red - -entity.lamborghini:gallardo_blue.name=Lamborghini Gallardo Blue -item.spawn_egg.entity.lamborghini:gallardo_blue.name=Lamborghini Gallardo Blue - -entity.lamborghini:gallardo_green.name=Lamborghini Gallardo Green -item.spawn_egg.entity.lamborghini:gallardo_green.name=Lamborghini Gallardo Green - -entity.lamborghini:gallardo_black.name=Lamborghini Gallardo Black -item.spawn_egg.entity.lamborghini:gallardo_black.name=Lamborghini Gallardo Black - -entity.lamborghini:gallardo_white.name=Lamborghini Gallardo White -item.spawn_egg.entity.lamborghini:gallardo_white.name=Lamborghini Gallardo White - -entity.lamborghini:gallardo_orange.name=Lamborghini Gallardo Orange -item.spawn_egg.entity.lamborghini:gallardo_orange.name=Lamborghini Gallardo Orange - -entity.lamborghini:gallardo_purple.name=Lamborghini Gallardo Purple -item.spawn_egg.entity.lamborghini:gallardo_purple.name=Lamborghini Gallardo Purple - -entity.lamborghini:gallardo_cyan.name=Lamborghini Gallardo Cyan -item.spawn_egg.entity.lamborghini:gallardo_cyan.name=Lamborghini Gallardo Cyan - -//Items - -item.compound.salt.name=Ivory Tusk -item.compound.sodiumoxide.name=Stinky Cheese - -//Spawn Eggs// - -item.spawn_egg.entity.animal:bear.name=Spawn Bear -item.spawn_egg.entity.animal:buffalo.name=Spawn Buffalo -item.spawn_egg.entity.animal:camel.name=Spawn Camel -item.spawn_egg.entity.animal:duck.name=Spawn Duck -item.spawn_egg.entity.animal:penguin.name=Spawn Penguin -item.spawn_egg.entity.animal:steve.name=Spawn Steve (NPC) -item.spawn_egg.entity.animal:alex.name=Spawn Alex (NPC) -item.spawn_egg.entity.animal:lion.name=Spawn Lion -item.spawn_egg.entity.animal:hamster.name=Spawn Hamster -item.spawn_egg.entity.animal:hippo.name=Spawn Hippopotamus -item.spawn_egg.entity.animal:chameleon.name=Spawn Chameleon -item.spawn_egg.entity.animal:mouse.name=Spawn Mouse -item.spawn_egg.entity.animal:deer.name=Spawn Deer -item.spawn_egg.entity.animal:elephant.name=Spawn Elephant -item.spawn_egg.entity.animal:frog.name=Spawn Frog -item.spawn_egg.entity.animal:bumblebee.name=Spawn Bumblebee -item.spawn_egg.entity.animal:tortoise.name=Spawn Tortoise -item.spawn_egg.entity.animal:frozen_beast.name=Spawn Frozen Beast -item.spawn_egg.entity.animal:crocodile.name=Spawn Crocodile -item.spawn_egg.entity.animal:zushroom.name=Spawn Zushroom -item.spawn_egg.entity.animal:starfish.name=Spawn Starfish -item.spawn_egg.entity.animal:panther.name=Spawn Panther -item.spawn_egg.entity.animal:brown_mooshroom.name=Spawn Brown Mooshroom -item.spawn_egg.entity.mooshroom.name=Spawn Red Mooshroom -item.spawn_egg.entity.animal:emerged.name=Spawn Emerged -item.spawn_egg.entity.animal:corrupted_skeleton.name=Spawn Corrupted Skeleton -item.spawn_egg.entity.animal:welter.name=Spawn Welter -item.spawn_egg.entity.animal:npc.name=Spawn NPC -item.spawn_egg.entity.animal:npc_scientist.name=Spawn NPC Scientist -item.spawn_egg.entity.animal:nether_creeper.name=Spawn Nether Creeper -item.spawn_egg.entity.animal:flea.name=Spawn Flea -item.spawn_egg.entity.animal:bird.name=Spawn Bird -item.spawn_egg.entity.animal:tiger.name=Spawn Tiger -item.spawn_egg.entity.animal:ender_creeper.name=Spawn Ender Creeper -item.spawn_egg.entity.animal:ender_skeleton.name=Spawn Ender Skeleton - -//Entities// - -entity.animal:bear.name=Bear -entity.animal:buffalo.name=Buffalo -entity.animal:camel.name=Camel -entity.animal:duck.name=Duck -entity.animal:penguin.name=Penguin -entity.animal:steve.name=Steve -entity.animal:alex.name=Alex -entity.animal:lion.name=Lion -entity.animal:hamster.name=Hamster -entity.animal:hippo.name=Hippopotamus -entity.animal:chameleon.name=Chameleon -entity.animal:mouse.name=Mouse -entity.animal:deer.name=Deer -entity.animal:elephant.name=Elephant -entity.animal:frog.name=Frog -entity.animal:bumblebee.name=Bumblebee -entity.animal:tortoise.name=Tortoise -entity.animal:frozen_beast.name=Frozen Beast -entity.animal:crocodile.name=Crocodile -entity.animal:zushroom.name=Zushroom -entity.animal:starfish.name=Starfish -entity.animal:panther.name=Panther -entity.animal:brown_mooshroom.name=Brown Mooshroom -entity.mooshroom.name=Red Mooshroom -entity.animal:emerged.name=Emerged -entity.animal:corrupted_skeleton.name=Corrupted Skeleton -entity.animal:welter.name=Welter -entity.animal:npc.name=NPC -entity.animal:npc_scientist.name=NPC Scientist -entity.animal:nether_creeper.name=Nether Creeper -entity.animal:flea.name=Flea -entity.animal:bird.name=Bird -entity.animal:tiger.name=Tiger -entity.animal:ender_creeper.name=Ender Creeper -entity.animal:ender_skeleton.name=Ender Skeleton - -//new furni// -action.hint.exit.cat=Now you can rotate it # -action.hint.exit.unknown=Now you can rotate it # -action.interact.rotar=Rotate # -action.interact.patitas=Open# -action.interact.conducir=Dive # -action.interact.sit = Sit # - -entity.unknown.name=PA inventory -item.spawn_egg.entity.pa:sillagamer.name=PA-Colorful gamer chair -item.spawn_egg.entity.pa:pc.name=PA-Pc Gamer -item.spawn_egg.entity.pa:estufa.name=PA-Stove -item.spawn_egg.entity.pa:nevera.name=PA-Fridge -item.spawn_egg.entity.pa:lavadero.name=PA-Laundry -item.spawn_egg.entity.pa:pacman.name=PA-Pacman recreational machine -item.spawn_egg.entity.pa:tivi.name=PA-Tivi -item.spawn_egg.entity.pa:retrete.name=PA-Toilet -item.spawn_egg.entity.pa:regadera.name=PA-Watering can -item.spawn_egg.entity.pa:christmas_tree.name=PA-Christmas tree -item.spawn_egg.entity.pa:piano.name=PA-Piano -item.spawn_egg.entity.pa:closet.name=PA-Closet -item.spawn_egg.entity.pa:banca.name=PA-Park Bench -item.spawn_egg.entity.pa:bench.name=PA-Bench -item.spawn_egg.entity.pa:billar.name=PA-Pool Table -item.spawn_egg.entity.pa:fuente.name=PA-Water Source -item.spawn_egg.entity.pa:tumbanormal.name=PA-Normal Grave -item.spawn_egg.entity.pa:tumbacruz.name=PA-Cross Grave -item.spawn_egg.entity.pa:tumbacreeper.name=PA-Creeper Grave -item.spawn_egg.entity.pa:banera.name=PA-Bath -item.spawn_egg.entity.pa:robertcup.name=PA-Robert Trophy -item.spawn_egg.entity.pa:maxcup.name=PA-Max Trophy -item.spawn_egg.entity.pa:columpio.name=PA-Swing -item.spawn_egg.entity.pa:futbolito.name=PA-Foosball table -item.spawn_egg.entity.pa:laptop.name=PA-Laptop -item.spawn_egg.entity.pa:pcdos.name=PA-Ordenador -item.spawn_egg.entity.pa:lavavo.name=PA-Sink -item.spawn_egg.entity.pa:ventilador.name=PA-Ceiling fan -item.spawn_egg.entity.pa:mpeluches.name=PA-Teddies machine -/// -item.spawn_egg.entity.pa:pizza.name=PA-Pizza -item.spawn_egg.entity.pa:satanic.name=PA-Satanic Ritual -item.spawn_egg.entity.pa:brinca.name=PA-Trampoline -item.spawn_egg.entity.pa:micro.name=PA-Microwave oven -item.spawn_egg.entity.pa:resbaladilla.name=PA-Slipper -item.spawn_egg.entity.pa:armchairs.name=PA-Armchairs -item.spawn_egg.entity.pa:lamparacolores.name=PA-Lamp of Colors -item.spawn_egg.entity.pa:saltapicina.name=PA-Pool Trampoline -item.spawn_egg.entity.pa:big_table.name=PA-Big Table -item.spawn_egg.entity.pa:small_table.name=PA-Small Table -item.spawn_egg.entity.pa:chair.name=PA-Chair -item.spawn_egg.entity.pa:sombrilla.name=PA-Colorful umbrellas -item.spawn_egg.entity.pa:sillaplaya.name=PA-Beach chairs -item.spawn_egg.entity.pa:humanos.name=PA-Humans -item.spawn_egg.entity.pa:auto.name=PA-Auto colors -item.spawn_egg.entity.pa:mchiclesg.name=PA-Big Chewing Gum Machine -item.spawn_egg.entity.pa:mchiclesc.name=PA-Small Chewing Gum Machine -item.spawn_egg.entity.pa:patitas.name=PA-Pet's Chest -item.spawn_egg.entity.pa:drone.name=PA-Drone -item.spawn_egg.entity.pa:colorful_gifts.name=PA-Colorful gifts -item.spawn_egg.entity.pa:mueblestv.name=PA-Furniture for TV -item.spawn_egg.entity.pa:chimenea.name=PA-Chimney \ No newline at end of file diff --git a/resource_pack/textures/item_texture.json b/resource_pack/textures/item_texture.json index b38813b..4f0ab49 100644 --- a/resource_pack/textures/item_texture.json +++ b/resource_pack/textures/item_texture.json @@ -12,6 +12,17 @@ "textures/items/alko/mw_alko_vodka", "textures/items/alko/mw_alko_beer" ] + }, + "mw_food": { + "textures": [ + "textures/items/food/choko", + "textures/items/food/fishfillet", + "textures/items/food/jam", + "textures/items/food/jerky", + "textures/items/food/pieapple", + "textures/items/food/sardines", + "textures/items/food/waffles" + ] } } } \ No newline at end of file diff --git a/resource_pack/textures/items/alko/mw_alko_alcohol.png b/resource_pack/textures/items/alko/mw_alko_alcohol.png index 40df10f8625a213b28f501878568e18231ac5a4c..a83c07610c9a4272427065c409e9e04a3b49131f 100644 GIT binary patch literal 453 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>l1nS?uhff(UU*I z$M^sL|KC6Bt^!SAE(!7rW^gEo;`;R*$Yo6Oc6SkddgJF}Acwug)7O>#5i>i3ruoJz z8B2gdg`O^sArhBMdn5T;95`45=d?}q&3#{g?O^VuzYo1VDyDKV%yD$dXuh2O%5&kR z?R-z7X6!UsU{JeK)yLS>@0;@vVG&c~^MRJ}i=$ffYQ*_liC>L0hGAdAAxPJ_dWY7py0Qngu~YqFUk_QIe8al4_M)lnSI6j0_AdbPbGk z4a`D}jIB%ztxQd|4GgUe3?`{1{6^7`o1c=IR*74~7o delta 178 zcmV;j08RhJ1H%E38Gi-<001BJ|6u?C00DDSM?wIu&K&6g004bSL_t(IjlEF04Zt7_ zyhN!Ofi6>c2Qvjjh8>t99cwsM3LYaNNUl8jJ_BEYm?e2g@(^Mc?QWk9>Ka%hutp8n z4O*488Jl((&nxF|2LOm6WSVA!Qmk>R!3e4e0Qz4mG{=-03o9m64O*Lq42W6%INc60 ggp6B1;Z6Dt5446MyW|63m;e9(07*qoM6N<$f-<8&MF0Q* diff --git a/resource_pack/textures/items/alko/mw_alko_beer.png b/resource_pack/textures/items/alko/mw_alko_beer.png index f7ea87794b2e9fb1b5f2849ceebfb0bec38d331c..4b599a33ad43b2a5b7b14d71ae4a46af4c0a9c16 100644 GIT binary patch literal 528 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>#w86(i23Y9g(7cv{u7EmOZgzV!d!i$_g?|BqDve=xP$+4}SHf*o02pO)o+UY`H| zMD?ZK+-u%^FBAB_&x3~I1Q}MKKkG$^)zF23g6j=R5pgmf}$%IMZ zn1tFQ&fR<6<&XVVcBzVzPdmRziBs|wgNom(OX|$V4BYyWaivM$4(!@jyol=$+ni8w zU&%MGo^?ACPQ!756pF{FFMF%CzUX0)or$Jd>cL2I}qfY|BteRiQ7!o~QTV_YtCq`{R8QX3cBYtn$7zf598{nJ4VeGVf~u000014Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>RTa@b2eeO=ifF|#vhns2<4u>>d- z;_2cTB5^tOTp(YA0uOUQLc&2!qaFWaum0G4_TSf~C&dnlpE|f~Li7D5Gxmn&TXz!D zZ^YeR$g2M9swj`(jH6Rj*|?q_txHVsaV!rvIr8P-L647`=Byk{XHT(N<^j!DEpd$~ zNl7e8wMs5Z1yT$~28I^82FAJuW+6t#Rwjm4rl#5khE@g!lhhJ^qiD#@PsvQH#I50R S^$mBR1_n=8KbLh*2~7avu7f=Q delta 213 zcmV;`04o2b1Lgsc8Gi-<001BJ|6u?C00DDSM?wIu&K&6g005v#L_t(IjbmV-6)^Ym z`u{AE;s3KlhX3YXUjK2aW1`d|7JQPD^UWX(FWhRdx&WJ#ad`v70GPrP+ukrRFfcGY z_ce#Ju^EEZ1<0Dw#fUNh8AxtEiC3Nxix|!*!=?u#7XJUouTGzl5!FtL(*ea^z!r@R z{~62}p84i7{AVyj!RB6=DGH|-V4;s3mDm8*q-^0Og5dnU%fNulr#1ipvuiTHA;I>3 P00000NkvXXu0mjf1CL+) diff --git a/resource_pack/textures/items/food/choko.png b/resource_pack/textures/items/food/choko.png new file mode 100644 index 0000000000000000000000000000000000000000..a0bd964ce7c39849e02d1fc768d06f9dda1e158d GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|W_!9ghFJ6_ zCrD%*=v2xl4-kg@ZG*d`csj1*b23u`QUDfnjxw W(U00q@dts14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a> z|NsBqYo0)>7??_e{DK)A82o!y0C|i_-tI0UlkT511#;L+Jbhi+A2G8tXqs=llCcCR z)a2>n7$R}m_d+D!VFM19fa$0zK%M9jf0bA3O>rgh&xq*uDFq9x_e zmK#T(-B8?G!u2z5cKeectqqBur#}4euKIfRW$mW#=lScDR14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>~Q?gt!7}836+z5@%C= z?NMQuI!JP*%>s=H(tqD0u-wCba4!k zxSZPC$ah$Q!zEX6)zbst{@0gv+})HTex#tXV5!KjAkM(lG)tF9tEae4Jr#JdLUHZa z3zgr##Z?NdbUH8dW1{v;jqY>oXLn9m$;>C8H>>UO&RdDy4!hr7cyYjJPpq8OUGYZy zN8j6SojI{!=BBqSn>Dt3+}&Pc*Y%UtWE0ynP7?-UphHwkTq8@|CiJ_ILskVWkm4U$|wS?a&8glbfGSez?Yj|9J!yTxB!PC{xWt~$( F698IApgI5m literal 0 HcmV?d00001 diff --git a/resource_pack/textures/items/food/jerky.png b/resource_pack/textures/items/food/jerky.png new file mode 100644 index 0000000000000000000000000000000000000000..36c7667d9dd0b4fbed0f9ab5f0eff09ddaf8e8b3 GIT binary patch literal 440 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>;eFHKJAO{vXHL7^`l4$H)Z|F3o5sU~$$U*p76inB?v5BKT;l?JgjPy~NYkmHiPjJA2RbJjVL#|8=tsQJvo|+(|Pj3i?%ifIs@D(T6C1;Wu9^xpr0OTFfZgSMWZ# zdn-4~tc;ZBLK8|CcP~DzCggVHpjpbdK80kf?w*UHPqz5Xp7_@8y|`qBLza2`Iv<%m zt7|^8FPO%>yI?`^CZOG_C9V-ADTyViR>?)FK#IZ0z|cb1z*yJ7EX2sz%EZvh)KuHR m(8|DIl3K!V6b-rgDVb@NxHUYkzTpnkz~JfX=d#Wzp$P!w;Edt` literal 0 HcmV?d00001 diff --git a/resource_pack/textures/items/food/pieapple.png b/resource_pack/textures/items/food/pieapple.png new file mode 100644 index 0000000000000000000000000000000000000000..4fc8616f75204e72b5bfda24eecb70c5018504fb GIT binary patch literal 414 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFG!%_`A~Q@0!5>`;z{@?)tyG=xMXlr7*+0ZEpYn{|}as*$&jhToU9L%-~QE z#r5kskjt3l?e4-av5Vm*ki%Z$>Fdh=h?$*1(|qHVj3q#!7*7|+5RU7~2?zLi7MN@{ zo?^yn*l=OxyK@OvcegG%!f=G2lfSq$&7k+ii#e8yjb}7ge!Y3w!DQw^v(i#M0n@`S zO^R7oQM?i@y}fUHdV57BC0JQob$MAAmN6JIr2du7d#+~^2ee1E#5JNMC9x#cD!C{X zNHG{07+UBW80#9Cg%}xInHXA`nra&uS{WEjQcL)aq9HdwB{QuOw}!{nH{5|57(8A5 KT-G@yGywouCxQk5 literal 0 HcmV?d00001 diff --git a/resource_pack/textures/items/food/sardines.png b/resource_pack/textures/items/food/sardines.png new file mode 100644 index 0000000000000000000000000000000000000000..f6ab0ac35354e307020b75070acedd6a2a759bec GIT binary patch literal 510 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>NHoa` z6iWy^nridyc-_4g>3uQ6)71Iu<@x^q{~uz($3Lu{`$=lsU z_BC_iL?DN~#M9T6{Sh-egQoe$D;Z0GLK8h*977~7$M!!IYBJzyHb1#-+W~>VWgEWN z`$d-&rT_c#DR#TsxtTV0pVCSg6lXCluoLWvROvJjmXQz%sl9(YK%wQK$eaD#$83DB z|1|60z#ZGZ01_W%F@ literal 0 HcmV?d00001 diff --git a/resource_pack/textures/items/food/waffles.png b/resource_pack/textures/items/food/waffles.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc28d251c71454028694f7113b4880a87c40504 GIT binary patch literal 521 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>Q+3tWhLMHnHsOE`2PP(`u}h5`}%%2i9il}iKnkC`y*y{22JygS2C6Wh30y?IEF}E&OLvZugQRi^})`68%sGh zH(1pCf4-$>Mn&TLbJOQcHfj0K{mIq>Loi|=+KB3T{w{2b1A&<1#hnM)TPCK;w>h+rkYW&yco%(HdSeMP< z$>R$BrJ32XHB6aWDoJdHEgWaveaoV&?O10q>lLIo=IEp!cxbq&lyjEt>J46RH}wG9ld3=AfzCHzLwkei>9nO2Eg U!{h23?m!I;p00i_>zopr0P0S`O8@`> literal 0 HcmV?d00001 diff --git a/resource_pack/textures/pa_particles/smoke.png b/resource_pack/textures/pa_particles/smoke.png deleted file mode 100644 index a52f3acda989f7f24b0374c5bee2405317b8f183..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5067 zcmeHLdsGuw8lQm5!=kLk%BqWzE?X3bdE`BYC?p73O$kUXb`R)eG6{o8CT0c#D%9GS z_OU|M_H?b*BUM^=Wn0^|t_pR}F4bZc>!a>jts<*M*mbEDmEvpf3`qzyc;wWxe{IMx zH{bn!zwf)>ckg%a%o_8PSuxQQqag^2F=iX`zl=ae_0i_;~eu z@3$uJQO8YQF{5$R1bgAkJ<+SSMz&pC)Vic*T#Ix1&Q}`Tnkns@IZxMw0}W08TK2^x zN&XQWUlXr-_cyI8TE4SDRZzqJ;?DUU{44S2ueSH@dH&U=jp)YfH~0Uuv*!Elk$co_ z#$45mHoEP?___A|>1Wwv+g5vjet68g*khCH6(zggR$qm&C#LT=+@3Re+<5)SvyLir zUQ+YEx?g-9pYqy^yNmw(`l-B3$GLS4X!YrDZ41+`O#Nl`-yS*MD&4Xw@z)>5Zht@b zbHhtVsRdQ1EJv>HYP7}CO>Nr`nK#cZX)9R$>YS|?H~nz;%10Ygri4A(wX*IX%~3NC zH2n(gIo3RK?B%Cxet&K5CRNXzX8oDMWC*EyPZQBy7=AbNV>F?(C~mc+FlYB2BCKck zbIVTcp0(DouWH_rwX;p!S%v+=#e_rk;UA-p1RYeE?IWD;6!)NNJ#Ik zE4gvK1|;b?U0}4COwe@Dj)Wp4T(T@t31p3`O@enjN zlF2XN3rzC}igl)vR@OqNmOI@76QnICK+{R{q_o`WaB)O=TB4{yfVLn;5~ZRFza%ZO z01QFTdT6O4Ri26_>Y}Amsn%n)5qX9=J~;T5mRQX5ZURBPUT>;bmdbkU2&U0!5EMsn z90nRNSK;Exa@fT^-bdo+G0+_4Vca~!x}*XxX<>!ObDQa z7}*)8TZ|H*3+b`Z%~NvFnOWZNH;57?f;ira1SudmimG80hjC3vE}pUVXK29Sg&r|( zp`3O*O1Xg309MM;f=KkhVYMNG>q5*!VvAXx<%-!MV&(RC4@qF90;b)i9*1buN+Gm^ zc7n`s0EZ!gi3H|}7Ivw-J zy|!TG#b8X4?=L4XswPm>&n9XOO~U**&X`Rz%c?1L~{6fvMFh+h6dT8WfTs}F|`J^ph^pj-=@|$FhM&sI|P0W)-XFr-o|>I zI^VwJQw@j*>*q60dOlA&-8xL6R4FwwxeNn0jU4wO`xOR57tkI~*cp6BYoESf8l)X` zMk4016e;W{ec7}Q+$Y4{I)k($L1Jz25$is1ZLpPe5AS6?OL9CpmJ*ucgXsKcg8Nz- z8a}{E9&HDQ5l@A2*uw~k9Kh|5)BIxA>l&{ALxHuzL6Z;;KaNr%2~W8gUMJHcp~OM? z6T89M2Zck-oeuLsf@MMa!ts>Qv+fE|b&B~MuZ#AC7y&3@1M_@;m{#nb$56D3V;`I^ z1fY+}=p^m5Zyi6dcSC@J80VL|-413L0~RSmptOO*IRRd1_}*vexV)?ksWDTp#577J z3|5{N38@#H4gZ-Hq{P8`Kn0?OocF`}#X%@5Ma%(ZgyeOM5Gcg$vTKokp-;1KGYWck z6eHOu1y82BXiyOSPr172q^n=O0G`XQ7!B$9<&rDwKQe`<$7YVr2#bx{I%dc0xb#Wp zRm}5=u}_&J64PU=C*En@d3R@7gMEtRjeAKS&y?M3IlHdq#QOF&yzRubg00>w(_V_KsA%fV{cYpk&nxrm z{y2X5Gi6hEf6{!tyP@jRXz1-*P@`%>N_$$-iHeS}ow_^LOJ99&PtC2Yt-Dlv_H@fl zM@v}ie>xghj4Am;%d{kn?F#YiAhhA6s{`V9EaN*A9g@^s4tA%+BeW2q#2j#n>gYx~R*&m3&9cbFq;R e