Skip to content

Commit

Permalink
v2.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Jun 11, 2024
1 parent f346382 commit c8996dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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],
Expand Down
3 changes: 2 additions & 1 deletion texts/en_US.lang
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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!
Expand Down

0 comments on commit c8996dd

Please sign in to comment.