From c8996ddc0e9a9ce3f18d4eba2290e01fe20a481b Mon Sep 17 00:00:00 2001 From: Smell of curry <75345244+smell-of-curry@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:03:04 -0400 Subject: [PATCH] v2.10.8 --- manifest.json | 4 ++-- .../{mudsport_1.particle.json => mudsport.particle.json} | 4 ++-- .../{watersport_1.particle.json => watersport.particle.json} | 4 ++-- texts/en_US.lang | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) rename particles/effects/{mudsport_1.particle.json => mudsport.particle.json} (96%) rename particles/effects/{watersport_1.particle.json => watersport.particle.json} (96%) diff --git a/manifest.json b/manifest.json index 6165edf19..179a92a2e 100644 --- a/manifest.json +++ b/manifest.json @@ -5,14 +5,14 @@ "description": "pack.description", "min_engine_version": [1, 20, 80], "uuid": "358dc189-8d9e-4fdb-b4e1-f8e0fb855f9a", - "version": [2, 10, 7] + "version": [2, 10, 8] }, "modules": [ { "description": "Resources Module", "type": "resources", "uuid": "388de949-18e5-4228-a447-f63237aa45a2", - "version": [2, 10, 7] + "version": [2, 10, 8] } ], "metadata": { diff --git a/particles/effects/mudsport_1.particle.json b/particles/effects/mudsport.particle.json similarity index 96% rename from particles/effects/mudsport_1.particle.json rename to particles/effects/mudsport.particle.json index 14e549ebc..043561426 100644 --- a/particles/effects/mudsport_1.particle.json +++ b/particles/effects/mudsport.particle.json @@ -2,7 +2,7 @@ "format_version": "1.10.0", "particle_effect": { "description": { - "identifier": "eff_mudsport_01", + "identifier": "pokeb:mudsport", "basic_render_parameters": { "material": "particles_blend", "texture": "textures/particle/eff_mudsport_01" @@ -22,7 +22,7 @@ "max_particles": 100 }, "minecraft:emitter_lifetime_looping": { - "active_time": 999 + "active_time": 10 }, "minecraft:emitter_shape_box": { "half_dimensions": [0.4, 0.3, 0.4], diff --git a/particles/effects/watersport_1.particle.json b/particles/effects/watersport.particle.json similarity index 96% rename from particles/effects/watersport_1.particle.json rename to particles/effects/watersport.particle.json index 4e52bd29c..48237d34e 100644 --- a/particles/effects/watersport_1.particle.json +++ b/particles/effects/watersport.particle.json @@ -2,7 +2,7 @@ "format_version": "1.10.0", "particle_effect": { "description": { - "identifier": "eff_watersport_01", + "identifier": "pokeb:watersport", "basic_render_parameters": { "material": "particles_blend", "texture": "textures/particle/eff_watersport_01" @@ -22,7 +22,7 @@ "max_particles": 100 }, "minecraft:emitter_lifetime_looping": { - "active_time": 999 + "active_time": 10 }, "minecraft:emitter_shape_box": { "half_dimensions": [0.3, 0.3, 0.3], diff --git a/texts/en_US.lang b/texts/en_US.lang index 27ca0049c..c62f3ce29 100644 --- a/texts/en_US.lang +++ b/texts/en_US.lang @@ -1,4 +1,4 @@ -pack.name=§lPokeBedrock v2.10.7 RES +pack.name=§lPokeBedrock v2.10.8 RES pack.description=§aA High Level Pokemon Addon Created by Smell of curry for Minecraft Bedrock ## Orbs @@ -8731,6 +8731,7 @@ battle.playerActor.usedBall.captured=%s§r§f Was §gCaptured!§f battle.playerActor.usedBall.escaped=%s§r§f Escaped!§f battle.playerActor.usedBall.missed=Ball was missed! battle.playerActor.ranFromBattle=%s Ran from the battle! +battle.playerActor.tooFarFromBattle=You are too far from the starting battle location! battle.showdownInterpreter.turn=== Turn: %s == battle.showdownInterpreter.pokemonFainted=%s§r§f fainted! battle.showdownInterpreter.playerWon=§l§e%s§r§f won the battle!