From 764ef338974b729381c17555d4b44eee2b57057e Mon Sep 17 00:00:00 2001 From: Hell13Cat <46496367+Hell13Cat@users.noreply.github.com> Date: Sat, 29 Jan 2022 19:55:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=87=D0=B8=D1=81=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 ------------ 8 files changed, 730 deletions(-) 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 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