In partnership with Nodecraft Logo Nodecraft

Changelog

Pixelmon Mod 9.2.7

"1.20.2 (Alpha 7)"



  • The Java requirement for 1.20.2 is Java 17. This will come shipped with most launchers. For manual installation, you may need to install a later JRE.
  • The minimum Forge version for this update is 48.1.0 and is required for a Pixelmon client to run.
  • Worlds from 1.16.5 may not work with newer versions of Minecraft. Consider backups before updating.
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Rework:

  • Combined all Pixelmon NPCs into a single entity, pixelmon:npc.
    • This combined entity now has all capabilities of the former NPCs.
    • The popular sidemod "tedit"'s functionality is now incliuded in all unified NPC entities.
    • NPCs can now be made to be immovable.
    • Immovable NPCs cannot ride other entities such as boats, minecarts, etc.
    • Fishing rods will not affect immovable NPCs.
    • Minecraft's teleport command will not affect immovable NPCs.
    • NPCs can now be children models.
    • NPCs can have custom sized hitboxes.
    • NPCs can have their nameplate visibility toggled.
    • Right-clicking a bed while crouching will result in the NPC (whether player model or Pixelmon model) to be placed laying down on the bed.
  • The NPC Editor has been reworked to work with the new NPC system.
    • Old NPCs can no longer be created using the NPC Editor wand.
  • The NPC Editor now has additional functionality:
    • You can quickly delete NPCs by shifting whilst right-clicking the NPC with the NPC Editor wand.
    • You can now left-click blocks to open the 'Admin NPC Editor'.
  • Added a new NPC editor mode, the 'Admin NPC Editor' mode.
    • Only NPCs created by the admin wand will show in the new NPC tracking UI.
    • Added API functionality to extend this tracking to sidemods.
  • Added different NPC "display types":
    • Pokémon
    • Player
    • The names "Rasgnarok" and "Isi" will result in the NPC being rendered upside down.
  • Added URL capability for displaying textures on NPCs:
    • URL
    • Player URL
    • Resource Location (with fallback)
  • Added NPC "interaction pipeline":
    • (1) Interaction Event
    • (2) Interaction Condition
    • (3) Interaction Result

Additions:

  • A Recipe Book has been added to the Infuser, allowing players to look up what can be crafted in it.
  • Added dancing sprites to the server list title.

Pokémon:

  • Added Cetoddle.
  • Added Cetitan.
  • Added Fidough.
  • Added Dachsbun.
  • Added Flamigo.

Cosmetic Palettes:

  • Added 'Rainbow' Flamigo.

Sounds:

  • Added new Pokémon cries: Cetoddle, Dachsbun, Fidough, Chien-Pao, Houndstone, Veluza, Charcadet, Flamigo, Drakloak, Flutter Mane, Scream Tail, Tinkatink, Tinkaton, Tinkatuff, Ting-Lu and Roaring Moon.
  • Updated Machamp cry.

Structures:

  • Updated all structure Pokéloot to use the config claim settings.
  • Added the Electric Gym Town to the Savanna Plateau and Shattered Savanna biomes.
    • Added Electric Gym structure.
    • Added Electric Town structures: Berry Farm A and B, Blacksmith, Church, Clutter A-F, Day Care, Farm A and B, House A-E, Poke Center, Poke Mart, Road A-D, Town Center A and B and TCG Shop.
    • Added Electric Gym Trainers to Electric Gym structure: Elite A-F, Grunt A-I and Gym Leader A-F.
  • Added the Dragon Gym Town to all Spruce biomes.
    • Added Dragon Gym structure.
    • Added Dragon Town structures: Berry Farm A and B, Blacksmith, Church, Clutter A-F, Day Care, Farm A and B, House A-E, Poke Center, Poke Mart, Road A-D, Town Center A and B and TCG Shop.
    • Added Dragon Gym Trainers to Dragon Gym structure: Elite A-F, Grunt A-I and Gym Leader A-F.
  • Updated Battle Arena structure layout to improve loot balance.
  • Moved the Water Gym Town from all Oceans to only Deep Ocean.
  • Moved the Steel Gym Town from all Savannas to only Savanna.

Moves, Items and Abilities:

  • Added rarities to all Pixelmon items.
  • Added the tide smithing template to underwater ruins to replace its loot from Elder Guardians, which get spawn replaced by Overqwil.
  • 21322 Added missing Z-Moves and status Z-Effects for 42 moves.
  • 19366 Added smelting recipes so that Iron Hammers and Gold Hammers can be smelted into Iron Nuggets and Gold Nuggets, respectively.
  • Added Alluring Voice move.
  • Added Blood Moon move.
  • Added Burning Bulwark move.
  • Added Dragon Cheer move.
  • Added Electro Shot move.
  • Added Fickle Beam move.
  • Added Hard Press move.
  • Added Malignant Chain move.
  • Added Matcha Gotcha move.
  • Added Mighty Cleave move.
  • Added Psychic Noise move.
  • Added Supercell Slam move.
  • Added Syrup Bomb move.
  • Added Tachyon Cutter move.
  • Added Temper Flare move.
  • Added Thunderclap move.
  • Added Upper Hand move.
  • Added tests for the Struggle move.

Spawning:

  • Added Fidough to the Plains category during the Morning.
  • Added Dachsbun to the Plains category during the Morning.
  • Added Cetoddle to Frozen Ocean, Snowy Beach, Shattered Glacier (BYG), Snowy Black Beach (BYG), Snowy Rocky Black Beach (BYG) during Day.
  • Added Cetitan to Frozen Ocean, Snowy Beach, Shattered Glacier (BYG), Snowy Black Beach (BYG), Snowy Rocky Black Beach (BYG) during Day. Added chance to spawn with group of Cetoddle.
  • Added Flamigo to Swamps during the Day on Land and in the Air. Added chance to spawn with a group of other Flamigo.

Datapack:

  • Added 'moves' 'attack' and 'attacks' as aliases to the move requirement of a Poke Spec.
  • Boss specs can now be used in the spawning files.
  • Added the pokebag_blacklist tag located at data/pixelmon/tags/items/pokebag_blacklist.json.
  • Added URL support to palette textures.
    ► Click to view example of palette texture URL
                {
              "name": "none",
              "sprite": "pixelmon:pokemon/001_bulbasaur/all/base/none/sprite.png",
              "models": [
                {
                  "model_predicate": {
                    "type": "pixelmon:always"
                  },
                  "models": [
                    {
                      "model": "pixelmon:pokemon/001_bulbasaur/all/base/none/model.pqc",
                      "texture": {
                        "type": "pixelmon:url",
                        "url": "YOUR URL HERE",
                        "target_location": "pixelmon:pokemon_models/001_bulbasaur/all/base/none/texture.png"
                      }
                    }
                  ]
                }
              ],
              "sounds": []
            }
    

Changes:

  • Added a short beacon-style beam coming out of all dropped items, the color of it being based on the item's rarity.
  • Added a Pokéball shadow underneath dropped items, the Pokéball icon being based on the item's rarity.
  • 21249 The PokéBag will now be able to hold any item that is not defined in the _pokebagblacklist tag, which is located at data/pixelmon/tags/items/pokebag_blacklist.json.
  • Reduced the speed at which Pokémon ascend and descend while riding them underwater by a third.
  • 21370 Changed what Pokémon can be used in Sky Battles to a tag-based system.
    • Any Pokémon with the "eligible_for_sky_battles", in their species json file can join a Sky Battle.
    • Any Pokémon with the "eligible_for_sky_battles_with_levitate", in their species json file can join a Sky Battle if they have the Levitate ability.
    • Made certain Gen 7, 8, and 9 Pokémon capable of participating in Sky Battles.
  • Changed the move requirement to always look for the exact word.
  • Change the type requirement to only fit if a word starts with 'type' and doesn't have it inside the word.
  • 21084 Changed special animations to play at the end of an idle sequence, and no longer require them to be a part of the idle sequence.
  • Reduced the movement speed of aggressive Pokémon to 125% of their base movement speed.
  • 19971 Lowered the height of Hisuian Typhlosion's hitbox.
  • Changed the id for aluminum_base to aluminium_base to match our other items.
  • Removed old anvil textures for Poké Balls.
  • Charms are no longer visible if the player has the Invisibility potion effect.
  • Poké Balls will now determine if they will catch a Pokémon before the Poké Ball lands.
  • Make the camera only follow the Poké Ball if its not in the void and not doing its rolling animation on an air block.
  • Replaced the Fiery Dance attack with Torch Song in the Revenant ability's pool of Fire type moves.
  • 20269 Set the render distance of PokéStops to the render distance of the game.
  • Changed all Pokéloot to match config settings by default, including structure-generated Pokéloot.
  • Changed Pokéloot to now spawn break particles.
  • Changed Pokéstops to use the render distance of the game.
  • Removed the ugly, and often erroneous Forge ping information from the server list.
  • Reduced Transistor ability to Generation 9's strength.
  • BREAKING CHANGE: Changed the isboss and areyouaboss spec to only check if the Pokémon is specifically a boss Pokémon.
  • 16777 Prevented Hoppers dumping too many items into the Cooking Pot.
  • Changed the /wiki command to specify that the biome for Pokémon that spawn everywhere underground, is underground.
  • Changed the Poké Display to include all battle forms of Pokémon it stores.
  • Changed recipe book registration to be later on startup so that Pixelmon items can be registered.

Optimization:

  • Improved SMD rendering:
    • Reduced the casting of the VertexConsumer interface (a very heavy operation) to once per model rather than three times per face (or once per vertex).
    • Removed isEmpty check for a cached boolean.
  • Improved game memory profile:
    • Reduced some duplicate Strings caused by repeatedly creating a default value for every entity rather than using a constant.
    • Reduced amount of garbage created (and so GC calls) by caching the hashCode for the ModelData class.
    • Reduced the overhead of a lot of the SMD classes (although not by much) by changing places where List was used rather than a direct array.

Config:

  • Added a config option droppped-item-beams-enabled to disable the dropped item beam in graphics.yml.

Fixes:

  • 21215 Fixed Pokémon with the 'walksonwater' property immediately dismounting the player if the player attempted to ride them on water.
  • Fixed the player being dismounted if they tried to take a Pokémon capable of surfing and ride it underwater.
  • 21276 Fixed diamonds, enchanted golden apples, and netherite upgrade smithing templates being missing from the bastion treasure loot table.
  • 21357 Fixed a species of Pokémon not appearing in the Pokédex due to one form of a species being labeled as 'undexable'.
  • Fixed the PP Up and PP Max missing from the PokéMart's potential sell items for certain languages.
  • Fixed Smelt not auto-smelting a certain number of items based on the move Smelt is known from.
  • Fixed Foraging ignoring an item's biome conditions.
  • 21236 the /pokebattle command not providing tab completion for nearby NPC Trainers.
  • Fixed PP Ups and PP Maxs not increasing the PP past 160% of its base PP when a move is set to have a higher max PP than default.
  • Fix Staryu, Shellder, Vaporeon, Marill, and Azumarill occasionally not being able to spawn due to their file using 'baseBlocks' instead of 'baseBlock'.
  • 21062 Fix Pokémon with their spawning location type set to 'Air' spawning underground instead of in the air.
  • Fixed the trim smithing templates being missing from our loot tables.
  • Fix Pokémon being able to access Galarian forms in the Poké Display if the form sent into the Poké Display was not a Galarian form.
  • 16064 Fixed the Therian forms not using their flying animation as their walk animation.
  • 16113 Fixed the previous and next arrow buttons not appearing in the summary page for Pokémon when the Pokémon was stored in the PC.
  • Fixed the Clauses list and the Selected Clauses list not showing any battle clauses on the Battle Rules screen.
  • Fixed the Infuser not displaying progress towards the next crafted item.
  • 18778 Fixed Poké Balls failing to catch Pokémon if they fell into the void.
  • 21507 Fixed an error in console that occurred when the move requirement of a Poké Spec failed.
  • Fixed Pokémon not transforming via Illusion, Transform, or Imposter.
  • Fixed a server crash that could occur if a player being targeted by a Pokémon switched from survival to creative.
  • 21551 Fixed Pokémon moving really slowly.
  • 17660 Fixed Pixelmon Paintings being rendered black if a block was placed above its left half.
  • Fixed Mirror Herb not being obtainable in forest biomes.
  • Fixed Max Mushrooms not spawning in the Mushroom Fields biome.
  • Fixed the external move Rock Smash not being able to break any blocks that fit in the Forge category of stone, cobblestone, sandstone, ore, or end stone.
  • Fixed the external move Rock Smash considering all blocks as underground.
  • 20002 Fixed the external move Rock Smash never dropping the destroyed block.
  • Fixed placing Clocks facing the player instead of attaching to the surface of the clicked block.
  • 20262 Fixed players being unable to give their Battle Bond form Greninja the Zombie palette.
  • Fixed the interaction changing a Pokémon to the Zombie palette working during the day.
  • 19959 Fixed commands that accept a player as an argument to return 'Player Not Found' when a player doesn't exist, instead of returning with the argument changed to the user of the command.
  • Fixed a big error appearing in the console/logs when using "/tiershow [tier]".
  • Fixed "/tiershow" not ignoring the letter case of the given tier.
  • Fixed a server crash occurring when a player's leading Pokémon in their party held a Cleanse Tag and prevented the server from spawning a Pokémon.
  • Fixed PokéStops not spawning break particles.
  • Fixed PokéStop break particles being only grey colored instead of the PokéStop's color.
  • Fixed the recoil evolution condition requiring more than the required HP damage, and not the exact amount, affecting Basculin and Basculegion.
  • Fixed Sinistea and Polteageist having their forms named incorrectly in Pixelmon forms.
  • Fixed the Pokémon class not being able to be used for evolving, no longer requiring the entity, fixing issues where entities disappear mid-evolution.
  • Fixed canSeeSky ignoring seesSkyException blocks.
  • 21129 Fixed custom evolution trees not working properly by fixing datapack load order and spec validation.
  • Fixed non-base Pokéballs causing a crash when failing a raid catch.
  • Fixed EV-boosting items and Pokérus not boosting EV gain.
  • Fixed crashes caused by loading models without animations by adding a blank transformation per bone.
  • Fixed error messages displaying for animation-less models not describing what model is causing the issue.
  • Fixed RequestCloseEditingPlayerPacket accessing the logical client from the server.
  • Fixed /pokestats accessing the logical client from the server.
  • Fixed the default server's list 1.20 URL.
  • 21565 Fixed a crash caused by /pokebomb.
  • 20502 Fixed client crashes caused by models or textures no longer being present after a resource reload (from switching resourcepacks) and a host of 'missing textures' being displayed incorrectly.
  • 21577 Fixed abilities remaining unchanged after evolution until Pokémon refreshed.
  • 21237 Fixed an error caused by a Move Spec move requirement failing.
  • Fixed the recipe book erroneously calling client classes from server setup.
  • 21511 Fixed wrong entries appearing in the server listing after a direct connection entry.
  • 21438 Fixed servers not being addable to the server list.
  • Fixed servers not being editable in the server list.
  • 21421 Fixed a server crash caused by wrongful imports.
  • Fixed Politoed's base texture having the wrong colour of antennae.
  • Fixed the hotbar not appearing on a player's screen after taking a photo of a Pokémon.

Battles:

  • Fixed G-Max Gold Rush and Pay Day displaying 'literal{}' for the player receiving the money at the end of a battle.
  • Fixed Pokémon flying in the air during a battle from falling out of the sky when they tried to Mega Evolve.
  • Fix moves requiring a Z-Crystal of a type different than the type of a move.
  • Removed the ability to turn Struggle into a Z-Move.
  • Fixed erratic battle camera movement by preventing the camera from updating its position if it has been set to be removed.
  • Fixed Pokémon not transforming via Illusion, Transform, or Imposter.
  • Fixed transformed Pokémon not displaying species-unique particles.
  • Pokémon Transforming can now transform into the correct gender, instead of always being male.
  • 18778 Fixed an occurrence of the waiting glitch if a Poké Ball fell into the void during a battle.
  • Fixed the MissingNo sprite being displayed for Alter palette Mega Rayquaza instead of the default Mega Rayquaza sprite.
  • Fixed zooming in and out with the battle camera not working.
  • Fixed the mouse scroll wheel not zooming in and out of battle.
  • Fixed Ice Face not repairing in Snow.
  • Fixed Ice Face repairing when sent out at the same time weather is removed.
  • Fixed Wandering Spirit being able to trigger off of non-Max Moves from raid Pokémon.
  • Fixed Truant to block move if gained via a Mega-Pokémon's ability the turn it mega-evolves.
  • Fixed Ruination not doing minimum 1 damage.
  • Fixed Power Construct getting the wrong HP if below the normal maximum HP.
  • Fixed Hydro Steam ignoring Desolate Land.
  • Fixed Booster Energy restoring higher leveled stats in a LevelCap battle.
  • 21361 Fixed Trick deleting held items when known by higher level AI trainers.
  • Fixed Defiant triggering from allies' moves.
  • Fixed Solar Beam power getting halved in strong wind.
  • Fixed missing battle messages when a Terrain Seed is consumed.
  • Fixed Room Service not activating when the holder didn't use Trick Room.
  • Fixed Life Orb doing recoil damage for each damaged Pokémon in a spread move.
  • 21193 Fixed battle music not playing at all when you enter a battle.
  • 18237 Fixed battle music overlapping if you quickly enter and leave battles.

Translation:

  • Updated Traditional Chinese translation.

Developer:

  • The Transform packet now uses entity UUIDs. It also no longer includes data for particles and instead includes data for gender.
  • Added new tests to make sure the spec requirements for ability, ball, cancrowned, generation, growth, nature, nickname, pokerus, and status all work.
  • Split a variable that handled cancelling the evolution and closing the Evolve Screen into two separate variables so that they can be done independently.
  • To align with moving to use the Pokémon class for evolutions, this update deprecates:
    • Evolution#doEvolution(PixelmonEntity, String) in favor of Evolution#doEvolution(Pokemon, String)
    • Evolution#finishedEvolving(PixelmonEntity) in favor of Evolution#finishedEvolving(Pokemon)
    • EvolutionQuery(PixelmonEntity, Evolution, String) in favor of EvolutionQuery(Pokemon, Evolution, String)
    • EvolutionQuery(PixelmonEntity, Stats) in favor of EvolutionQuery(Pokemon, Stats)
    • EvoCondition#passes(PixelmonEntity) in favor of EvoCondition#passes#(Pokemon)
  • Delay the spec validation until after the datapack files are loaded via Pixelmon.
    • This means the spec error will likely appear when you attempt to evolve the custom Pokémon, or run commands such as the wiki command.
    • This is likely the only way to do this as we cannot guarantee load order and with the new spec validation system the Pokémon has to exist for the species requirement, therefore we must delay the "get" call.
  • Added the ability to set and get the random seed used by battles.
    • Added BattleRandomSource, an implementation of RandomSource which is supplied with another RandomSource implementation to use for battles.
    • Allows setting of seed used in a given battle, and retrieval of the seed used by a battle, including if randomly determined.
    • Added and changed a number of the random methods to be named better.
  • BREAKING CHANGE: Battles no longer use RandomHelper, except in cases where the BattleController isn't available yet, or cases of client-side only use.
  • BREAKING CHANGE: TickHandlerBase#onTick now returns a boolean value for whether the tick handler should be removed or not, changing from returning void.
  • Added improved BattleEndCause API.
    • This allows for more specific/precise reasoning for when a battle is ended. Therefore, letting sidemod developers have a deeper level of control over what to do for different scenarios.
    • Added registry PixelmonRegistry#battleEndCause.
      ► Click to view example of custom battle end
      @Mod.EventBusSubscriber(modid = Pixelmon.MODID, bus = Mod.EventBusSubscriber.Bus.MOD)
      public class NewBattleCauses {
      @SubscribeEvent
      public static void onRegister(RegisterEvent event) {
      event.register(PixelmonRegistry.BATTLE_END_CAUSE_REGISTRY, helper -> {
          helper.register(BattleEndCause.FORFEIT.id(), BattleEndCause.FORFEIT);
      });
      }
      }
      
  • Added a builder for requirements to allow for much easier creation of simplistic requirements.
    • Obviously for more complicated requirements, such as the logical ones, it still requires a class.
      ► Click to view example of custom requirement
      PokemonSpecificationProxy.register(PokemonSpecificationProxy.requirementBuilder(Boolean.class)
              .aliases("isboss", "areyouaboss")
              .booleanParser()
              .dataMatcher((pokemon, aBoolean) -> false)
              .dataApplier((pokemon, aBoolean) -> {})
              .minecraftMatcher((pixelmonEntity, isBoss) -> pixelmonEntity.isBossPokemon())
              .minecraftApplier((pixelmonEntity, isBoss) -> pixelmonEntity.setBossTier(isBoss ? BossTierRegistry.getRandomBossTier() : BossTierRegistry.NOT_BOSS))
              .build());
      
  • Added method to BattleLog to search for and compare the ordering of two specific strings within battle messages.
  • Replaced method returns of type ArrayList with the generic List within BattleController and BattleParticipant.
  • Replaced various usages of Stream with enhanced-for within BattleController.
  • BREAKING CHANGE: Deprecated the old Dialogue API and the events.
  • BREAKING CHANGE: Refactored the "DialogueInputScreen" API to "DialogueFactory".
  • BREAKING CHANGE: Added a lot of options to the new Dialogue API:
    • You can now add infinite buttons.
    • Button interactions now have a response for seemless UI transitioning.
    • You can now chose to hide or show the Minecraft UI behind the Dialogue UI.
    • Buttons can now have a background color, and hover background color setting.
    • Buttons can now have "accepted inputs" to where the button press will only be accepted when all the requirements are met.
    • When the accepted input requirements are not met buttons now have errors displayed for a short period of time.
    • The input box can now have "accepted inputs" to change the characters the user can enter. For example, only allowing numbers entered.
    • The maximum text input length can now be modified.
    • You can use a Component for the default input text value (allowing for translation keys).
    • You can now specify the button, and close, handlers directly on the Builders.
  • Added the method BattleBuilder#logResult which will force the log to be printed at the end of the battle.
  • Changed some resource locations to just use the already-created static values from Resources.java.
  • Removed ResourceLocations from images that were no longer used, were missing, or were redundant.
  • Removed several image files for UIs that are no longer used.
  • Removed old ReceivedModListEvent.java, which was not implemented anywhere.

Pixelmon Mod 9.1.10

"Splash!"



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

Pokémon:

  • Added Flutter Mane.
  • Added Capsakid.
  • Added Scovillain.
  • Added Flittle.
  • Added Espathra.

Structures:

  • Added Water Town in Oceans, our most involved town yet!
  • Added Water Gym structure.
  • Added Water Town structures: Gym, Town Center, PokeCenter, PokeMart, Blacksmith, Church, Lighthouse A and B, House A-D, Kelp Farm a and B, Pier A-G, Fallback A-E, Deco A-H, Clutter A-T and Buoy A-C.
  • Added Water Gym Trainers to Water Gym structure: Elite A-F, Grunt A-I and Gym Leader A-F.
  • Added Swift Boat in Oceans.
  • Added Yacht Boat in Oceans.
  • Updated Fishing Boat, Magikarp Boat, Sail Boat and Submarine in Oceans.
  • Updated land Arc Chalice structure in Extreme Hills.

Spawning:

  • Added Flittle to Savannas and Arid during Day and as a group.
  • Added Espathra to Savannas and Arid during Day.
  • Added Capsakid to Arid and Mesas during the Day and as a group.
  • Added Scovillain to Arid and Mesas during the Day.
  • Added Flutter Mane to Small End Islands.

Changes:

  • Updated Kilowattrel to now drop a Swift Feather instead of a Swift Wing.
  • Updated Gholdengo to drop a Relic Silver instead of two Relic Gold.
  • Updated Miraidon sprite.
  • Updated Walking Wake sprite.
  • Updated Lechonk model and animations.
  • Updated Swalot and Gulpin model and animations.

Fixes:

  • Fixed erasing a statue's species line causing /pokekill to become unresponsive.
  • 21225 Fixed Chien-Pao missing from raid spawning.
  • Fixed Ultimate bosses dropping Poké Balls instead of the correct ball type, such as Master Balls.
  • Fixed missing drop data for Miraidon.
  • Fixed erroneous drop data for Koraidon.
  • Fixed Tandemaus and Maushold dropping the wrong type of cheese.
  • 21085 Fixed Wishing Pieces dropped from within inventory causing the player's held item to be consumed.
  • Fixed Lechonk's walk failing to loop properly.
  • 19240 Fixed Swalot and Gulpin's animation deforming their models.
  • 21252 Fixed status curing items curing any status condition when used outside of battle.
  • Fixed client crashes caused by improperly flying mounts.
  • Fixed Revavroom spawn level range.
  • Fixed /wiki and /checkspawns failing to work on Treasures of Ruin Pokémon due to their hyphenated name format.
  • Fixed /locate flooding water-based structures such as the Magikarp Boat.
  • 21209 Fixed a server crash from a fishing bobber entity or anything else interacting with a Pokémon Egg and attempting to cast it to a Player.
  • Fixed server crash caused by Terrain examination when the entity's world position is null.

Battles:

  • Fixed spectating battles causing spectators of Max Raids to remain stuck in spectate mode.
  • 21230 Fixed client crash caused by Burmy killing a wild Pokémon.
  • Fixed aggressive Pokémon successfully chasing down and targeting for battle players in spectator mode.
  • 21360 Fixed possible OutOfMemoryError server crashes caused in attack animations using Leap Forward by disabling their use case.
  • Fixed /battletests failing due to Shedinja, Focus Sash, Clangorous Soulblaze, Overworld weather and Form change tests, fixing relevant bugs associated with their use cases.

Translation:

  • Updated Traditional Chinese translation.
  • Updated Ukrainian translation.
  • Updated Italian translation.

Pixelmon Mod 9.2.5

"1.20.2 (Alpha 6)"



  • The Java requirement for 1.20.2 is Java 17. This will come shipped with most launchers. For manual installation, you may need to install a later JRE.
  • The minimum Forge version for this update is 48.0.30 and is required for a Pixelmon client to run.
  • Worlds from 1.16.5 may not work with newer versions of Minecraft. Consider backups before updating..
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Added the Witch Hat cosmetic.
  • Added a Witch Hat to all PokéStop. Happy Halloween!
  • Added comments to most of the Pixelmon config settings.
  • Added /statuespawn <spec> command which spawns in a statute with a given spec.
  • Added new specs for statues including:
    • animated, animate
    • annimationframe, frame
    • animationtype
    • bbmode, boundingboxmode
    • canmove, movement
    • statuetexture, texturetype, texture
  • Added support for existing Pokémon requirements to statues including:
    • Crowned
    • Egg Group
    • Form
    • Gender
    • Generation
    • Growth
    • Growth Stage
    • HasSpecFlag
    • Lake Trio
    • Legendary
    • Logical AND, NOT and OR
    • Nickname
    • Palette
    • Position
    • Primal Evolution
    • Random Species
    • Shiny
    • Species
    • Type
    • Ultrabeast
  • Implemented support for BMD2.
  • Implemented support for GeckoLib.
  • Added the cel shader
  • Added the black and white shader
  • Added the rainbow shader
  • Added new specs:
    • friendship: for comparing against a specific friendship, and setting a specific friendship.
    • maxfriendship: for doing a less than or equal check against a friendship value (and setting a random number from 1 to the number given).
    • minfriendship: for doing a greater than or equal check against a friendship value (and setting a random number from the value to 255).
    • rainbow
    • b&w
    • cel
    • shader:<shader id> i.e. shader:pixelmon:cel
  • Added 5 tags for which biomes will have harsh sunlight in battle. These tags are for the duration of in-game time of one, two, four, six, and eight hours, with the mid-point centered around noon (6000 in Minecraft time).

Pokémon:

  • Added Tandemaus.
  • Added Maushold.
  • Added Varoom.
  • Added Revavroom.
  • Added Charcadet.
  • Added Armarouge.
  • Added Ceruledge.
  • Added Veluza.
  • Added Tatsugiri.
  • Added Dondozo.
  • Added Annihilape.
  • Added Dudunsparce.
  • Added Kingambit.
  • Added Scream Tail.
  • Added Cyclizar.
  • Added Greavard.
  • Added Houndstone.
  • Added Tinkatink.
  • Added Tinkatuff.
  • Added Tinkaton.

Palettes:

  • Added 'Witch' Misdreavus.
  • Added 'Witch' Mismagius.
  • Added 'Witch' Hisui Zorua.
  • Added 'Witch' Hisui Zoroark.
  • Added 'Witch' Shuppet.
  • Added 'Witch' Banette.
  • Added 'Witch' Greavard.
  • Added 'Witch' Houndstone.
  • Added 'Witch' Tinkatink.
  • Added 'Witch' Tinkatuff.
  • Added 'Witch' Tinkaton.
  • Added new JUMP! Gyarados palettes: Skelly, Calico Orange White, Calico White Orange, Calico Orange Gold, Orange Two-Tone, Orange Orca, Orange Dapples, Pink Two-Tone, Pink Orca, Pink Dapples, Gray Bubbles, Grey Diamonds, Grey Patches, Purple Diamonds, Purple Patches, Apricot Tiger, Apricot Zebra, Apricot Stripes, Brown Tiger, Brown Zebra, Brown Stripes, Orange Forehead, Orange Mask, Black Forehead, Black Mask, Blue Saucy, Blue Raindrops, Violet Saucy and Violet Raindrops. Thank you to Masked_Flare for the artwork!
  • Added new JUMP! Gastrodon palettes: Gray Bubbles, Purple Bubbles, Violet Saucy, Apricot Saucy, Moons, Gold East, Gold West, Gray Diamonds, Purple Diamonds, Brown Stripes, Blue Stripes and Sun. Thank you to Masked_Flare for the artwork!
  • Added new JUMP! Grapploct palettes: Alien, Clubs, Diamonds, Irish, Martian, Red Ringed, Starry and Yellow Ringed. Thank you to Masked_Flare for the artwork!

Structures:

  • Added Pumpkin House to Plains biome.

Sounds:

  • Added new cries for Cetitan, Chi-Yu, Eiscue, Lokix, Nincada, Ninjask, Oinkologue, Revavroom, Shedinja, Stakataka, Stonjourner, Walking Wake and Wo-Chien.
  • Updated cries for Krookodile, Meltan, Melmetal and Necrozma.

Moves, Items and Abilities:

  • Added Snow weather.
  • Added Hospitality ability.
  • Added Toxic Chain ability.
  • Added Supersweet Syrup ability.
  • Added Minds Eye ability.
  • Added Chilly Reception move.
  • Added Snowscape move.
  • Added Trailblaze move.
  • Added Chilling Water move.
  • Added Pounce move.
  • Added Mirror Herb item.
  • Added Blank Plate item.
  • Added Booster Energy item.
  • Added Legend Plate item.
  • Added Punching Glove item.
  • Added Loaded Dice item.
  • Added Sweet Heart item.
  • Added Leader's Crest item.

Spawning:

  • Added 'Witch' specie palettes spawning to Pumpkin House structures during Day and Night.
  • Added Legend Plate as a drop item to Arceus.
  • Added Manmade and Indoors as spawning locations for all 'Witch' palettes.
  • Added Manmade and Indoors as spawning for Hatenna and Gothita line.
  • Added Hatenna and Gothita as Day spawning to Pumpkin House structures.

Datapack:

  • Added Teal Mask species in sprite-mode: Dipplin, Poltchageist, Sinistcha, Okidogi, Munkidori, Fezandipti, Bloodmoon Ursaluna and Ogerpon.
  • Added Punching Glove to Village Tannery's loot tables.
  • Added Punching Glove and Loaded Dice to uncommon boss drops.
  • Added Punching Glove and Loaded to shopkeepers.
  • Added Mirror Herb in foraging and various chests.
  • Added Blank Plate in Village Temples, Pillager Outposts, Ultra Space Pokéchests and Legendary boss drops.

Changes:

  • Updated tray icon to spoopy-Halloween Pixelmon icon!
  • 20810 Changed the default value of allow-t-r-reuse to false in the config for game parity.
  • Removed, and replaced, Pixelmon's amethyst with Minecraft's amethyst.
  • Improved Showdown Importer to resolve required IVs and Hidden Power (move) types.
  • Updated the PokéStop to use GeckoLib rendering.
  • Updated the PokéStop to enable animation.

Fixes:

  • Fixed Zygarde Cells being placeable on blocks that are not solid.
  • Fixed Zygarde Cells deleting from a block changing next to them.
  • 20595 Fixed Roasted Magikarp not evolving into Zombie Gyarados.
  • Fixed Pokemon eye height not correctly scaling with their growth.
  • 18280 Fixed importing Toxtricity sometimes giving the incorrect form.
  • Fixed Pokémon rendering in cyan on Mac OS devices.
  • Fixed player's Pokémon randomly wandering around when in survival mode.
  • Fixed the Pokémon's flags rendering on top of the level in their nameplate.
  • Fixed Pokemon flags rendering as lang keys.
  • Fixed Pixelmon network not correctly disconnecting vanilla clients.
  • Fixed the dialogue input screen not allowing input.
  • Fixed the dialogue input screen rendering very dark.
  • Fixed the Poké checkers being very dark.
  • Fixed the random spec consuming other specs that start with the word random (i.e. 'randomability').
  • 21157 Fixed raid dens kicking nearby players.
  • 21157 Fixed boss Pokémon kicking nearby players.
  • 21157 Fixed evolving a Pokémon kicking nearby players.
  • Fixed setting the shader parameters of a Pokémon kicking nearby players.
  • Fixed a few sizing issues with some recent Generation 9 Pokémon.
  • Fixed the tutorial toast having the missing texture background.
  • Fixed the tutorial toast text having a drop shadow.
  • Fixed the trade machine screen breaking when two players propose a Pokemon to trade.
  • Fixed spawning conditions with multiple structures requiring all structures listed to be present to validate the spawn.
  • Fixed Kingambit being undexable.
  • Fixed missing emissive for Bellibolt.
  • Fixed erroring spawning for Arc Chalice (Land), Arc Chalice (Water), Fairy Gym, Articuno Shrine, Zapdos Shrine, Moltres Shrine, Ilex Shrine, Towers of Waters, Towers of Darkness and Spear Pillar.
  • Fixed spawning conditions with multiple structures requiring all structures listed to be present to validate the spawn.
  • Fixed missing Scarlet and Violet Pokédex tab.
  • Fixed mounts fainting in battle triggering the vanilla Minecraft death animation.

Battles:

  • Fixed rare server crash caused by specific battle endings.
  • Fixed a rare catch crash issue on servers with non-existent Pokémon in battles.

Translation:

  • Updated Ukrainian translation.
  • Updated Traditional Chinese translation.

API:

  • Added StatueSpecificationProxy for creating statues from specs & checking if they match a spec.
  • Changed statues to default to not animated (Pokemon will remain default animated).
  • Added BattleHoverGoal, replacing the FlyingPersistentGoal given to a Pokémon which is flying in a battle, to hold it in place hovering for the duration of the battle only. This goal stops being on once the battle is over.
  • Changed FlyingPersistentGoal to now guard against invalid flyRefreshRateSpeed values in flying parameters.
  • Split HeldItemChangedEvent into
    • HeldItemChangedEvent.Pre, which is ancelable and can modify item.
    • HeldItemChangedEvent.Post, which cannot be canceled or modify item and fires after item is set.
  • Changed Pokemon#setHeldItem to return a boolean if the held item was set.
  • Moved trainer effects to a registry.
  • Added WalkingModelPredicate.

Pixelmon Mod 9.1.9

"Pumpkin..."



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

Pokémon:

  • Added Cyclizar.
  • Added Greavard.
  • Added Houndstone.
  • Added Tinkatink.
  • Added Tinkatuff.
  • Added Tinkaton.

Palettes:

  • Added 'Witch' Greavard.
  • Added 'Witch' Houndstone.
  • Added 'Witch' Tinkatink.
  • Added 'Witch' Tinkatuff.
  • Added 'Witch' Tinkaton.

Structures:

  • Added Pumpkin House to Plains biome.

Spawning:

  • Added 'Witch' specie palettes spawning to Pumpkin House structures during Day and Night.
  • Added Manmade and Indoors as spawning locations for all 'Witch' palettes.
  • Added Manmade and Indoors as spawning for Hatenna and Gothita line.
  • Added Hatenna and Gothita as Day spawning to Pumpkin House structures.
  • Added Tinkatink, Tinkatuff, and Tinkaton to Mountainous Forests and Redwoods during Day.
  • Added Cyclizar to Savannas and Arid during Day.
  • Added Greavard and Houndstone to Freezing during Night.

Changes:

  • Updated tray icon to spoopy-Halloween Pixelmon icon!

Fixes:

  • Fixed spawning conditions with multiple structures requiring all structures listed to be present to validate the spawn.
  • Fixed Kingambit being undexable.
  • Fixed missing emissive for Bellibolt.
  • Fixed data readability issues caused by old moveset data processing, causing PC-loss reports.

Battles:

  • Fixed a rare catch crash issue on servers with non-existent Pokémon in battles.

Pixelmon Mod 9.1.8

"Witch version?"



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Added Shiny Charm config option for its boosting rates.
  • Added a warning tag to the Pokémon's nameplate when using a fallback model.
  • Added a config setting that can change the rate at which SpawnInfos are collected, based on the Blocks around the player.
  • Added music records for all Pixelmon soundtracks: PokéCenter, Ultra Space, Wild Battle, Player Battle, Trainer Battle, Gym Battle, Boss Battle, Legendary Battle, Raid Battle and Custom Battle.
  • Pokemon battles can now start with a weather effect that mirrors the current weather in the Overworld.
    • This will not impact battles indoors, underground, underwater, in the nether, in the end, or in the drowned world.
    • The battle weather created this way will not have a limit to the amount of turns it lasts, but can be overridden by weather created by a Pokemon's move.
    • By default it only affects battles with Wild Pokemon and NPC Trainers.
    • There are config options to set whether it impacts Wild Pokemon battles, NPC Trainer battles, PvP battles, and Max Raid battles.
    • There is an additional config option to set whether the in-battle weather changes during the battle if the Overworld's weather also changes. This defaults to true.
  • Added Halloween Pokéstop.
  • Added Witch Hat player cosmetic.

Pokémon:

  • Added Tandemaus.
  • Added Maushold.
  • Added Charcadet.
  • Added Armarouge.
  • Added Ceruledge.
  • Added Varoom.
  • Added Revavroom.
  • Added Veluza.
  • Added Dondozo.
  • Added Tatsugiri.
  • Added Annihilape.
  • Added Dudunsparce.
  • Added Kingambit.
  • Added Scream Tail.

Palettes:

  • Added new JUMP! Gyarados palettes: Skelly, Calico Orange White, Calico White Orange, Calico Orange Gold, Orange Two-Tone, Orange Orca, Orange Dapples, Pink Two-Tone, Pink Orca, Pink Dapples, Gray Bubbles, Grey Diamonds, Grey Patches, Purple Diamonds, Purple Patches, Apricot Tiger, Apricot Zebra, Apricot Stripes, Brown Tiger, Brown Zebra, Brown Stripes, Orange Forehead, Orange Mask, Black Forehead, Black Mask, Blue Saucy, Blue Raindrops, Violet Saucy and Violet Raindrops. Thank you to Masked_Flare for the artwork!
  • Added new JUMP! Gastrodon palettes: Gray Bubbles, Purple Bubbles, Violet Saucy, Apricot Saucy, Moons, Gold East, Gold West, Gray Diamonds, Purple Diamonds, Brown Stripes, Blue Stripes and Sun. Thank you to Masked_Flare for the artwork!
  • Added new JUMP! Grapploct palettes: Alien, Clubs, Diamonds, Irish, Martian, Red Ringed, Starry and Yellow Ringed. Thank you to Masked_Flare for the artwork!
  • Added 'Witch' Zorua.
  • Added 'Witch' Zoroark.
  • Added 'Witch' Mismagius.
  • Added 'Witch' Misdreavus.
  • Added 'Witch' Shuppet.
  • Added 'Witch' Banette.

Weather, Moves, Abilities and Items:

  • Added Snow weather.
  • Added Hospitality ability.
  • Added Toxic Chain ability.
  • Added Supersweet Syrup ability.
  • Added Minds Eye ability.
  • Added Chilly Reception move.
  • Added Snowscape move.
  • Added Trailblaze move.
  • Added Chilling Water move.
  • Added Pounce move.
  • Added Mirror Herb item.
  • Added Blank Plate item.
  • Added Booster Energy item.
  • Added Legend Plate item.
  • Added Punching Glove item.
  • Added Loaded Dice item.
  • Added Sweet Heart item.
  • Added Leader's Crest item.

Structures:

  • Added the Steel Gym Town to the Savanna biome.
    • Added Steel Gym structure.
    • Added Steel Town structures: Berry Farm A and B, Blacksmith, Church, Clutter A-F, Day Care, Farm A and B, House A-E, Poke Center, Poke Mart, Road A-D, Town Center A and B and TCG Shop.
    • Added Steel Gym Trainers to Steel Gym structure: Elite A-F, Grunt A-I and Gym Leader A-F.
  • Added the Ice Gym Town to the Snow Plains biome.
    • Added Ice Gym structure.
    • Added Ice Town structures: Berry Farm A and B, Blacksmith, Church, Clutter A-F, Day Care, Farm A and B, House A-E, Poke Center, Poke Mart, Road A-D, Town Center A and B and TCG Shop.
    • Added Ice Gym Trainers to Ice Gym structure: Elite A-F, Grunt A-I and Gym Leader A-F.

Spawning:

  • Added Legend Plate as a held item to Arceus.
  • Added Mirror Herb in foraging and various chests.
  • Added Blank Plate in Village Temples, Pillager Outposts, Ultra Space Pokéchests and Legendary boss drops.
  • Added Punching Glove to Village Tannery's loot tables.
  • Added Punching Glove and Loaded Dice to uncommon boss drops.
  • Added Punching Glove and Loaded Dice to shopkeepers.
  • Added Punching Glove to the Pokédrops of Primeape, Hitmonchan, Crabrawler, Crabominable, Clobbopus, and Annihilape.
  • Added Booster Energy to Ultimate boss drops and Tier 3 Pokéchests.
  • Added Booster Energy as a held item to Iron Moth, Iron Thorns and Slither Wing.
  • Added Leader's Crest as a held item to Bisharp with a 5% chance to appear. Added Charcadet, Armarouge, Ceruledge, Varoom, Revavroom, Veluza, Dondozo, Tatsugiri, Kingambit, Annihilape, Scream Tail, Dudunsparce Two-Segment Tandemaus, and Maushold Family of Four to raids.
  • Added Tandemaus and Maushold to Indoors of Plains and All Forests at All Times.
  • Added Charcadet to Mesas, Volcano, and Volcanic Plains at All Times. Charcadet also has a chance to have a group spawn with other Charcadet.
  • Added Armarouge to Mesas, Volcano, and Volcanic Plains during Day.
  • Added Ceruledge to Mesas, Volcano, and Volcanic Plains during Night.
  • Added Varoom and Revavroom to Mesas during Day.
  • Added Veluza to Oceans, Lukewarm Oceans, Warm Ocean, and the Deep version of the biomes via fishing and natural spawning.
  • Added Dondozo to Rivers, Lakes, and Swamps during Day via fishing and natural spawning.
  • Added Tatsugiri to Lakes and Rivers during Day via fishing and natural spawning.
  • Added Annihilape to Jungles, Ultra Jungles, and Crag Gardens during Night.
  • Added Dudunsparce to Underground and also to Arid and Ultra Desert during Night.
  • Added Kingambit to River, Bamboo Jungle, Ultra Deep Sea, and Lakes during Night. Kingambit also has a chance to have a group spawn with Bisharp.
  • Added Scream Tail to Small End Islands.
  • Added 'Witch' Shuppet, 'Witch' Banette, 'Witch' Misdreavus, 'Witch' Mismagius, 'Witch' Hisuian Zorua, and 'Witch' Hisuian Zoroark to Graveyards and Haunted Towers.

Sounds:

  • Added new cries for Cetitan, Chi-Yu, Eiscue, Lokix, Nincada, Ninjask, Oinkologue, Revavroom, Shedinja, Stakataka, Stonjourner, Walking Wake and Wo-Chien.
  • Updated cries for Krookodile, Meltan, Melmetal and Necrozma.

Datapack:

  • Added an optional withPalette section to the Party evolution condition that works in the same way as the withForm section, when if it isn't empty it will check that the party contains at least one of the palettes listed.
  • Added the Sweet Heart recipe.
  • Added all missing Generation 9 Pokédrops.
  • Added Teal Mask species in sprite-mode: Dipplin, Poltchageist, Sinistcha, Okidogi, Munkidori, Fezandipti , Bloodmoon Ursaluna and Ogerpon.

Changes:

  • Updated Snow Warning to properly use Snow weather.
  • Updated and standardized all hammer speeds based on material tiers.
  • Optimized Catch Combos threshold checks.
  • Updated flags to be synchronized with the client.
  • Updated all a Pokemon's flags to render underneath the Pokemon's nameplate, prefixed with pixelmon..
  • Updated uncatchable to a proper flag and not a special case.
  • Updated the Run attack animation, affecting 37 moves including Tackle, Quick Attack, and Extreme Speed.
  • Updated battling while riding or flying on a Pokemon, making it more fun!
    • If a Pokemon can fly or can be flown by a player starts a battle in the air, they will stay in the air during the battle. Pokemon not being ridden will continuously float up and down.
    • If you start a battle while riding on a Pokemon, you are no longer knocked off your Pokemon and fall to the ground. If you are flying, you stop mid-air and continue riding your Pokemon.
    • If you start a battle with the Pokemon you are riding, and switch Pokemon, you will stay on the Pokemon you are riding.
    • If a Pokemon flying in battle uses an attack that has the 'Leap Forward' attack animation, they will zoom towards their target and stay there, instead of hopping back and forth.
  • 20256 Updated Healer block behavior so it doesn't always act as a full block.
  • Updated Judgment (move) to it's Legends of Arceus effect.
  • Updated Judgment (move)'s PP to 5 from 10.
  • Updated the Arc Chalice to require 18 plates, up from 17 plates.
  • Updated Empoleon to drop a Trident instead of a Metal Coat.
  • Updated Fairy Gym Town House B structure.
  • Updated Pokéstops colors again.
  • Updated Intrepid Sword.
  • Updated Dauntless Shield.

Fixes:

  • 20249 Fixed Paldean forms, such as Wooper, failing to properly inherit when bred from evolved parents such as Clodsire.
  • 18704 Fixed functioning Cloning Machines failing to drop themselves instead of ingots.
  • 19836 Fixed hidden abilities being lost when breeding an evolutionary line whose second evolution does not have a hidden ability.
  • Fixed hidden abilities being lost when breeding an evolutionary line with split regional evolutions.
  • Fixed hidden abilities being erroneously passed down when breeding between regional forms.
  • Fixed Pokémon with hidden abilities losing their hidden ability status when evolving through an evolutionary line which does not share the same hidden ability.
  • Fixed and corrected Meltan spawning conditions to prevent exploiting the surrounding terrain to maximize Meltan's spawn count.
  • Fixed Catch Combos erroneously pre-emptively applying their bonus at the edge of the count threshold instead of at the count.
  • 20447 Fixed starters always generating as the Small growth size.
  • Fixed the Azure Flute ignoring config settings when activating the Timespace Altar more than once.
  • Fixed all Repels lasting for far less long than advertised.
  • 17157 Fixed the Poké Editor resetting an existing move's PP if said move was modified by a PP-boosting item.
  • Fixed the Pokémon summary screen failing to display a Pokémon's nickname color.
  • 19579 20475 Fixed the Netherite Hammer's speed being extremely slow.
  • Fixed JUMP Magmar having no possible palette-led evolution method to evolve from Magby with JUMP Slugma.
  • Fixed uncatchable flag failing to display underneath the nameplate's Spawner Tags.
  • 17667 Fixed Thunderstone Ores sometimes failing to yield their drops and instead yielding Cobblestone due to client de-synchronization.
  • Fixed the Poké Editor's Showdown importer failing to import Gmax, Urshifu and Toxtricity forms.
  • Fixed the Ultra Space's soundtrack missing soundtrack.
  • Fixed orb particle offsets of the Blank and Draco Plates in the Arc Chalice's activation animation.
  • Fixed the Smelt external move not working on Smokers and Blast Furnaces.
  • Fixed issues with TCG Cards being incorrectly rendered in front of or behind things in the inventory menu.
  • 20465 Fixed a player being able to receive Porygon parts from dyeing a PC via the crafting table.
  • Fixed the Christmas Ball lid being shown as a missing texture if the ball breaks when trying to use it to catch a raid Pokemon.
  • 20207 Fixed Poke Balls not applying a change in texture to Pokemon they catch in a Max Raid Den.
  • 19016 Fixed Firestone Ore generation erroneously replacing natural End Portal blocks.
  • Fixed the egg hatch event (pre and post) firing twice.
  • Fixed ribbon spec testing, as it was erroneously testing the time received and the giver, making the spec never test true.
  • Fixed Metronome calling moves that should be denied.
  • Fixed a server crash caused by an erroneous NPC Double Battle tier rule.

Battles:

  • 20648 Fixed mega-evolution switching abilities if the mega-evolution happened in-battle while its animation completed outside of battle due to fast battle end (0HKO).
  • 20490 Fixed Dusk or Dawn Necrozma unfusing after a fusing battle and evaporating the corresponding fused Pokémon of Solgaleo or Lunala.
  • 20799 Fixed items and abilities failing to boost or increase stats when used in battle, such as Eviolite, Assault Vest, Huge Power, Fur Coat and more.
  • Fixed raids not enforcing a proper 10 turn limit at end of turn.
  • 20828 Fixed a crash caused by Moveset#addCurrentMovesToReminder not accounting for moves being null.
  • Fixed transforming Pokémon (such as Ditto) failing to update their sprite to their transformed sprite.
  • 16394 Fixed chat scrolling and battle camera scrolling simultaneously, making it impossible to use both at once.
  • 20631 Fixed Z-Moves that target an opponent never missing when they could.
  • Fixed Z-Moves persisting as marked Z-Moves visually until a player rejoins.
  • 20614 Fixed the Red Card item activating even when the holder of it fainted.
  • Fixed Shell Bell activating from indirect damage, such as Leech Seed.
  • 20574 Fixed an issue with Mimicry not recognizing the NoTerrain type of Terrain.
  • 20535 Fixed Retaliate not dealing double damage if used after a Pokemon was defeated the previous turn.
  • 19821 Fixed an issue where a Pokemon with the ability No Guard could miss their OHKO moves.
  • 20168 Fixed Taunt cancelling status Z-Moves.
  • Fixed Expanding Force not changing to a multiple-target attack that targets both enemy Pokemon if Psychic Terrain is active and the player selects an adjacent ally instead of an opponent.
  • 20498 Fixed the client being locked into a screen when Revival Blessing was used by different move, such as Assist.
  • 20836 20808 Fixed Gyro Ball (move) power being uncapped past 150BP.

Translation:

  • Updated Traditional Chinese translation.
  • Updated Simplified Chinese translation.
  • Updated Italian translation.
  • Updated Korean translation.
  • Updated Russian translation.
  • Updated Spanish translation.
  • Updated Ukrainian translation.

Developer:

  • Added a giveChoice argument to PlayerPartyStorage.unlockMega.
  • Added a giveChoice argument to PlayerPartyStorage.unlockDynamax.
  • Added HisuiBallLogic class to allow custom balls to convert pokemon to Hisuian variants.
  • Made PlayerPartyStorage.setMegaItem open the gui if giveChoice is true and the player is not already in a gui.
  • Moved all sounds to SoundRegistration.
  • Changed Ribbon Spec to a List<String> type from List<Ribbon>.
  • Moved entity health set back out of generic retrieval to the ifFainted check.
  • Changed Ribbon Spec to a List<String> type from List<Ribbon>.

Pixelmon Mod 9.2.4

"1.20.2 (Alpha 5)"



  • The Java requirement for 1.20.2 is Java 17. This will come shipped with most launchers. For manual installation, you may need to install a later JRE.
  • The minimum Forge version for this update is 48.0.22 and is required for a Pixelmon client to run.
  • Worlds from 1.16.5 may not work with newer versions of Minecraft. Consider backups before updating..
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Added a "logical NOT" spec so now you could do random legendary !mew to get a random legendary that is not mew
  • Adds Legend Plate to summoned Arceus
  • Adds Mirror Herb, Legend Plate, and Blank Plate
  • Adds new particles to the vanilla particle system
    • /particle pixelmon:cyclone 1.0 255 255 255 255 255 ~ ~ ~
    • /particle pixelmon:shiny 0.5 60 255 215 0 255 ~ ~ ~
    • /particle pixelmon:flame_particle 2 255 255 255 ~ ~ ~
    • /particle pixelmon:shadow 1.0 255 255 255 255 255 ~ ~ ~
    • /particle pixelmon:blue_magic 1.0 255 255 255 255 255 ~ ~ ~
    • /particle pixelmon:yellow_magic 1.0 255 255 255 255 255 ~ ~ ~
    • /particle pixelmon:sling_ring 1.0 255 255 255 255 255 ~ ~ ~

Changes:

  • Updated to Minecraft 1.20.2
  • Made Stench, White Smoke, and Quick Feet reduce spawns around the player
  • Changes circling orbs on chalice to fit 18 plates

Fixes:

  • Suggestions Fixed ore sense not recognizing deepslate ores and updated the shapes for the new 1.20 ore shapes
  • Fixed the party overlay GUI not having a transparent background
  • Fixed dens not being affected by gravity
  • Fixed dens not sinking in water
  • Fixed wishing peices not being able to be thrown into dens
  • Fixed the random spec not working with entity requirements such as bosses with pokespawn command
  • Fixed bosses, and pokemon with shaders applied, causing player disconnects/crashes
  • Fixed the player's party not overflowing into their PC correctly
  • Fixed player's daycare not storing correctly
  • Fixed async entity creation causing arclight crash
  • Fixed NPC parties not loading in world generation, and structures
  • Fixed random spec only giving/spawning bulbasaurs
  • Fixed EggHatchEvent firing twice
  • 21119 Fixed catching a shiny pokemon causing a crash
  • 20979 Fixed arc chalice not functioning at all
  • 20894 Fixed particles (shiny, and battle) not rendering properly
  • 21068 Fixed essence jars not rendering on "Fabulous!" graphics
  • Fixed legendary bird orbs not showing progress
  • Fixed giving held items when in creative not working
  • 20879 Fixed items not rendering on the player's head for non-slim (Steve) skins
  • Fixed double battles (and any battle with rules) causing the client to be kicked
  • 20948 Fixed bosses not dropping items after the first pokemon faints
  • Fixed pokemon entities not appearing in the world after a party member faints
  • Fixed not specifying args after /pokekill not working

Battles:

  • 20905 Fixed switch moves, such as Volt Switch, not dealing any damage to the target
  • Fixes moves continuing to be treated as Z-moves after being used

Translation:

  • Updated Ukrainian translation.
  • Updated Korean translation.
  • Updated Traditional Chinese translation.

Developer:

  • Prevent deadlocking the default storage executor service by adding additional threads
  • Made the clearAll method clear loading cache, and cancel running tasks
  • Changed Ribbons to create using Pokemon object rather than Pixelmon entity (this was causing crashes on hybrids)
  • Changed error for Specification#matches to be understandable when giving an invalid object type to the method

Pixelmon Mod 9.2.3

"1.20.1 (Alpha 4)"



  • The Java requirement for 1.20.1 is Java 17. This will come shipped with most launchers. For manual installation, you may need to install a later JRE.
  • The minimum Forge version for this update is 47.1.46 and is required for a Pixelmon client to run.
  • Worlds from 1.16.5 may not work with newer versions of Minecraft. Consider backups before updating..
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Added Paldean TMs: TM172, TM173, TM174, TM175, TM176, TM177, TM178, TM179, TM180, TM181, TM182, TM183, TM184, TM185, TM186, TM187, TM188, TM189, TM190, TM191, TM192, TM193, TM194, TM195, TM196, TM197, TM198, TM199, TM200 and TM201.
  • Added shader support.
  • Added normal map support. An example of this change can be found on IronLeaves' asset folder and species json.
  • Added fresnel shader support.
  • Added error messages to commands using invalid or error-filled Pokémon specs.

Moves, Abilities and Effects:

  • Added Minds Eye ability.
  • Added Toxic Chain ability.
  • Added Hospitality ability.

Spawning:

Structures:

  • Added the Steel Gym Town to the Savanna biome.
  • Added Steel Gym structure.
  • Added Steel Town structures: Berry Farm A and B, Blacksmith, Church, Clutter A-F, Day Care, Farm A and B, House A-E, Poke Center, Poke Mart, Road A-D, Town Center A and B and TCG Shop.
  • Added Steel Gym Trainers to Steel Gym structure: Elite A-F, Grunt A-I and Gym Leader A-F.

Changes:

  • Modified Mailbox and Letterbox block bound boxes to a smaller size than a full block.
  • Modified Pokémon Bosses to now use fresnel shader rendering.
  • Modified evolution animations effects to now use fresnel shader rendering.
  • Modified Gigantamax and Dynamax animations effects to now use fresnel shader rendering.
  • Changed all test based commands to return 1 when successful and 0 when failing, including /comptest /spectest and /poketest.
  • Gastly, Haunter, Shuppet, Misdreavus, and Dreepy are now mob replacements for Minecraft's Vex.

Fixes:

  • Fixed Pokemon not spawning below Y-level 0.
  • 21004 Fixed the move skill descriptions sometimes showing up behind the selection wheel.
  • Fixed the mystery box rendering at weird positions
  • 20850 Fixed the Move Relearner's moves rendering invisible on opening UI.
  • 20879 Fixed certain items not showing in the player's hand.
  • 20824 Fixed player name and resource pack-textured NPCs displaying as a missing texture.
  • 20976 Fixed the raid end victory screen UI.
  • 20940 Fixed client crash when breaking Pixelmon's Pokédisplay block.
  • Fixed raids sometimes lasting more than 10 turns
  • Removed duplicate acitvation text from Fillet away
  • 20249 Fixed Clodsire not breeding into Paldean Wooper
  • 20249 Fixed Tauros inheriting its Paldean status based on breeding forms.
  • Fixes the boss rate not working in the Pixelmon spawner block.
  • Fixed Meltan double-eating iron nuggets.
  • 20629 20149 Fixed Pokémon other than Magikarp not spawning with JUMP palettes.
  • Fixed JUMP palettes overriding shiny palettes.
  • Fixed the Trade Machine screen repeating endlessly the lever click sound when hovering over the Pokémon selection UI.
  • 20887 Fixed the Trade Machine screen buttons not working.
  • Fixed the Pokémon Egg not launching players in singleplayer worlds if stepped or fallen on.
  • 20490 Fixed Necrozma losing fused Solgaleo/Lunala respectively.
  • 20648 Fixed Mega-evolutions losing their ability on mega-evolving.
  • Fixed evolved forms persisting after battle end.
  • 20987 Fixed item duplication bug with Pokébags.
  • Fixed the Move Relearner not including egg moves in its movelist.
  • 20947 Fixed lures being unplaceable in their inventory slot when in survival mode.
  • 20965 Fixed Street Lights failing to produce light.
  • Fixed Pokémon not spawning in underground caves appropriately.
  • Fixed banners not appearing above the Ice Gym Town's PokéMart.

Battles:

  • 20781 Fixed multiple hit attacks hitting an extra time once their battle effect resolved.
  • 20498 Fixed soft locks when Revival is used by other copying moves, such as Assist.
  • Fixed stat-changing items not working when equipped in battles.
  • Fixed Gigantamax Pokémon only being able to use their Gmax-move once per battle.

Datapack:

  • Added the normal map property to palettes. An example of this change can be found on 1010-IronLeaves.json.

Translation:

  • Updated Ukrainian translation.
  • Updated Spanish translation.
  • Updated Traditional Chinese translation.

Developer:

  • PokemonStorage now implements Iterable. Allowing for it to be used in enhanced for loops
  • PokemonStorage now has an abstract PokemonStorage#clear()V method which is implemented by both sub classes and will remove all Pokemon from the storage
  • Removed the "dynamax scale" and changed it to just use the Pixelmon's scale factor
  • Added ShaderProperties to AbstractClientEntity
  • Changed the StorageProxy and StorageManager to return CompletableFuture on the default methods as the loading of the player data now defers to the Scheduler's thread
  • Moved StorageSaveScheduler and StorageSaveAdapter out of the StorageManager and as static variables in the StorageProxy
  • Added StorageSaveScheduler#getExecutor so that async execution can be done when accessing the party through the CompletableFuture interface
  • Adds the BoxCountCalculateEvent with Pre and Post for changing the box count of a PC on a per-player basis
  • Added methods to the StorageProxy and StorageManager with "Now" suffix to maintain instantaneous access to the PC/Party where applicable. Most use cases are fine to use this however, it's notable that these should not be used if attempting to load offline player data as they will hold the thread until done (as was seen with the previously implementation when players logged in). These methods have been observed taking up to 2,000ms (probably more sometimes too) when players have a significant number of boxes in their PC.
  • Added the ParseAttempt interface
  • Changed the SpecificationProxy to return ParseAttempt when creating

Pixelmon Mod 9.1.7

"Insert Lost Woods bgm"



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Added Rainbow Chien-Pao.
  • Added Tangela Bramblin.
  • Added Tangela Brambleghast.

Pokémon:

  • Added Nymble.
  • Added Lokix.
  • Added Pawmi.
  • Added Pawmo.
  • Added Pawmot.
  • Added Bramblin.
  • Added Brambleghast.
  • Added Chien-Pao.
  • Added Chi-Yu.

Moves, Abilities and Effects:

  • Added Fillet Away move.
  • Added Order Up move.
  • Added Comeuppance move.
  • Added Spicy Extract move.
  • Added Lumina Crash move.
  • Added Jet Punch move.
  • Added Spin Out move.
  • Added Twin Beam move.
  • Added Kowtow Cleave move.
  • Added Ruination move.
  • Added Collision Course move.
  • Added Electro Drift move.
  • Added SuperEffectiveBoost move effect.

Structures:

  • Added Fairy Town in Birch Forests.
  • Added Fairy Gym structure.
  • Added Fairy Town structures: Berry Farm A and B, Blacksmith, Church, Clutter A-F, Day Care, Farm A and B, House A-E, Poke Center, Poke Mart, Road A-D, Town Center A and B and TCG Shop.
  • Added Fairy Gym Trainers to Fairy Gym structure: Elite A-F, Grunt A-I and Gym Leader A-F.

Spawning:

  • Added Bramblin to Arid, Mesas, and Savannas at All Times.
  • Added Tangela palette to have a chance of appearing with Tangrowth as Party Lead.
  • Added Brambleghast to Arid, Mesas, and Savannas at All Times.
  • Added Tangela palette to have a chance of appearing with Tangrowth as Party Lead.
  • Added Lokix to Savannas in the Afternoon.
  • Added Nymble to Savannas during Day. Nymble also has a chance to have a group spawn with other Nymble.
  • Added Pawmi to Taigas and Redwoods during Dawn and Day.
  • Added Pawmo to Taigas and Redwoods during Dawn and Day. Pawmo also has a chance to have a group spawn with Pawmi.
  • Added Pawmot to Taigas and Redwoods during Dawn and Day. Pawmot also has a guaranteed chance to have a group spawn with Pawmi.
  • Added Chi-Yu to Mesas, Volcano, and Volcanic Plains during Day above Y80.
  • Added Chien-Pao to Freezing Mountains during Night above Y80.

Changes:

  • Wishing Pieces can be thrown or dropped into a raid den to use them, including if dropped by a chest or dropper.
  • 13425 Hatching an egg will now include its on-hatch moves on the Pokemon's move reminder list, making them available to relearn.
  • Updated Headbutt, Forage, and Rock Smash loot tables to allow loot in Ultra Space.
  • Updated Headbutt spawns to match their Standard counterparts.
  • Updated Rock Smash spawns to match their Standard counterparts.

Fixes:

  • 20567 Fixed Capsakid crashing a server or client when evolving with a Fire Stone.
  • Fixed biomes with zero raid star chances attempting a raid spawn regardless of the config chances.
  • Fixed raid den shadow previews appearing inside the red beam instead of in front of them.
  • Fixed Paldean TM 9 registering as Pin Missile instead of Fire Fang.
  • 18511 Fixed Zygarde Cell and Cores failing to spawn naturally in new chunks.
  • Fixed Zygarde Cell transparency failing to render properly.
  • Fixed server crash caused by throwing a Poké Ball at a Pokémon riding a Bike or Boat.
  • Fixed move application failing unless a move is used with a number, such as move1:Bite vs move:Bite.
  • Fixed move specs failing to match under specific scenarios.
  • Fixed cascading chunk loading issues when marking a chunk as needing updates while a tile is being loaded.
  • 15582 Fixed Clobbopus erroneously transforming into an alien palette when caught in a Beast Ball.
  • Fixed the Flash external move producing a dim light instead of a bright light.
  • Fixed large betterspawning config files crashing the server when used.

Battles:

  • Fixed client-side error when reverting a Dynamax state.
  • 20288 Fixed Aegislash failing to switch from Shield to Blade form when using an attacking Z-Move.
  • 20286 Fixed Shattered Psyche and All-Out Pummeling calculating damage using the opponent's Defense stat when the base move is Psyshock, Psystrike or Secret Sword.
  • Fixed TCG's Brock's Vulpix Hypnotic Gaze failing to put the opponent to sleep.
  • Fixed TCG's Brock's Vulpix Fire Ring not properly applying damage to a benched Pokémon.
  • Fixed fallback move errors for Toedscool and Toedscruel when used in raid dens.

Translation:

  • Updated Simplified Chinese translation.
  • Updated Traditional Chinese translation.

Developer:

  • Breaking Change: Fields in RaidSpawningRegistry privatized, getters added instead.
  • Breaking Change: Renamed RaidSpawningRegistry to RaidRegistry.
  • Breaking Change: Replaced RaidSpawningRegistry::raids with RaidRegistry::getAllRaids().
  • Breaking Change: Replaced RaidSpawnRegistry::map with RaidRegistry::getBiomeToRaids().
  • Breaking Change: Raid registry now uses specific raid data structures instead of long nested collections.
  • Breaking Change: Added RaidRegistry.RaidCollection data structure, a collection of raids for a list of specific biomes.
  • Breaking Change: Added RaidRegistry.RaidBiomeGrouping data structure, a group of raids for a specific biome with specific raid star level weights.
  • Breaking Change: Added RaidRegistry.RaidStarGrouping data structure, a group of raids mapped to raid star levels.
  • Breaking Change: Added RaidRegistry.Raid data structure, a representation of a specific individual raid Pokémon and form, contained within the above data structures.
  • Breaking Change: Methods in raid registry events now return the base interfaces of List and Map, or a specific raid data structure, where applicable.
  • Breaking Change: RegisterRaidEvent.AddDefault#getRaid() now returns a RaidRegistry.Raid instead of a Tuple<Integer, String>.
  • New: Added EffectBase method modifyDamage, allowing MoveEffects to modify move damage directly.

Pixelmon Mod 9.1.6



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Added undexable flag to use when giving Pokémon that should only be dexable.
  • Added undexable spec to check if a Pokémon is correctly dexable.

Pokémon:

  • Added Shroodle.
  • Added Grafaiai.
  • Added Iron Leaves.
  • Added Walking Wake.

Moves, Abilities and Effects:

  • Added Ice Spinner move.
  • Added Make it Rain move.
  • Added Last Respects move.
  • Added Hydro Steam move.
  • Added ignoreWeather option for move effects.
  • Added StatsEffectPost move effect.

Loot Tables:

  • Added loot tables for Village Butcher, Cartographer, Desert House, Plains House, Savanna House, Shepard, Snowy House, Taiga House, Tannery and Temple.
  • Added special loot table for Random Berry.

Spawning:

  • Added Shroodle to Forests and Jungle on Land during Day, including group spawn chance.
  • Added Grafaiai to Jungle on Tree Top during Night, including Headbutt chance in Jungle.
  • Removed Diancie from Ultra Deep Sea.
  • Added Halloween Ivysaur to Graveyards at Night.
  • Added Cofagrigus to Ultra Desert during Night.
  • Added Runerigus to Ultra Desert during Day.
  • Moved Stakataka from Ultra Desert to Ultra Plant.
  • Moved Spirit Cresselia, Regieleki and Suicune from Ultra Space to Graveyards via Land and Manmade at Midnight.

Changes:

  • Reduced permission level of /compedit and /pokeedit to 2.
  • Optimized tab completion requests, having them run off the main thread.
  • Optimized attack loading and saving during chunk calls, removing unnecessary allocation and mapping methods for better performance.
  • Optimized calculations for nearby spawn horde battles in Ultra Space's spawning system.
  • Aggressively optimized resource loading for clients, affecting startup time and resource pack load time.
  • Updated Dubwool's sprite system to support multi-colored sprites based on wool color.
  • Updated Celebi's base stats to allow for Alien palette transformation when caught using a Beast Ball.

Fixes:

  • Fixed missing recipes for Roserade Tea, Komala Coffee, Pinap Juice, Skitty Smoothie and Tapu Cocoa.
  • Fixed client logins into a vanilla hub failing if classes are initialized in wrongful order, causing a relog on the client.
  • Fixed unbattleable, uncatchable specs failing to apply when used in a Pixelmon spawner block.
  • 20480 Fixed the Arc Chalice consuming two plates instead of one when using with stacked plate items.
  • Fixed Skitty and Slaking drop registration.
  • 20326 Fixed broken Cloning Machines accepting a new Mew despite their broken (and unusable) state.
  • 19847 20012 Fixed some instances of untranslated display of custom Pokémon names despite names or nickname being set, affecting translation as well.
  • 17979 20336 Fixed Ore Sense failing to display colors, shapes or exact locations of ores seeked.
  • Fixed general config.yml referring to some ores as Minecraft blocks instead of Pixelmon ones.
  • Fixed missing recipes for Stripped Ultra Jungle Log, Stripped Ultra Gingko Log, and Stripped Ultra Elm Log failing to create planks when placed in the crafting table.
  • Fixed the Hourglass block items being placeable on the same block a player is standing.
  • Fixed inconsistent 'hordespelling inspawning.yml`.
  • 20549 Fixed undexable Pokémon appearing in several API getter methods for obtaining random Pokémon.
  • Fixed a player crashed caused while shift-clicking a Pokémon in a PC on multiplayer while said Pokémon's palette is null.
  • 20124 Fixed some statues being stuck in 'flying' mode animation.
  • Fixed missing drops for Tatsugiri and Dudunsparce.
  • 19210 Fixed sizes of Galarian Farfetch'd and Sirfetch'd compared to Kantonian Farfetch'd.
  • 20303 Fixed NPC Traders failing to successfully trade with the player, causing an error instead.
  • Fixed PokéDisplays not listing default forms properly.
  • 19874 Fixed PokéDisplays occasionally failing to revert form or palette changes accurately.
  • Fixed Legendary and Ultimate tier bosses drops failing to drop a Master Ball properly.
  • 20358 Fixed Tapu Koko, Tapu Lele, Tapu Bulu and Tapu Fini failing to correctly appear as raid spawns.
  • 20409 Fixed Psychic and Fairy type colors being reversed when used via the API.
  • 20500 Fixed the size of the update tag on PokéStop entities to prevent players from getting kicked if too large.
  • 20495 20545 Fixed underground spawning, restoring non-biome-specific spawn compatibility.
  • Fixed Ultra Space portals failing to spawn.
  • 19815 Fixed incompatibility with Resourceful Bees and Pixelmon concerning the US wood blocks - now registered.
  • Fixed missing evolution items to item registry class, namely Black Augurite, Peat Block, Auspicious Armor and Malicious Armor.
  • 20504 Fixed mega bosses failing to properly select players for spawning.
  • Fixed Origin and Primal forms taking too long to transform when interacted with their respective item.
  • Fixed Meltan eating anything and everything. Silly Meltan.
  • 20612 Fixed Meltan evolution mechanic duplicating iron it was fed if total exceeded amount required.
  • Fixed NPCs being knocked back by the NPC Editor wand in an effort to delete them.
  • Fixed EXP Candies printing twice the success message in chat when used.
  • 20420 Fixed NPC Trainers throwing an error or crashing when using a non-primary language locale such as English (CA) or Spanish (Mexico).
  • Fixed Netherite Hammers not being fire resistant.
  • 19187 19171 Fixed allow-vanilla-mobs config option overpopulating in Pokémon when used in conjunction with the spawn replacer datapack system.
  • Fixed Poképaste import error text log being untranslatable.
  • 20539 Fixed missing clock recipes for Light Blue Clock, Light Gray Clock, Lime Clock and Magenta Clock.
  • 20662 Fixed mispelling of BYG's Coniferous Forest Hills biome in several spawn sets.
  • 20664 Fixed invalid biomes in Skiddo's spawn set.
  • Fixed mispelling of Pixelmon's Ultra Jungle biome in Greninja's spawn set.
  • Fixed Drowned Finneon and Remoraid using invalid biomes to denominate Pixelmon's Drowned World biomes.
  • 20515 Fixed Quaxly's default spawn levels in its spawn set.
  • 20444 Fixed Galarian Darmanitan's TR moveset missing Defense Curl and Bulk Up.
  • Fixed hitboxes for Toedscool and Toedscruel.
  • Fixed Farfetch'd, Sirfetch'd and Galarian Farfetch'd stat weight.

Battles:

  • 20391 20594 Fixed Fake Out failing if used on any turn after Turn 1.
  • 20622 Fixed Rage Fists power boost activating by direct damage being affected by hazard entries and weather damage.
  • Fixed a player's Pokémon moving when switching into battle.
  • Fixed Triple Arrows having a wrong PP, now defaulting to 16.
  • Fixed a battle crashed caused by Laser Focus requiring an attack on the next turn.
  • 20501 Fixed flinch condition checking for battle log events instead if the Pokémon had taken their turn.
  • 20551 Fixed reserve-waiting moves such as Teleport and U-Turn locking a battle if used as the last viable Pokémon in party.
  • 20229 Fixed Darmanitan's Zen-mode failing to activate if already below half health at the start of a battle.
  • 20429 Fixed advanced AI 'cloning' a Pokémon in their party by switching back into it as if it were in reserve.
  • Fixed mega-evolving Pokémon taking damage from the opponent when using a pivot move on the same turn as the mega-evolution.
  • 20590 Fixed mega-evolving Pokémon dealing excessive damage to an opponent when mega-evolving on the same turn as the opponent's switch out.
  • 20293 Fixed Pursuit hitting twice when the Pursuit-target is no longer on the field.

Translation:

  • Updated Korean translation.
  • Updated Traditional Chinese translation.
  • Updated Simplified Chinese translation.
  • Updated Spanish translation.

Datapack:

  • Changed the moves section of the species JSON to no longer require all sections, discarding the need for empty arrays such as "tmMoves2": [].

Developer:

  • Changed the distinct move list during startup for datapack loading for efficiency in time and memory when recomputing entity spawns or Pokémon calls for initialize methods.

Pixelmon Mod 9.1.5

"Rainbows, but a lack of kittens"



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Added a setting to the spawning.yml config to disable dimensions for spawning, spawning-disabled-dimensions.
  • Added Pride-themed Pokéstop model to celebrate Pride Month!

Pokémon:

  • Added Toedscool.
  • Added Toedscruel.

Sounds:

  • Updated Pokémon sounds for Dusclops, Dusknoir, Duskull, Necrozma, Noibat, Noivern, Skarmory and Wooper.
  • Added Pokémon sounds for Aegislash, Ariados, Bellibolt, Brambleghast, Bramblin, Brute Bonnet, Cosmog, Doublade, Drilbur, Excadrill, Frillish, Froslass, Grafaiai, Honedge, Marshtomp, Pidove, Pignite, Ponyta, Purugly, Reshiram, Shroodle, Spoink, Tadbulb, Toedscool, Toedscruel, Tyrunt and Varoom.

Structures:

  • Updated structures for Spear Pillar A, Spear Pillar B, Sail Boat, Grass Gym Pokémart, Desert Pokémart, Savanna Pokémart and Taiga Pokémart.

Spawning:

  • Added Toedscool to Mushroom, Redwoods, and Taigas during Day.
  • Added Toedscruel to Mushroom, Redwoods, and Taigas during Day.
  • Added group spawn chance with Toedscool to Toedscruel's spawning.

Changes:

  • Removed deprecated debug commands: /pixeldebug, /psnapshot, /reloadmoveanimations, /reloadmoveanimation and /pixeltp.

Fixes:

  • 20472 Fixed NPCTrainers crashing the server when trying to engage a player they have already fought this day when set to once-a-day or once-a-mc-day setting.
  • 20452 Fixed legendaries failing to spawn due to the spawning system calling threads wrongly.
  • Fixed hordes failing to respect spawn weights.
  • Fixed server crashes caused by Mystery Box usage on Arclight-powered servers.
  • Fixed the Froggy Chair recipe.
  • 20457 Fixed Darmanitan defaulting to 'normal' form when evolving Darumaka with an Ice Stone.
  • 20052 Fixed /checkspawn for forage and rocksmash causing server errors in console.
  • Fixed flying values not accounting for higher or equal values to 0, causing logging errors.
  • Fixed missing moves for fused Calyrex Ice Rider and Shadow Rider.
  • 20479 Fixed Iron Thorns being undexable.
  • Fixed malePercentage gender ratio for 133 Pokémon species, causing the number to be rounded down instead of adding a decimal.
  • Fixed Deerling's model floating slightly off the ground for all palettes.

Battles:

  • 20451 Fixed Illusion failing when used in battle, causing errors in console.

Translation:

  • Updated Korean translation.
  • Updated Traditional Chinese translation.

Developer:

  • Changed the legendary spawner to not call .join() on the spawning thread.
  • Changed the method AbstractSpawner#getTrackedBlockCollection to return a CompletableFuture as if called offthread it will return to the server thread and then return using a CompletableFuture.

Pixelmon Mod 8.4.3

"There are DOZENS of us, DOZENS!"



Additions:

  • Added the griseous core, lustrous globe, and adamant crystal
  • Added origin dialga
  • Added origin palkia
New Pokémon:
  • Added Hisuian Typhlosion
  • Added Hisuian Sneasel
  • Added Sneasler
  • Added Ursaluna
  • Added Kleavor

Changes:

  • Ghost Pokémon now drop Psychic essence instead of Darkness essence.

Fixes:

  • Enamorus was not marked as being a legendary Pokémon.
  • Fixed the usage message for the /setraid command
  • Fixes LoA Pokémon not showing up in the pokedex and caught Pokémon counts.
  • Fixed shiny reshiram sprite
Battle Fixes:
  • Fixed NPE issues with null attacks
  • Make Silvally's multi attack use the type of the memory it holds while dynamaxed
  • Force OHKO moves and moves that fail in a raid to use PP.
  • Prevent Max Moves from having their overridePower reset while the AI tries to calculate the best move.
  • Don't allow the holder of a Shell Bell to heal from damage originating from them.
  • Make sure that if moveAccuracy can't miss we don't change it.
  • Prevent player collecting money from Pay Day if they catch the Pokemon, flee, black out, or fight a player or raid.
  • Add the Freeze effect to Freeze-Dry's json.
  • Make Dynamaxed Pokemon take 10% of non-Dynamax HP damage from Life Orb.
  • Prevent Pokemon from regaining health after damaging themselves.
  • Make Pokemon that were switched out and then switched back in during the same turn able to use Fake Out the next turn.
  • Fix recoil with Magic Guard and no recoil when missing.
  • Fix HP restore berries only healing the Pokemon whose current turn it is.
  • Make Substitute stop popping the Substitute user's Air Balloon.
  • Add onGlobalStatusAdded method and apply it to Room Service.
  • Add Helping Hand to list of moves that can't be reflected.
  • Fixes multiple hit moves calculating accuracy for each hit.
  • Fix default crit chance and rerolling crit chance to determine if the attack already crit.
  • Fix Max and G-Max Moves not depleting pp from the original move.
  • Make Dragon Energy hit the opponents at the same time.
  • Fix Max Moves doing zero damage to allies in raids.
  • Make Encore and Taunt subtract the turn count on the statused Pokemon's turn.
  • Remove message to player saying the opponent's attack failed when it did not
  • Fix the abilities that modify types so that they work in double battles.
  • Prevent Pokemon immune to certain statuses being given said statuses
  • Fix moves that affect all teammates so that they affect the 3rd teammate in raids.
  • Fix Bolt Beak and Fishious Rend not dealing double damage to Pokemon switching in.

Archived Versions

Pixelmon Mod 9.2.2

"1.20.1 (Alpha 3)"



  • The Java requirement for 1.20.1 is Java 17. This will come shipped with most launchers. For manual installation, you may need to install a later JRE.
  • The minimum Forge version for this update is 47.1.46 and is required for a Pixelmon client to run.
  • Worlds from 1.16.5 may not work with newer versions of Minecraft. Consider backups before updating..
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Adds Terralith support for spawning
  • Adds the following entity replacements:
    • Frog: Froakie, Frogadier, Greninja, Poliwhirl, Poliwrath, Politoed, Palpitoad, Seismitoad, Croagunk, Toxicroak
    • Tadpole: Poliwag, Tympole, Tadbulb
    • Axolotl: Wooper, Quagisre, Clodsire, Mudkip, Marshtomp, Swampert
    • Camel: Numel, Camerupt
    • Goat: Skiddo, Gogoat
    • Glow Squid: Inkay, Malamar
    • Allay: Cutiefly, Spritzee, Swirlix, Flabebe, Floette
    • Sniffer: Kabuto, Omanyte, Aerodactyl, Anorith, Lileep, Cranidos, Shieldon, Archen, Tirtouga, Tyrunt, Amaura

Changes:

  • Changed the egg hatching music to now fall under the 'music' setting, enabling the music volume setting to adjust its volume
  • Changed the importer behavior to trigger an error when the provided gender exceeds one character in length

Fixes:

  • Fixed the fossil machine's text not being centered
  • Fixed the issue of incorrect text coloring on the fossil machine
  • Fixed the new Discord Game SDK requiring Discord for the game to load
  • Fixed the issue where Boss Pokémon in horde battles were erroneously permitting Pokéballs to be thrown, leading to unintended Pokéball consumption
  • Fixed an issue where the changing a Pokemon's held item in survival would desync with the server causing unusual behaviour
  • Fix King's Rock not importing via Pokepaste due to the apostrophe
  • Fix Arceus deleting any Z-Crystal that didn't belong to a type
  • Fixed the issue where the party tooltip, located within the inventory, was rendering beneath other GUI elements
  • Fixed the chisel not changing the statue's gender
  • Fixed the problem where raid dens were not naturally spawning or responding to wishing pieces due to being assigned the entire resource key of the biome
  • Fixed a crash from invalid translated shopkeepers
  • Fixed flying pokemon getting stuck when they land in water
  • Fixed Pixelmon ores not spawning in the overworld
  • Fixed apricorn trees not spawning in the overworld
  • Fixed white apricorns not growing into trees
  • Fixed improper tool assignments for Pixelmon blocks, ensuring correct mining behavior
  • Fixed the hoglin spawn replacement file to prevent it from replacing piglins and piglin brutes

Battles:

  • Gyro Ball's power is now correctly limited to a value between 1 and 150

Datapack

  • Adds back all forge tag modifications from 1.16.5 to resolve some broken recipes

Developer

  • Fixed an issue where you could not use runClient due to Pixelmon being unable to locate the Discord Game SDK file

Pixelmon Mod 9.2.1

"1.20.1 (Alpha 2)"



  • The Java requirement for 1.20.1 is Jave 17. This will come shipped with most launchers. For manual installation, you may need to install a later JRE.
  • The minimum Forge version for this update is 47.1.44 and is required for a Pixelmon client to run.
  • Worlds from 1.16.5 may not work with newer versions of Minecraft. Consider backups before updating..
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Added ice gym
  • Added fairy gym

Changes:

  • Updated our Discord rich presence integration to use Discord's Game SDK (hopefully solving crashing on MacOS)

Fixes:

  • Fixed the Safari ball causing crashes
  • Fixed the refresh button on the cosmetics screen from breaking the game
  • Fixed pokemon spamming the take off sound
  • Fixed the shaded libraries conflicting with hybrid servers (arclight)
  • Fixed the server jar failing to start due to missing Jar in Jar (client reset packet)
  • Fixed the cloning machine drops being reversed

Battles:

  • Nature Power is now labeled as a Status move.

Datapack:

  • Added the "poke_balls/safari" biome tag for deciding which biomes receive the safari ball bonus

Pixelmon Mod 9.2.0

"They have those cherry trees don't they? - Jay 2023"



  • The Java requirement for 1.20.1 is Jave 17. This will come shipped with most launchers. For manual installation, you may need to install a later JRE.
  • The minimum Forge version for this update is 47.1.44 and is required for a Pixelmon client to run.
  • Worlds from 1.16.5 may not work with newer versions of Minecraft. Consider backups before updating..
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Added more Minecraft.

Structures:

  • Added more Minecraft structures, most likely.

Changes:

  • Updated targeted Minecraft version to 1.20.1

Datapack:

  • Datapacks from 1.16.5 may need to be tested before running on 1.20.1 builds.

Developer:

  • Javadocs will be made available with each release.

Pixelmon Mod 9.1.4

"Smol update, rq"



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Added Mystery Box.
  • Added Mystery Box recipe, crafted with Netherite Scraps, a Nether Star, a Ruby and a Sapphire.
  • Added Meltan and Ditto spawning to the Mystery Box.
  • Added config options for Mystery Box spawning and behavior parameters in spawning.yml.
  • Added Meltan evolution method by feeding it Iron Nuggets.
  • Added config options for Meltan evolution parameters.
  • Added 2D 'Sprite' mode for all Pokémon entities.
  • Added all unreleased Pokémon data, defaulting to 'Sprite' mode.
  • Added support for pixelmon:none as an option to disable the model attempting to be rendered, defaulting to the sprite without throwing an error.
  • Added a config option for toggling sprite mode globally.
  • Added [F3 + X] as a keybind for toggling sprite mode globally.
  • Added undexable species tag to prevent a specie from appearing in the PokéDex.
  • Added Auspicious Armor.
  • Added Malicious Armor.
  • Added Froggy Chair.
  • Added Glass Table.
  • Added Cluttered Box variant to Box.
  • Added Egg Block:
    • Landing on, walking on or breaking an Egg block starts a boss battle while in Ultraspace.
  • Added config option for multiplying Pokémon spawn levels in Ultraspace (defaults to 2).
  • Made all Pokémon in Ultraspace default to aggressive AI.
  • Added Ultra Crater biome, which generates deathly, liquid-filled geysers, towering monoliths, and buried metal pipes that inflict poison, mining fatigue and blindness by chance upon mining.
  • Added Ultra Plant biome, which generates Xurkitree-like features, large and imposing monoliths and aggressive lightening strikes on breaking light-producing blocks.
  • Added a 40% chance of wild Pokémon starting a horde battle in Ultraspace.
  • Added Nest feature to Ultraspace:
    • Nests spawn most often at bedrock level.
    • Nests spawn wild Pokémon Eggs protected by aggressive, high-level Boss Pokémon.
  • Added egg hatching animation, complete with an original sound.
  • Added group spawning feature, where Pokémon will only spawn as a combination of a bigger group, entirely supported by our spawning system.
  • Added 17 Pixelmon-themed paintings via Minecraft's Painting item block.
  • Added and revamped battle logging system and making it extendable.
  • Added battle logging to the following actions: Select Move, Battle Message, Change Ability/Type, Damage Pokémon, Enter/Exit Dynamax, Global/Personal Status Add/Remove, Heal Pokémon, Mega, Player Command, Stat Change, Terrain/Weather Change, Turn Begin/End and Ultra Burst.
  • Added player positions and dimensions to the start of battle logs.
  • Added Poképaste URL to battle log headers.
  • Added upload button to the import and export screens for the PokéWand, allowing you to export with Poképaste.
  • Added a download button to the PokéWand, allowing you to download a Poképaste to the party.
  • Added a config setting to graphics.yml for changing the radius of the "spectate battle" message.
  • Added config toggle to graphics.yml for rendering wild Pokémon while in battle, defaults to false.
  • Added config setting to spawning.yml for Ultra Space horde spawn chance.
  • Added config toggle to graphics.yml for Pixelmon particles visibility.
  • Added all Generation 9 TMs.
  • Added Generation 9 Blank TM item.
  • Added game starting pop-up tutorial to first join 'Send Out' Pokémon action.
  • Added Avoidance potion effect, preventing aggressive Pokémon from targeting a player.
  • Added Repel potion effect, preventing Pokémon from spawning on a player.
  • Added achievements for entering Ultra Space.
  • Added achievements for touching or getting sick from Ultra Desert Cactus, Ultra Deep Kelp, Ultra Forest Flower and Ultra Crater pipes.
  • Added all Pixelmon recipes to Minecraft's Recipe Book:
    • Recipes for each type of Pokéball unlock once their Pokéball lid is obtained.
    • Recipes for Poké, Great, Ultra, Nest, and Heal Pokéball lids unlock once any Apricorn is picked up.
    • Recipes for additional Pokéball lids unlock once a Poké, Great, Ultra, Nest, or Heal Pokéball is crafted.
    • Recipes for the Pokéball lids of Pokéballs from PLA unlock upon obtaining their crafting materials.
    • Recipes for all PokéBall bases unlock once an ingot or plank is picked up.
    • The rest of the recipes are unlocked from obtaining one of their ingredients or the recipe's output item but of a different color. Exceptions to this are the Red Chain and Porygon Pieces, which require all component items to unlock the recipe, and the Fossil Cleaner, which requires obtaining a Covered Fossil.
  • Added config setting called always-aggressive-dimension which dictates which dimensions should spawn Pokémon that are always aggressive encounters and use aggressive AI in battle.
  • Added config setting called horde-battle-dimensions which dictates in which dimensions the 40% (configurable) chance of a horde battle spawning applies.

Pokémon:

  • Added Lechonk.
  • Added Oinkologne.
  • Added Nacli.
  • Added Naclstack.
  • Added Garganacl.
  • Added Smoliv.
  • Added Dolliv.
  • Added Arboliva.
  • Added Iron Moth.
  • Added Slither Wing.
  • Added Iron Thorns.
  • Added Glimmet.
  • Added Glimmora.
  • Added Paldean Tauros (Combat Breed).
  • Added Paldean Tauros (Blaze Breed).
  • Added Paldean Tauros (Aqua Breed).

Effects, Moves and Abilities:

  • Effects:
    • Added Tidy Up effect.
    • Added Gigaton Hammer effect.
    • Added Rage Fist effect.
    • Added Last Respects move effect.
  • Abilities:
    • Added Seed Sower ability.
    • Added Cud Chew ability.
    • Added Commander ability.
    • Added Guard Dog ability.
    • Added Zero to Hero ability.
    • Added Beads of Ruin ability.
    • Added Sword of Ruin ability.
    • Added Tablets of Ruin ability.
    • Added Vessel of Ruin ability.
    • Added Well-Baked Body ability.
    • Added Wind Rider ability.
    • Added Wind Power ability.
    • Added Anger Shell ability.
    • Added Armor Tail ability.
    • Added Purifying Salt ability.
    • Added Quark Drive ability.
    • Added Protosynthesis ability.
    • Added Orichalcum Pulse ability.
    • Added Sharpness ability.
    • Added Hadron Engine ability.
    • Added Rocky Payload ability.
    • Added Lingering Aroma ability.
    • Added Toxic Debris ability.
    • Added Supreme Overlord ability.
    • Added Opportunist ability.
    • Added Good as Gold ability.
    • Added Costar ability.
    • Added Mycelium Might ability.
  • Moves:
    • Added Salt Cure move.
    • Added Mortal Spin move.
    • Added Doodle move.
    • Added Hyper Drill move.
    • Added Raging Bull move.
    • Added Population Bomb move.
    • Added Double Shock move.
    • Added Axe Kick move.
    • Added Silk Trap move.
    • Added Triple Dive move.
    • Added Gigaton Hammer move.
    • Added Armor Cannon move.
    • Added Bitter Blade move.
    • Added Tidy Up move.
    • Added Revival Blessing move.
    • Added Rage Fist move.

Sounds:

  • Added accessibility narration through subtitles to all Pixelmon sounds.
  • Added new Pokémon sounds: Annihilape, Armarouge, Capsakid, Cyclizar, Dondozo, Dudunsparce, Espathra, Gholdengo, Gimmighoul, Glimmet, Glimmora, Hawlucha, Iron Jugulis, Iron Thorns, Klawf, Koraidon, Miraidon, Nymble, Scovillain, Spoink, Tatsugiri, Wiglett and Wugtrio.

Structures:

  • Added Ghost Gym Town to Soul Sand Valley: Ghost Gym, Blacksmith, Church, Clutter A-I, Day Care, Elite A-F, Farm A-D, Grunt A-I, House A-D, Leader A-F, Pokémon Center, Poké Mart, Road A-D, Town Center A-B and TCG Shop.
  • Added Ultra Crater Den A-F.
  • Added Ultra Crater Grotto A-J.
  • Added Ultra Crater Gray/Red/White Pipe A-R, a mineshaft-like pipe system full of loot to explore.
  • Added Ultra Plant Den A-D.
  • Added Ultra Plant Grotto A-B.
  • Moved Fire Gym Town to Nether Wastes biome.
  • Updated signs for visibility for all TCG and Day Care structures.
  • Updated all relevant structures to the new Blockbench blocks.

From Suggestions:

  • 30582 Added a new MoonPhaseEvolution condition ({ "moonPhase": 0, "evoConditionType": "moonPhase" }) where moon phase values correspond with Minecraft's 8 tier phase system, thanks to a community suggestion!
  • Updated Pixelmon Spawner to support ability, boss, untradeable, uncatchable, unbattleable, ribbon and min/max level Pokémon specs.
  • 31462 Added Generation 9 starters to the spawning pool. Check our wiki for biome specifics.
  • Added Linking Cord evolutions to all Pokémon which evolve via trade while holding an item, thanks to our datapack author community!
  • Added Linking Cord evolution to Shelmet if Karrablast or Escavalier are in party.
  • Added Linking Cord evolution to Karrablast if Shelmet or Accelgor are in party.

Spawning:

  • Added byg:travertine, byg:frost_magma, byg:overgrown_crimson_blackstone, minecraft:nether_wart_block, byg:subzero_ash, byg:subzero_crystal_block, and byg:budding_subzero_crystal to "seesSkyException".
  • Removed Ultra Space biomes from all normal categories except the "ultraspace" category.
  • Updated Raids in Ultra Space to increase the difficulty of spawned Pokémon.
  • Updated Legendary Pokémon in Ultra Space Raids to Necrozma, Solgaleo and Lunala only spawns.
  • Added Yellow Concrete Powder, Orange Concrete and Yellow Concrete to valid Land blocks.
  • Added fishing to Ultra Forest, Ultra Crater, Ultra Desert, Ultra Jungle, Ultra Plant, Ultra Deep Sea.
  • Updated Water Loot for Ultra Space to add different rarities on Silver Bottle Caps and Evolution Stones.
  • Added Cosmog to all Ultra Space biomes during Dawn and Day.
  • Added Piplup Line Fishing to Freezing biomes with an anticondition of Freezing Forests and Freezing Mountains at All Times.
  • Added Tadbulb Line to River, Swamps, and Lakes at All Times.
  • Added Kingdra to Oceanic and Beaches with an anticondition of Freezing biomes during the Day.
  • Added Buizel Line to River, Lakes, Stone Shore, Gravel Beach, and Rocky Beach at All Times.
  • Added Stunfisk and Galarian Stunfisk to Swamps at All Times.
  • Added Wooper Line to Swamps, River, and Lakes during Day and Dusk.
  • Added Paldean Wooper Line to Swamps during Night and Dawn.
  • Added Marshtomp and Swampert to Swamps at Night.

Changes:

  • Changed the Ultraspace Teleporter to a consumable item for non-creative players.
  • Changed the Drowned World Teleporter to a consumable item for non-creative players.
  • Updated Boulder to new Block Bench model.
  • Updated Small TV to new Block Bench model.
  • Updated Big TV to new Block Bench model.
  • Updated Old TV to new Block Bench model.
  • Updated Frozen, Static and Fiery shrine to new Block Bench model.
  • Updated Timespace Altar to new Block Bench model.
  • Updated Arc Chalice to new Block Bench model.
  • Updated Ilex Shrine to new Block Bench model.
  • Updated Fan to new Block Bench model.
  • Updated Mower to new Block Bench model.
  • Updated Washing Machine to new Block Bench model.
  • Updated End Table to new Block Bench model.
  • Updated Umbrella to new Block Bench model.
  • Updated Vending Machine to new Block Bench model.
  • Updated Water Float to new Block Bench model.
  • Updated Healer, PC and Trading Machine to new Block Bench model.
  • Updated Rug to new Block Bench model.
  • Updated Folding Chair, Cushion Chair and Arm Chair to new Block Bench model.
  • Updated Clock to new Block Bench model.
  • Updated Box to new Block Bench model.
  • Updated Couch to new Block Bench model.
  • Updated Gym Sign to new Block Bench model, capable of attaching to walls and ceilings.
  • Removed Clothed Table, replaced by Glass Table.
  • Added Silver Helmet to the Village Armorer's item pool.
  • Added Ruby Hoe to the Village Toolsmith item pool.
  • Updated battle crashing to crash at the first error instead of tolerating three consecutive errors and causing a battle lock-up.
  • Updated /tcg give to support fullness quantity for TCG Jars.
  • Updated the PokéWand display to be wider and easier to review.
  • Slowed down Pokémon movement AI, so they no longer run around everywhere, all the time.
  • Disabled Pokémon AI movement for all foes and allies in battle.
  • Updated battle rendering so wild Pokémon no longer render while in battle.
  • Updated battle rendering to force opposing Pokémon to look at each other during battle.
  • Updated battle camera to center and focus on the PokéBall when capturing in-battle.
  • Updated battles to award the player with 10 seconds of Pokémon Avoidance potion effect on battle end.
  • 13688 17981 Players can no longer be pushed while in battle.
  • Updated /wiki command to return our Pixelmon wiki link when used with no arguments.
  • Updated PokéStop model. Valentine's Day is over!
  • Updated Gracidea's collision and break speed to be consistent with vanilla flowers.
  • Updated Gracidea's bonemeal spread chance to 5%.
  • Updated Small, Big and Old TV to be turned on only if interacted with face front.
  • Removed deprecated /struc command, use Minecraft's Structure Blocks instead.
  • 17230 Reduced the permission level from 4 (owner) to 2 (command block and functions) for the following commands: dolegendaryspawn, pokerestart, pokebomb, spawning and starter.
  • Reduced the permission level from 4 (owner) to 3 (admin) for pixeltp.
  • Removed Anvil recipe, a block that is no longer needed to craft PokéBalls.
  • Updated Relearner and Move Tutor screen FLASHBANG extra-bright screen to no longer being so bright.
  • Updated the Love Sweet's recipe from using Brown Dye to using Cocoa Beans.
  • Updated Card Compendium to yield all cards only when player is in creative.
  • Updated Cushion Chair recipes.
  • Updated Relic items shopkeeper prices to reflect a more realistic value.
  • Reduced memory allocation in our Pokémon spawning system.
  • Added TM data to MissingNo.

Datapack

  • Re-organized Rapid Spin to include speed in its datapack json.
  • Added a new evolution condition that requires a Pokémon to use a move a certain amount of times before it may evolve.
  • Added a new insideBattle evolution condition.
  • Added a new 'WalkEvolution' condition for evolving a Pokémon after walking a set number of blocks.
  • Added error log on datapack load if datapack contains an invalid evolution condition.
  • Added the apricorns, armchairs, badgecases, cleanedfossils, flutes, folding_chairs, healers, pcs, rugs, trade_machines, umbrellas, uncleanedfossils, vendable, vending_machines, and water_floats tags.

Fixes:

  • Fixed /learnmove failing to include all level-up moves despite them being in a specie's level learnset.
  • 18694 Fixed Trainer Cards not displaying another player's Pokémon when viewed.
  • Fixed mispelled Pokémon targets in /pokespawn throwing an error when the target is shiny.
  • 20017 Fixed several typos causing 'gray' tinted blocks from being unrecognizable in the betterspawnerconfig.json.
  • 19878 Fixed Zygarde Cells being unplaceable next to each other while placed on non-grass or wood blocks.
  • Fixed Hisuian Zorua failing to spawn in raids due to a typo.
  • 18843 Fixed Kyogre failing to summon rain with thunderstorm when using Rain Dance as an external move.
  • Fixed an error caused by special palette statues after its palette having been deleted.
  • 19974 Fixed Sacred Ash healing all Pokémon in the party when used, instead of only healing the fainted ones.
  • 19625 Fixed Wings and EV Juices from being used infinitely, causing no changes to stats yet applying to capped Pokémon.
  • 19350 Fixed Catch Combos failing to apply a shiny multiplier when not used in conjunction with a Shiny Lure.
  • 20072 Fixed party form evolution condition not accounting for translated specie names.
  • Fixed Pixelmon item blocks failing to produce placement sounds.
  • 19282 Fixed Pokémon evolving into themselves.
  • Fixed aggressive AI upon Pokémon targeting a player for battle.
  • Fixed timid AI upon Pokémon running away from a player.
  • Fixed the Ultraspace Teleporter and Drowned World Teleporter placing you inside blocks when underground.
  • Fixed particles failing to display when battle attack animations are played.
  • Fixed the Pokéball use event not being cancelable.
  • Fixed the inventory being changed on the client separate to the server on Pokéball use.
  • 19841 Fixed Silk Touch failing to drop Fossil Blocks when mining a Fossil Block.
  • 20234 Fixed external move Cut causing wood log duplication upon usage.
  • Fixed Fighting type erroneously requiring 3 Oak Planks instead of 2 when breeding.
  • 19792 Fixed client crash caused by bee replacement logic.
  • 20094 Fixed Pokémon failing to evolve after a battle upon reaching the required level.
  • 20075 Fixed a client crash when shift-clicking a Pokémon into the PC.
  • Fixed Pokémon spawning in the air at low Y levels or on superflat worlds.
  • 20239 Fixed Doctor John using Nurse Joy lines when healing a party from Pokérus.
  • Fixed the PokéWand's multi-line text editor so it's functional again.
  • Fixed the PokéWand's Showdown importer and exporter.
  • Fixed the PokéWand's [Save] button in the importer and exporter.
  • 20066 Fixed the unequippable NBT tag failing to prevent items from being stored in armor slots.
  • 19566 Fixed missing Zeraora sound.
  • Fixed players' movement staying frozen after warp plate usage.
  • 19387 Fixed the NPC Editor disallowing the renaming of NPCs through backspace usage.
  • 20089 Fixed Raid catching failing when a player carries more than 2 stacks of the same type of PokéBall in their inventory.
  • Fixed Pokémon AI spinning on corners of blocks and at the end of their paths. No more spinny bois
  • Fixed aggressive AI failing to correctly target players.
  • Fixed sent out Pokémon walking away from their Trainer.
  • Fixed aggression specie stats failing to apply properly.
  • 17026 Fixed Flygon's missing facial features.
  • 19856 Fixed duplication of multi-blocks when destroyed by TNT.
  • Fixed /pokedelete command deleting the wrong Pokémon and causing a crash.
  • Fixed /pokespawn failing to summon MissingNo when specified as a spec.
  • Fixed missing texture reference for Pika Mug.
  • Fixed missing container capability to the Fridge. Clicking while uncrouched will now open the block's container.
  • Fixed missing dual model Egg model on Crocalor's head mesh.
  • Fixed Ultra Desert Sandstone failing to craft into its respective Chiseled, Cut, and Smooth sandstone variants.
  • Fixed Ultra Space Stone failing to craft into its respective Chiseled and Polished stone variants.
  • Fixed Gracidea failing to spread when bonemealed on grass.
  • Fixed Gracidea not dropping when mined directly.
  • 18693 Fixed Online Spheal (Christmas 2021) not appearing in the [ESC] cosmetics menu.
  • 18704 Fixed in-progress Cloning Machines dropping an Aluminum Ingot isntead of a Cloning Machine.
  • 18808 Fixed Shaymin Gracidea apply effect failing to display leaf particles.
  • 19951 Fixed Arc Chalice plate placement failing to display type plate particles.
  • Fixed Timespace Altar activation event failing to display summoning circle particles.
  • Fixed Pokéball models not resetting on client resource pack reload.
  • Fixed the Pixelmon Spawner improperly converting boss mode ratio.
  • 20131 Fixed Picket Fences from being un-waterloggable.
  • Fixed time requirement truncation on Day Care wait time in datapacks, now using minutes and not hours.
  • 20257 Fixed Charm items causing errors in multiplayer consoles upon usage.
  • 19980 Fixed Ultra Desert Chiseled Sandstone using the incorrect side panel texture.
  • Fixed Fossil Displays failing to drop their displayed Fossil upon block break.
  • 20000 Fixed TCG Card HP failing to render while in inventory.
  • Fixed player successfully using PP increasing items on moves that have their max PP equal or lower to their base PP.
  • 19966 19967 19968 Fixed incorrectly typed sound files.
  • 20338 Fixed PokéGift's recipe.
  • Fixed PC storage failing due to a rare error.
  • 20294 Fixed Cloning Machine and Reassembly Unit spawn rates not respecting the shiny rate set in config.
  • Fixed PokéEditor fields breaking when changing the species field.
  • 19392 Fixed Pixelmon blocks failing to place on Snow blocks.
  • Fixed the camera remaining stuck in one spot while watching a Pokémon evolve.
  • Fixed Pokémon freezing into place or moving extremely slowly when swimming.
  • Fixed TCG cards rendering with excessive shadow effects.
  • 15833 Fixed Zacian, Zamazenta and Eternatus accepting Dynamax Candies instead of failing.
  • 17059 Fixed Ghost-type Pokémon being immune to damage by vanilla potions.
  • 18065 Item Finder now finds items as the name implies.
  • Fixed dens in chunk limits spawning Legendaries and then immediately despawning.
  • 19647 Fixed Pokémon ruled by 'three perfect IVs' failing to apply iv-related specs properly, now ignoring the rule if an iv-spec is specified.
  • Fixed happiness-related specs failing to apply when used via /pokegive and other similar commands.
  • Fixed /pokebomb and pokespawn failing to respect the world they are executing in, fixing their usage with Minecraft's /execute.
  • Fixed Lopunny's model missing its neck piece.
  • Fixed join dev message failing to send on the first time joining a server.
  • Fixed the Fractured Pillar's recipe crafting into a Temple Pillar.
  • Fixed vanilla loot tables failing to use PokéBall IDs properly.
  • Fixed dual model animation sequencing counting incorrectly when switching between animation types.
  • Fixed Christmas Spheal (Online) missing sprite.
  • 20337 Fixed Hitmontop walking backwards.
  • Fixed White Stripe Basculin evolving into either gender instead of maintaining its gender post-evolution.
  • Fixed missing Generation 9 TMs to all new Generation 9 Pokémon.
  • Fixed insanely high flight height for several Pokémon that were launching far too high in the sky on prompt.
  • Fixed erroneous egg cycle entries for Sneasel, Wyrdeer, Kleavor, Ursaluna, Sneasler and Overqwil.
  • Fixed NPCs failing to be targeted by Minecraft's /kill command.
  • Fixed NPCs failed to be harmed or killed by creative-mode players.
  • Fixed a memory issue caused by the navigator stored in the Server World for block changes, changing the Entity's navigator to ensure that entities have a "permanent" navigator, preventing further memory leaks.
  • Fixed a memory issue caused by the structure cache being removed improperly while using the correct dimension key for structure checks.

Battles:

  • 20093 Fixed revived Pokémon crashing raid battles.
  • Fixed Triple Axel erroneously messaging that its target avoided the attack if one of its three hits missed the target.
  • 20099 Fixed Ditto failing to use Transform when used in a raid battle.
  • 18676 Fixed extreme weathers not activating properly when Kyogre or Groudon use Primal Reversion.
  • Fixed the TeamSelectScreen from being prematurely closed by hitting [ESC].
  • 20082 Fixed Shed Tail producing battle errors upon use.
  • Fixed Thermal Exchange failing to boost attack power as expected.
  • 20235 Fixed Aegislash's stats failing to properly switch when changing stances.
  • Fixed missing battle message which communicates when Water-typed attacks fail under harsh sunlight, and its counterpart for Fire-typed attacks failing under heavy rain.
  • Fixed Anchor Shot failing to target adjacent foes and allies.
  • 20236 Fixed certain abilities gained on mega evolve or primal reversion activating twice.
  • Fixed mega evolutions failing to activate whilst in a double battle.
  • 20077 Fixed mega evolutions failing to activate in PVP battles if rules are set to 'Raise to Cap' or 'Team Preview'.
  • Fixed Shell Trap failing to damage all adjacent opponents upon use.
  • 20229 Fixed Darmanitan failing to access Zen Mode while in battle under the right HP conditions.
  • 20174 Fixed Misty Terrain emulating Electric Terrain when used by AI.
  • 20277 Fixed Earth Eater healing the opponent instead of the user.
  • Fixed Rayquaza failing to use properly Air Lock.
  • Fixed switching or fleeing in battle erroneously taking into account the Pokémon in the last slot.
  • Fixed the battle camera's movement being excessively jittery and moving around the battle scene.
  • Fixed the battle camera's render vanishing in-battle Pokémon when scrolling out far enough for them to be out of render distance.
  • 19509 Fixed Filter and Tinted Lens failing to apply 8x weakness or 8x resistance, respectively.
  • Fixed White Herb triggering if stats had been lowered despite being unusable.
  • Fixed a Pokémon which is mega evolving as it KO's an opponent failing to update its model while in battle.
  • Fixed a Pokémon which is mega evolving as it gets killed failing to correctly phase over to the next turn, resulting in the opponent attacking the next sent out Pokémon with the same move that KO'd the failed mega.
  • Fixed Ice Face activating at the end of the turn.
  • 20209 Fixed a battle waiting bug caused by attempting to catch a high-velocity flying Pokémon while very high off the ground.
  • Fixed guaranteed critical hit moves such as Flower Trick and Wicked Blow failing to bypass Reflect.
  • 20270 Fixed shiny Zoroark particles persisting after Illusion when morphing into a non-shiny opponent.
  • Fixed freezing status effect conditions in battle.
  • Fixed multiple hit effects causing a battle crash.
  • Fixed Burning Jealousy not targeting both adjacent foes as a spread move should.
  • 16276 Fixed Shedinja's maximum health increasing erroneously upon dynamaxing (for realsies this time).
  • Fixed a packet-loss issue causing the player to be stuck in waiting when using Teleport after the user has spam-clicked or used an auto-clicker.
  • Fixed an issue where the client's Pokémon HP displays out of sync with the server due to concurrent modification of the variable when animating the health bar.

Translation:

  • Updated French translation.
  • Updated German translation.
  • Updated Korean translation.
  • Updated Spanish translation.
  • Updated Simplified Chinese translation.
  • Updated Traditional Chinese translation.

Developer:

  • Replaced old Meltan evolution condition and specification requirement, going from ores to nuggets and OresSmeltedRequirement to NuggetsFedRequirement respectively.
  • Added MysteryBoxEvent superclass, containing various sub-events for handling Mystery Boxes:
  • Added MysteryBoxEvent.Activate, fired whenever a player right-clicks a Mystery Box. Can modify the input item, or be cancelled to prevent activation.
  • Added MysteryBoxEvent.Open.Pre, fired whenever a Mystery Box is about to open. Can call setCanOpen or be cancelled to prevent the box from opening.
  • Added MysteryBoxEvent.Open.Post, fired whenever a Mystery Box has just opened. Can modify the updated values of the Mystery Box via this event.
  • Added MysteryBoxEvent.Feed, fired whenever a Netherite Scrap is about to be fed to a Mystery Box. Can be cancelled to prevent the scrap from being fed to it.
  • Added MysteryBoxEvent.ComparatorPower, fired whenever a Mystery Box updates its comparator output strength.
  • Added MysteryBoxEvent.Tick.Start, fired at the start of a Mystery Box's tick. Can be cancelled to prevent further tick logic from being processed.
  • Added MysteryBoxEvent.Tick.TrySpawn, fired whenever a Mystery Box is about to try to spawn a Pokémon. Can be cancelled to prevent this attempt.
  • Added MysteryBoxEvent.Tick.DoSpawn, fired just before a Mystery Box is going to spawn a Pokémon. Can be cancelled to prevent this, or the Pokémon being spawned can be modified.
  • Added MysteryBoxEvent.Tick.AboutToClose, fired just before a Mystery Box is about to close. Can be cancelled to keep the Mystery Box open.
  • Reduced access on AbstractClientEntity#evoStage so it's only accessible via getters & setters as it now has a data-sync.
  • Added EggBlockEvent.SelectSpecies with Pre and Post sub events for modifying the species selected to be spawned by a specific Pokemon Egg.
  • Added EggBlockEvent.BeginFight with Pre and Post sub events for modifying the entity that begins the battle from Pokemon Eggs.
  • Added Ability#modifyStatsOther and Ability#modifyStatsCancellableOther.
  • Adds the EnforcedReviveTask and EnforcedRevivePacket.
  • Adds the EnforcedReviveMode BattleScreen.
  • Deprecated Pokemon#getPixelmonWrapper because it tries to get the PixelmonWrapper from an entity instead of the player participant, Pokemon, or battle controller.
  • Changed RaidActionPacket to send item count separately from the ItemStack.
  • Added the SyncSpectatorRangePacket so developers can set the range a client can see the spectate battle message from.
  • Added the AttackEvent.Use event to additional instances where a move misses or fails to work.
  • Added getters to the PokemonBuilder variables.
  • Added an error if the Import/Export logic finds a MissingNo.
  • Added error line to stacktrace for showdown errors.
  • Created the PokemonRetrievedEvent for retrieving a Pokemon (its entity) and returning it to its Pokeball.
  • Created the WalkedPokemonListener which uses the PokemonSendOut and PokemonRetrieved events to track how far a player walks with a Pokemon sent out.
  • Added particle information to entities and the Transform packet.
  • Added packet logging option behind the environment variable pixelmon.log_packets for startup flags, -Dpixelmon.log_packets=true.
  • Added client-side "battle mode" changing logging behind the environment variable pixelmon.client.log_battle_mode for startup flags, -Dpixelmon.client.log_battle_mode=true.
  • Reduced allocations in storage manager getAllCachedStorages by setting the side of the list to the correct amount.
  • Removed exception usage in NumberHelper parse logic to improve memory usage and make its reading easier, now using OptionalInt, OptionalFloat and OptionalLong to reduce unnecessary boxing and unboxing.

Pixelmon Mod 9.1.3

"Love is in the Pokedex!"



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.
  • If using datapacks, consider refreshing every update for default datapack fixes from Pixelmon.

Additions:

  • Added Valentines' Day catch mechanic: catching certain Pokémon with a Love Ball turns them into their Valentine palette.
  • Added Valentine palette Pokémon: Swablu, Altaria, Togepi, Togetic, Togekiss, Drifloon, Drifblim, Emolga, Absol and Celebi.
  • Added Valentine's Day Discord-exclusive Heart Wings.
  • Added Electromorphosis ability.
  • Added Earth Eater ability.
  • Added Thermal Exchange ability.
  • Added Glaive Rush move.
  • Added Shed Tail move.
  • Added new debug modes: Vertex mode[F3+V], Emissive mode [F3+K].
  • Added new debug modes to debug help menu [F3+Q].

Pokémon:

  • Added Wiglett.
  • Added Wugtrio.
  • Added Orthworm.
  • Added Tadbulb.
  • Added Bellibolt.
  • Added Frigibax.
  • Added Arctibax.
  • Added Baxcalibur.

Structures:

  • Added Ground Gym Town structures: Gym Ground, Gym Ground Town Center A-B, Gym Ground PokeCenter, Gym Ground PokeMart, Gym Ground Road A-D, Gym Ground House A-E, Gym Ground Blacksmith, Gym Ground Church, Gym Ground Day Care, Gym Ground TCG Shop, Gym Ground Farm A-B, Gym Ground Berry A-B, Gym Ground Clutter A-E and Gym Ground Light A-B.
  • Added Fire Gym Town structures: Gym Fire, Gym Fire Town Center A-B, Gym Fire PokeCenter, Gym Fire PokeMart, Gym Fire Road A-D, Gym Fire House A-E, Gym Fire Blacksmith, Gym Fire Church, Gym Fire Day Care, Gym Fire TCG Shop, Gym Fire Farm A-B, Gym Fire Berry A-B, Gym Fire Clutter A-E and Gym Fire Light A-B.
  • Added Valentine's Day Swanna Boat.
  • Updated Dos Shrine A, Den Swamp B, Graveyard A, Graveyard Church A-B, Gym Grass, Gym Grass PokeCenter, Gym Grass PokeMart, Gym Grass House A-E and Gym Grass Blacksmith.

Sounds:

  • Added Frigibax, Arctibax, Baxcalibur and Orthworm voices.
  • Updated Necrozma, Reshiram and Wooper voices.

Spawning:

  • Added Ground Gym Town spawning to Badland biomes.
  • Added Fire Gym Town spawning to Nether biomes.
  • Added Swanna Boat spawning to Ocean biomes.
  • Added Orthworm to Arid night-time spawns.
  • Added Wiglett and Wugtrio to Beaches, Lukewarm Ocean and Warm Ocean spawns.
  • Added Tadbulb and Bellibolt to River, Lakes and Swamp spawns.
  • Added Frigibax, Arctibax and Baxcalibur to Freezing Forests and Freezing Mountains night-time spawns and Underground spawns.

Changes:

  • Updated Starter screen welcome message.
  • Removed unnecessary mega-evolution palette missing textures.
  • Updated Black Cash Register recipe to match the rest of the dyed Cash Register recipes.
  • Removed individual color-specific or specie-specific Apricorn and Berry Logs, unifying them into a single Berry Log and Apricorn Log, decreasing game load time.
  • Updated Apricorn Log plank recipe to yield Yellow Berry Planks.
  • Updated Berry Log plank recipe to yield Green Berry Planks.
  • Updated Red Berry Planks, Purple Berry Planks, Pink Berry Planks and Blue Berry Planks recipe to a staining recipe using Yellow Berry Planks and their respective dyes.
  • Removed placeholder blocks with blockstate variations, decreasing game load time.
  • Updated Wireframe debug mode keybinds to [F3+J].
  • Updated PokéStop model to Valentine variant.
  • Updated Love Koffing and Weezing to use the Valentine Love Ball catch system.

Datapack

  • Added Model Predicate system for improved loading of multi-model Pokémon.
  • Updated flyingModelLocator to the new system, collapsing it with modelLocator into modelLocators. This new system will allow for an infinite, ordered list of possible models for a single Pokémon instead of limiting it to Flying-only modes.
  • Added a backward compatibility system to enable the loading of stat files with flyingModelLocator.
  • Added pixelmon:flying, pixelmon:battle, pixelmon:riding and pixelmon:always as starting model predicates.

Fixes:

  • 15596 Fixed badgeList error on PixelmonItems#getBadgeList(Element type).
  • 18018 Fixed Shulker Box-stored items failing to display in the battle UI under Bag.
  • 19566 Fixed missing sound event errors on console startup, failing to load sounds for Popplio, Terrakion, Zeraora and Eevee.
  • 19802 Fixed Shopkeepers failing to yield items if player inventory is full.
  • 19807 Fixed client crash when walking through Pixelmon Grass.
  • 19820 Fixed Hammer area damage permanently deleting items stored in destroyed Shulker Boxes.
  • 19900 Fixed DittoxDitto breeding results displaying improperly in the Day Care UI.
  • 19979 Fixed Cooking Pots failing to reduce durability of Flint and Steel.
  • 19982 Fixed Az' Floette failing to spawn due to a typo in its spawning file.
  • 19986 Fixed marks failing to be unequipped from the player's inventory UI.
  • Fixed Articuno Galar and Moltres Galar using their idle animation while in flight.
  • Fixed Clodsire invalid stat entries for EV yield and Gmax factor.
  • Fixed Gulpin dropping incorrectly Beetroot.
  • Fixed Mount Lanakila raid dens failing to activate with a Wishing Piece.
  • Fixed Paldean Wooper dropping all Wooper drops instead of the Paldean-inspired ones only.
  • Fixed Porygon-Z failing to drop Silicon properly.
  • Fixed Water Stone Ore spawning surrounded in sand without a water source directly above it.
  • Fixed Yellow Day Care using an incorrectly colored sprite.
  • Fixed /dexcheck displaying numbers by decimals in percentage of completion.
  • Fixed /hatch command resulting in a doubled feedback message.
  • Fixed a client crash when rendering item sprites and PokéBalls.
  • Fixed client crash when loading high density NPC populations on login.
  • Fixed client crash when swapping empty party slots in the Day Care menu.
  • Fixed console errors caused by an attempt load of the ParticleManager.
  • Fixed console flooding when a player attempts to fly on a Pokémon with incorrect flying parameters.
  • Fixed duplicated entries for Palkia spawning locations.
  • Fixed duplicated items displaying when searching a specific PokéBall or PokéBall component in the creative inventory.
  • Fixed duplicated move entries for Mr Mime Galarian, Mew and Celebi.
  • Fixed emissive, transparent models failing to render properly, affecting Nihilego.
  • Fixed erroneous entry for Earthquake as an Egg move for Paldean Wooper.
  • Fixed missing Paldean tag to Clodsire.
  • Fixed missing cave_air entry as a valid spawning location, causing /checkspawns to incorrectly list possible spawns.
  • Fixed missing move entry of Amnesia to Clodsire's moveset.
  • Fixed naturally spawned raid dens failing to activate after the first activation.
  • Fixed quest items failing to be stackable up to 64 count.
  • Fixed raid dens activating continuously if daylight cycle is switched off.
  • Fixed raid dens failing to activate when summoned via the Raid Den Spawner.
  • Fixed the wrongful logging of ENCODING and DECODING Pixelmon packet messages if Pixelmon#logPackets is false.

Battles:

  • 18018 Fixed battle Bag options not detecting Shulker Box content, including Pokéballs.
  • 18768 Fixed missing AI on Pokémon spawns after fleeing and being fished out.
  • 19783 Fixed Charizard Mega Y transforming into Charizard Mega X when switching back in.
  • 19785 Fixed Mewtwo Mega Y transforming into Mewtwo Mega X when switching back in.
  • 19809 Fixed client crash on SkyBattleClause exception from optionals.
  • Fixed Jaboca and Rowap Berries not damaging the opponent if you use False Swipe in the same turn.
  • Fixed Pokémon being unable to steal (Thief, Trick, Switcheroo) items that aren't classified as held items.
  • Fixed non-attack damage sources failing to correctly trigger phase changes for Revenant Pokémon.

Translation:

  • Updated Korean translation.
  • Updated Traditional Chinese translation.
  • Updated Spanish translation.

Developer:

  • Added BattleItemScanner, a one-stop-shop for finding, collecting, and consuming battle items for battles.
  • New item scanners can be registered via this class, allowing modders to add their own item containers for use in battles, like how Poké Bags and Shulker Boxes can be used. BattleItemScanner.InventoryScanner is the class used for this purpose, and it takes various functional interfaces for each of the functions required.
  • Added an identifier string to BagItemEvent, for determining the source of the search request. By default, there are two types, normal and end of raid. These identifiers can be found in BagItemEvent.Identifiers.
  • BagItemEvent.SelectItem.Pre now has a method to set the item selected. This will be null if virtual items were sent via BagItemEvent.CollectItems - in order for a virtual item to function, it must be set again here. This is to avoid the server just believing what the client is telling it.
  • Added a new event SpawnPixelmonEntityForBattleEvent.
  • Added PixelmonTradeEvent.Pre, PixelmonTradeEvent.Post for better precise control over the event, adding getters for variables.
  • Added NPCTraderEvent.ShowTrade.Pre, NPCTraderEvent.ShowTrade.Post, NPCTraderEvent.AcceptTrade.Pre and NPCTraderEvent.AcceptTrade.Post for improvement on Trader NPC display and handling.
  • Added NPCTutorEvent.CollectLearnableMoves.Pre and NPCTutorEvent.CollectLearnableMoves.Post.
  • Added TeachMoveEvent.CanLearnMove, TeachMoveEvent.MoveLearnt.Pre and TeachMoveEvent.MoveLearnt.Post.
  • Updated PokemonBuilder#copy to properly copy egg status of a Pokémon.
  • Added option to prevent the [ESC] key from closing the Dialog screen.
  • Added SpawnPixelmonEntityForBattleEvent to decouple battle starting logic from the PixelmonEntity class.
  • Cancelling SpawnPixelmonEntityForBattleEvent allows you to start /pokebattle without spawning any entities, throw a Pokéball and start a battle without spawning entities, throw a Pokéball at an NPC and start a battle without spawning entities, start a PvP battle without spawning either player's Pokémon and start a raid battle without spawning any entities.
  • Added several duplicate methods which use the Pokémon object or other objects instead of PixelmonEntity.
  • Deprecated Pokemon#getPixelmonWrapper, replaced by Pokemon#getPixelmonWrapperFromPlayerEntity.
  • Deprecated PartyStorage#getFirstAblePokemon, replaced by PartyStorage#getFirstBattleReadyPokemon().
  • Extended BattleQuery#BattleQuery, BattleQueryPlayer#BattleQueryPlayer, PlayerParticipant#PlayerParticipant and PlayerParticipant#initialize.
  • Extended RaidPixelmonParticipant#RaidPixelmonParticipant, RaidGovernor#init and RaidSettings#init.
  • Extended WildPixelmonParticipant#WildPixelmonParticipant and WildPixelmonParticipant#init.

Pixelmon Mod 9.1.2

"I already did a flight related pun this week :("



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.

Additions:

  • Added a new keybind, [C], to lower height while flying.
  • Added drops for Paldean Wooper.
  • Added drops for Clodsire.

Pokémon:

  • Added Paldean Wooper.
  • Added Clodsire.

Structures:

  • Updated Pirate Boat.
  • Updated Hauler Boat.

Sounds:

  • Added sounds for Delibird, Beldum, Metang, Golett, Larvesta, Volcarona, Reshiram, Zekrom, Corviknight, Orbeetle, Sprigatito, Floragato, Meowscarada, Fuecoco, Crocalor, Skeledirge, Quaxly, Quaxwell, Quaquaval, Eevee, Shellos, Gastrodon, Arceus, Keldeo and Goomy.
  • Updated sounds for Golurk, Guzzlord, Hariyama, Metagross and Registeel.

Spawning:

  • Added Paldean Wooper to Swamps on Land and Water at night and dawn.
  • Added Clodsire to Swamps on Land and Water at night and dawn.
  • Added Magikarp fishing for any Rod in Water.
  • Added Magikarp-Roasted fishing for any Rod in lava.

Changes:

  • Updated flying mechanics for user-friendliness. Space-bar input is now slower, and allows the player to slightly hover forward.
    • Flying Pokémon mounts now have datapackable "charges" whilst in the air, preventing infinite flying.
    • The duration of hover can now be changed in the datapack section of the flying parameters per specie.
    • Continuous forward motion can be toggled in the species JSONs, allowing mounts to be hovers or true flyers.
    • The gravity drop per-tick can be modified in the species JSONs, allowing the fine-tuning of the fly 'weight'.
  • Updated flying parameters for Charizard, Aerodactyl, Dragonite, Skarmory, Altaria, Mewtwo, Metagross, Salamence, Garchomp, Togekiss, Arceus, Latias, Latios, Braviary, Talonflame, Yveltal, Decidueye, Necrozma, Frosmoth, Corviknight, Eternatus and more.
  • Updated flying parameters for alternative flying for Beedrill, Golbat, Venomoth, Aerodactyl, Articuno, Zapdos, Moltres, Dragonite, Mewtwo, Noctowl, Crobat, Xatu, Scizor, Skarmory, Lugia, Ho-Oh, Altaria, Claydol, Tropius, Salamence, Metagross, Latias, Latios and Rayquaza.
  • Removed obsolete config options displaying freshly generated config files, including breeding-ticks, num-breeding-levels, use-breeding-environment, allow-anvil-autoreloading, flying-speed-limit, use-smooth-shading-on-pokeball, den-spawn-chance-modifier, den-additional-spawn-chance-on-liquid, boss-level-increases and boss-candy-chances. These settings have been replaced by datapack usage.
  • Added dye-based recipes for Blue Cash Register, Brown Cash Register, Cyan Cash Register, Gray Cash Register, Green Cash Register, Light Blue Cash Register, Light Gray Cash Register, Lime Cash Register, Magenta Cash Register, Orange Cash Register, Pink Cash Register, Purple Cash Register, Red Cash Register, White Cash Register and Yellow Cash Register.
  • Updated den-respawn-chance in raids.yml from 0.25 to 0.40, allowing raid dens to respawn quicker.

Datapack

  • Added mountedFlyingParameters stat section to species, allowing the edit of flying mount parameters per specie.
  • Added flying_stamina_charges, allowing the edit of the duration of flight per specie.
  • Added continuous_forward_motion and continuous_forward_motion_ticks, allowing the edit of the forward momentum of flight per specie.

Fixes:

  • 19379 Fixed Guzzlord mounting position being too low, causing the player to suffocate.
  • 19558 Fixed Sinistea's missing sprite when using its Christmas palette.
  • 19728 Fixed Basculegion's nameplate displaying far too high above its model.
  • 19749 Fixed Hidden Cubes displaying as translucent instead of transparent.
  • 19838 Fixed an incompatibility with Custom Players Models caused by items rendered on the player model, including Dynamax Bands and Mega Rings.
  • 19851 Fixed Urshifu Scrolls of Water and Darkness failing to display with transparency when placed in the world.
  • 19892 Fixed a client crash caused by breaking an SMD (smooth) block post-rendering.
  • 19893 Fixed client rendering breaking graphically when a Mega Ring is equipped.
  • 19901 Fixed naturally spawning raid dens taking several days to activate for the first time
  • Fixed Day Care allowing the breeding of fainted Pokémon in the party.
  • Fixed Gracidea flowers failing to spawn naturally in Flower Forests.
  • Fixed NPCs appearing with broken textures.
  • Fixed Shaymin-Sky learning no moves separately from its Land form.
  • Fixed Sinistea-Christmas displaying with shiny particles despite not being a shiny.
  • Fixed /pokebomb crashing the server when using a species name.
  • Fixed a crash caused by editing an NPC with a texture, or model, that had failed to load.
  • Fixed a server crash caused by Drowned world boss handling.
  • Fixed a server crash caused by exploding, through TNT, a Fossil Display.
  • Fixed bound box for Picket Fence, preventing animals and players alike from phasing through it.
  • Fixed broken Tumblestones from breaking adjacent Tumblestones block when destroyed with a hammer.
  • Fixed client rendering breaking graphically when a gym sign is nearby
  • Fixed clocks facing the opposite direction when placed against a block
  • Fixed command-generated Ultra Necrozma displaying its language key instead of its form name.
  • Fixed fainted Pokémon not counting towards the total party size when viewing it in Day Care.
  • Fixed item fishing failing in Water and Lava where no Pokémon could be fished out.
  • Fixed the rotation of the Picket Fence, it is no longer upside down.

Battles:

  • Fixed missing Dire Claw's battle messages when inflicting Drowsy status effect.

Translation:

  • Updated Korean translation.
  • Updated Traditional Chinese translation.

Developer:

  • PokemonBuilder#iv now does not throw exceptions when trying to use it.
  • PokemonBuilder#ev now does not throw exceptions when trying to use it.
  • Added PokemonBuilder#gigantamaxFactor.
  • Added ControlledMovementLogic interface for defining how the mounted flying controls should work
  • Added PixelmonRegistry with MOVEMENT_LOGIC_TYPES_REGISTRY for registering custom ControlledMovementLogic
  • For an example of how to make a custom implementation of the movement logic please see the MountedFlyingParameters class and Forge documentation for RegistryEvent

Pixelmon Mod 9.1.1

"Pretty Ribbons and Wings..."



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.

Additions:

  • 17947 Add spawn location settings to Pixelmon Spawners.
  • 17947 Added aggression settings to Pixelmon Spawners.
  • Added 'debug' dimension type (only accessible if enabled via datapack).
  • Added Torch Song.
  • Added Aqua Cutter.
  • Added Aqua Step.
  • Added Flower Trick.
  • Added Psyshield Bash move.
  • Added Triple Arrows move (Generation 9 version).
  • Added Victory Dance move (Generation 9 version).
  • Added 2022 Winter cosmetic for all users in Discord for the month of December, Pixelmon Forum linking required.
  • Added Cosmetics (Card Backs and Coins) to TCG Trader, configurable in the TCG Config, enabled by default.

Pokémon:

  • Added Floragato.
  • Added Meowscarada.
  • Added Crocalor.
  • Added Skeledirge.
  • Added Quaxwell.
  • Added Quaquaval.

Blocks:

  • Added 3 decoration blocks with ~3000 combinations (with directionality) for map makers to use for resource packs if adding "custom blocks".

Structures:

  • Updated TCG Shops: Desert A, Desert B, Plains A, Plains B, Savanna A, Savanna B, Snowy A, Snowy B, Taiga A, Taiga B and Grass Gym.
  • Updated Battle Arena NPCs to 'Stand Still' aggression level instead of 'Still and Engage'.

Spawning:

  • Added Ultra Gingko, Ultra Elm and Ultra Jungle logs and leaves to the seesSkyException spawning category.
  • Added Poké Sand and its corners to the beach and land spawning category.
  • Added Ultra Jungle Vine, Ultra Forest Flower, Ultra Forest Fallen Leaves to the air spawning category.
  • Added all Apricorn, Ultra Gingko, Ultra Elm and Ultra Jungle logs and leaves to the treeTop spawning category.
  • Added all Temple-derived blocks, all Braille blocks, all Unown Blocks, all Berry Wood-derived blocks, Ultra Gingko, Ultra Elm and Ultra Jungle-derived blocks to the structure spawning category.

Changes:

  • Aggressively improved memory allocation for clients.
  • Improved allocation in spawning thread.
  • Added wireframe "debug" mode using F3 + W.
  • Added wireframe setting in the graphics.yml config.
  • Added F3 + O key bind to toggle animations off.
  • Added animation toggle in graphics.yml.
  • Improved SMD rendering performance.
  • Essence Jars are now craftable (4 Glass, 1 Crystal Block, 1 Wooden Slab, with Dye in the middle, or Glowstone Dust for a random color).
  • Updated the trading cap of available trades after first purchase from the TCG Trader to 12, configurable.
  • Added ability to give Essence Jars through /tcg give.
  • Players can now zoom in and out on the Pokémon model display in the Pokédex and Fishing Log.
  • Stantler will now learn Psyshield Bash as an egg move and after evolving into Wyrdeer.
  • Updated Hisuian Decidueye's level-up movepool.
  • Hisuian Decidueye will learn Triple Arrows after evolving from Dartrix.
  • Hisuian Lilligant will learn Victory Dance after evolving from Petilil.
  • Updated Raging Fury to its Generation 9 mechanics.
  • Suicune can now walk and run on water.
  • Drowned boss types now add 20 levels on top of the party lead instead of multiplying the level.
  • Extended Enter the Drowned World quest availability until end of January.
  • Added 3D Poké Ball in-hand rendering as an option in graphic.yml, defaults false.
  • Updated Pixelmon Oven.
  • Updated Pixelmon Workplace (Dark and Light).
  • Updated Bagon assets.
  • Updated Duraludon assets.
  • Added an 'Ancient' version of moves with the Obscured status effect. No Pokémon by default learns these moves through level-up.
  • Updated Lunar Blessing and Shelter to their Generation 9 effect.
  • Updated Cresselia to learn Lunar Blessing at level 72.
  • Updated Goomy to learn Shelter upon evolving into Hisuian Sliggoo.
  • Updated Hisuian Goodra to include Shelter in its level 1 movepool.
  • Updated raid catch screen.
  • Updated raids to no longer give experience by default.
  • Updated and vastly improved shiny particle visibility.
  • Updated Dancer (ability) so that it may copy Aqua Step (move).
  • Updated PokeStop, PokeChest, PokeDrops and ShopItems to properly use NBT data.

Datapack:

  • Added ribbons to datapacks.
  • Updated ribbons to store the person that owned the Pokémon when given.
  • Updated ribbons to store the time they were given to the Pokémon.
  • Updated ribbons to override palettes.
  • Added optional suffixes and prefixes to ribbons.
  • Added warning for invalid TR move loading in species jsons.

Fixes:

  • 17661 Adjust Pokemon photos to be centered, a smaller size, and protrude from their painting less.
  • 17661 Make the Painting Frames exactly 2x2 blocks in size.
  • 18109 Fixed gigantamax clouds displaying underneath the in-battle raid den.
  • 18825 Fixed Pokémon on head display slot not updating properly when switching between palettes and forms of the same Pokémon species.
  • 18959 Fixed Daycare GUI displaying in preview whether or not the child will be shiny before hatching.
  • 19050 Fixed invalid moves crashing the player after creating a MissingNo when force-generated through move spec.
  • 19217 Fixed being unable to breed Runerigus with an Everstone to obtain Galarian Yamask.
  • 19286 Fixed super-flat worlds ignoring the /spawning off command.
  • 19318 Fixed online palette Cinderace sprite.
  • 19401 Fixed client crash from an NPC with an invalid custom resource skin.
  • 19433 Fixed Clear and Tidal bells failing to flash or shine during its ringing phase.
  • 19565 Fixed all ball lid recipes to output the new lids instead of old ones.
  • 19565 Fixes PokéBall lids being unusable in recipes.
  • 19573 Fixed AI not resetting, fixing Forage, Rock Smash and many other targetable external moves.
  • 19577 Fixed Essence Jars being stackable.
  • 19580 Fixed missing Ultra Gingko derived crafting recipes.
  • 19596 Fixed Essence Jars missing crafting recipes.
  • 19673 Fixed PokéGift block model rendering invisible.
  • 19759 Fixed dens activating repeatedly, ignoring the Minecraft day delay.
  • 19772 Fixed keepinventory gamerule failing to apply to a player's stored lures.
  • 19777 Fixed Scyther failing to properly drop Miracle Seeds.
  • Fixed Defeat Drowned Pokemon quest not counting the defeat of a Drowned Lugia for its quest progression.
  • Fixed Fishing Rods using standard appraisal when they've not been appraised.
  • Fixed Fly and Teleport (external moves) sending players into the void when used without having used a Poké Healer.
  • Fixed Jade Cliffs being spelt improperly in spawning file for Biomes O Plenty.
  • Fixed Poké Balls with 0% break chance displaying their respective lids in creative inventory.
  • Fixed Pokéballs and Pokéball Lids not displaying when searched in creative inventory.
  • Fixed Pokémon losing moves not in their level-up movepool after evolving.
  • Fixed Pokémon with a different model for each gender being incapable of using the shiny spec.
  • Fixed Rod recipes not using the new NBT item IDs for Pokéballs.
  • Fixed Shedinja failing to be obtained when evolving Nincada.
  • Fixed TCG cards not displaying when searched in creative inventory.
  • Fixed TCG command auto-completion.
  • Fixed Tower of Darkness and Tower of Water spawning on top of eachother.
  • Fixed /learnmove command not accepting move names that have a space in their name.
  • Fixed /pokegive not giving an error when misspelling the species name while using the shiny spec.
  • Fixed isHisuian() not identifying Leaden Ball, Gigaton Ball, Feather Ball, Wing Ball, Jet Ball and Origin Ball, failing Hisui the catch system.
  • Fixed a client crash caused by an index out of bounds exception related to an egg's ability slot.
  • Fixed a client crash caused by power increase of an Incense.
  • Fixed a crash when changing worlds and throwing out a Poké Ball, causing the thrower to be null.
  • Fixed a server crash caused by resetting the moveset of a Pokémon.
  • Fixed break particles when destroying a Pixelmon oven.
  • Fixed catch failure on raids when leveling and learning a move upon raid end.
  • Fixed displaying the same chat message twice when you can't pay to teach a 4th move.
  • Fixed duplicate UUID console log spam due to a spawning bug.
  • Fixed dyed and filled Essence Jars not displaying when searched in creative inventory.
  • Fixed empty Pokéballs breaking on Pokémon and breaking during capture before capture attempt is made.
  • Fixed entries for Light Ball and Smoke Ball in pokechestdrops.json.
  • Fixed failed catches in the raid screen when completing with a full party.
  • Fixed global TM moves not including generational TM moves, having commands like /learnmove fail.
  • Fixed missing Ultra Elm derived crafting recipes.
  • Fixed missing Ultra Jungle derived crafting recipes.
  • Fixed non-default form Pokémon appearing with only 1 move when spawned in or generated through commands.
  • Fixed shiny particles failing to scale according to the model.
  • Fixed the Oven not dropping itself when destroyed.
  • Fixed the [Cancel] and [Confirm] buttons rendering at the wrong time in the Daycare UI.
  • Fixed the [Next] and [Previous] buttons displaying as a hover in the Daycare UI when the button itself does not exist.
  • Fixed water-based Pokémon zooming across the land after beaching themselves.

Battles:

  • 17635 Fixed wild Pokémon surviving on 0%, causing battles to hang until /endbattle is used.
  • 18397 Fixed Ice Face failing if it was busted in a previous battle.
  • 18397 Fixed Ice Face regenerating as soon as a new hailstorm is created, instead of only at the end of turns.
  • 18454 18662 18131 Fixed client crash when hovering over moves while in battle due to cursor textures not being found.
  • 19561 Fixed Zorua and Zoroark using the incorrect sprite when disguising as a non-default palette of the targeted Pokémon.
  • 19590 Fixed Pokémon taking recoil damage despite failing to attack due to taking confusion damage.
  • 19593 Fixed raids failing to count until turn 10 before vanishing.
  • 19741 Fixed the client displaying, while in battle, a Pokémon in the party as many times as that Pokémon leveled up.
  • Fixed Focus Sashes not working when held by a Revenant Pokémon.
  • Fixed Hold Back activating Revenant phases.
  • Fixed Mega Pokémon having the incorrect ability when switched back in.
  • Fixed Neutralizing Gas not activating Revenant on switching out or fainting.
  • Fixed Obscured decreasing evasion in the same turn it increased evasion.
  • Fixed Obscured lasting only 1 turn instead of the 3 to 4 turns depending on the move used.
  • Fixed Pokémon that switched forms in battle forgetting moves if the moves were not from their learnset.
  • Fixed Revenant Pokémon holding a Focus Sash not reviving as per its ability.
  • Fixed Revenant Pokémon taking recoil damage before health damage when affected on the same turn.
  • Fixed Revenant battles not resetting properly after battle end.
  • Fixed in-battle item usage dupe.
  • Fixed raids breaking rendering when a client is using Optifine shaders.

Translation:

  • Updated Korean translation.
  • Updated Traditional Chinese translation.
  • Updated Simplified Chinese translation.
  • Updated Spanish translation.
  • Updated German translation.

Developer:

  • Added AbstractClientEntity#setWireFrame.
  • Added AbstractClientEntity#isWireFrame.
  • Added RibbonEvent.
  • Added RibbonEvent.SetDisplayedRibbon with Pre and Post.
  • Added RibbonEvent.ReceiveRibbon with Pre and Post.
  • Added RibbonEvent.RemoveRibbon with Pre and Post.

Pixelmon Mod 9.1.0

"Pick a card :)"



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.

Additions:

  • Added TCG.
  • Added Mount Lanakila biome to Overworld.
  • Added Christmas Pokéball.
  • Added Ultra Jungle biome to Ultra Space.
  • Added Ultra Forest biome to Ultra Space.
  • Added Netherite Hammer.
  • Added Gym Heroes TCG card sets.
  • Added Gym Challenge TCG card sets.
  • Added TCG Essence Jar and new Essence System
  • Added TCG Essence Trader NPC
  • Added TCG admin tools: Millenium Rod and Millenium Ring.
  • Adedd TCG Arenas: Small Arena, Medium Arena and Large Arena.
  • Added TCG Deck Holder.
  • Added TCG Card Compedium.

Pokémon:

  • Added Christmas Pokémon palettes for Shaymin-Sky, Shaymin-Land, Alolan Sandshrew, Alolan Sandslash, Alolan Vulpix, Alolan Ninetales, Delibird, Castform, Snover, Abomasnow, Cryogonal, Drampa and Sinistea.

Blocks:

  • Unified all Pokéball types into a single item with NBT tags for properties.
  • Added Ultra Jungle Tree: Ultra Jungle Wood, Ultra Jungle Log, Ultra Jungle Sapling, Ultra Jungle Leaves, Stripped Ultra Jungle Log, Stripped Ultra Jungle Wood, Ultra Jungle Stairs, Ultra Jungle Slab, Ultra Jungle Planks, Ultra Jungle Door, Ultra Jungle Trapdoor, Ultra Jungle Button, Ultra Jungle Fence, Ultra Jungle Boat and Ultra Jungle Sign.
  • Added Ultra Elm Tree: Ultra Elm Wood, Ultra Elm Log, Ultra Elm Sapling, Ultra Elm Leaves, Stripped Ultra Elm Log, Stripped Ultra Elm Wood, Ultra Elm Stairs, Ultra Elm Slab, Ultra Elm Planks, Ultra Elm Door, Ultra Elm Trapdoor, Ultra Elm Button, Ultra Elm Fence, Ultra Elm Boat and Ultra Elm Sign.
  • Added Ultra Gingko Tree: Ultra Gingko Wood, Ultra Gingko Log, Ultra Gingko Sapling, Ultra Gingko Leaves, Stripped Ultra Gingko Log, Stripped Ultra Gingko Wood, Ultra Gingko Stairs, Ultra Gingko Slab, Ultra Gingko Planks, Ultra Gingko Door, Ultra Gingko Trapdoor, Ultra Gingko Button, Ultra Gingko Fence, Ultra Gingko Boat and Ultra Gingko Sign.
  • Added Ultra Forest Fallen Leaves.
  • Added Ultra Forest Flower.
  • Added Ultra Jungle Vine.
  • Added Oven.
  • Added TCG Essence Jars. Place in the world to slowly gain essence in them, battle near them, or battle with them in your inventory to fill them. Spend full jars at TCG Shops
  • Added TCG Battle Arena block.

Structures:

  • Added Grass Gym Village: Grass Gym, Grass Backup A, Grass Backup B, Grass Berry Farm A, Grass Berry Farm B, Grass Blacksmith, Grass Church, Grass Clutter A, Grass Clutter B, Grass Clutter C, Grass Clutter D, Grass Clutter E, Grass Daycare, Grass Crop Farm A, Grass Crop Farm B, Grass House A, Grass House B, Grass House C, Grass House D, Grass House E, Grass Light A, Grass Light B, Grass Light C, Grass PokeCenter, Grass PokeMart, Grass Road A, Grass Road B, Grass Road C, Grass Road D, Grass Towncenter A, Grass Towncenter B and Grass TCG Shop.
  • Added TCG Shops to villages: TCG Shop Desert, TCG Shop Plains, TCG Shop Savanna, TCG Shop Snowy and TCG Shop Taiga.
  • Updated Bird Shrine structures: Uno Shrine A, Uno Shrine B, Dos Shrine A, Dos Shrine B, Tres Shrine A and Tres Shrine B.
  • Added Bird Shrine Ruins: Uno Shrine Connector A, Uno Shrine Connector B, Uno Shrine Chunk A, Uno Shrine Chunk B, Uno Chunk C, Uno Chunk D, Uno Chunk E, Dos Shrine Connector A, Dos Connector B, Dos Shrine Spike A, Dos Shrine Spike B, Dos Shrine Spike C, Dos Shrine Spike D, Dos Shrine Spike E, Tres Shrine Connector A, Tres Shrine Scorch A, Tres Shrine Scorch B, Tres Shrine Deco A, Tres Shrine Deco B, Tres Shrine Deco C, Tres Shrine Deco D and Tres Shrine Deco E.
  • Added Ultra Deep Sea Raid Dens: Ultra Deep Sea Den A and Ultra Deep Sea Den B.
  • Added Ultra Desert Raid Dens: Ultra Desert Den A and Ultra Desert Den B.
  • Added Ultra Forest Raid Dens: Ultra Forest Den A and Ultra Forest Den B.
  • Added Ultra Forest Grottos: Ultra Forest Grotto A, Ultra Forest Grotto B, Ultra Forest Grotto C and Ultra Forest Grotto D.
  • Added Ultra Jungle Raid Dens: Ultra Jungle Den A and Den B.
  • Added Ultra Jungle Grottos: Ultra Jungle Grotto A, Ultra Jungle Grotto B, Ultra Jungle Grotto C and Ultra Jungle Grotto D.
  • Added Ultra Jungle Ruins: Ultra Jungle Ruin A, Ultra Jungle Ruin B, Ultra Jungle Ruin C, Ultra Jungle Ruin D, Ultra Jungle Ruin E and Ultra Jungle Ruin F.
  • Updated Graveyards: Church A and Church B.
  • Updated Battle Arenas: Desert Arena A, Plains Arena A, Plains Arena B, Savanna Arena A, Savanna Arena B, Snowy Arena A, Snowy Arena B, Taiga Arena A and Taiga Arena B.
  • Updated Waypoints: Badlands, Desert, Forest, Ice, Jungle, Mountain, Mushroom, Plains, Savanna and Swamp.
  • Added Mount Lanakila village: Lanakila Meeting Point 1, Lanakila Meeting Point 2, Lanakila Meeting Point 3, Elf Workshop, Gingerbread House, Santa Sleigh, Snowmon A, Snowmon B, Snowmon C, Snowmon D, Snowmon E, Winter Berry Farm and Xmas Tree.
  • Updated Tower of Darkness and Tower of Water.

Loot Tables:

  • Added loot table to the Uno Shrine.
  • Added village loot tables to the Grass Gym Village.
  • Added Ultra Space loot tables to the Ultra Jungle Ruins.
  • Added Christmas loot tables to Mount Lanakila village.
  • Updated Pokéball yield in loot tables for Arena, Ultra Ruins, Waypoints, Common PokéStop, Rare PokéStop and Legendary PokéStop.

Sounds:

  • Removed additional voice entries for the same Pokémon.
  • Added new Pokémon voices: Arceus, Brionne, Celesteela, Cobalion, Fraxure, Gastrodon, Glameow, Kartana, Keldeo, Litten, Mimikyu, Naganadel, Panpour, Patrat, Pheromosa, Pikipek, Poipole, Popplio, Rowlet, Scolipede, Shellos, Simipour, Spinda, Spiritomb, Terrakion, Toucannon, Trumbeak, Unown, Venipede, Watchog, Whirlipede and Zeraora.
  • Updated Pokémon voices: Braixen, Chespin, Delphox, Eevee, Emolga, Fennekin, Froakie and Snorlax.

Spawning:

  • Added Mount Lanakila spawning: Frosmoth, Snom, Snorunt, Vanillish, Vanillite, Vanilluxe, Abomasnow, Castform, Crabominable, Cryogonal, Winter Deerling, Delibird, Drampa, Alolan Ninetales, Alolan Sandshrew, Alolan Sandslash, Winter Sawsbuck, Shaymin, Snover, Hoothoot, Fletchling, Fletchinder, Noctowl, Pidove, Sinistea, Talonflame, Tranquill, Unfezant and Alolan Vulpix to the Mount Lanakila biome.
  • Added Regieleki Spirit, Guzzlord and Stakataka to Ultra Desert.
  • Added Celesteela and Xurkitree to Ultra Deep Sea.
  • Added Poipole to Ultra Jungle.
  • Added Blacephalon to Ultra Forest.
  • Added palette-based Minior spawning conditions with a Star Piece held item.
  • Added NPC Trainer spawns to the Uno Shrine, Dos Shrine and Tres Shrine.

Changes:

  • Automatically converted all existing Pokéball in previous saves to the new Pokéball item with their correct NBT effect.
  • Removed break chance from certain Pokéballs: Master Ball, Park Ball, Beast Ball, GS Ball, Cherish Ball, Strange Ball, Origin Ball and Dream Ball.
  • Optimized entity wandering AI.
  • Optimized several spawning conditions spawn pass.
  • Optimized structure registry logic.
  • Added TCG Trader, Exchange Essence Jars for Card Packs and Cosmetics
  • Optimized TCG duel card rendering.
  • Added jars to TCG Give command
  • Essence Jars are now craftable
  • New worlds will now always first spawn players in a Village.
  • Added alwaysSpawnInVillage config option to enable or disable Village first spawn behaviour.
  • Ultra Desert Cactus now can be cooked into Purple Dye.
  • Pokémon Editor party edit screen can now re-order Pokémon by dragging.
  • Updated Fridge block model.
  • Pixelmon Fridge can now be opened with [Shift+RightClick].
  • Removed Fridge storage container.
  • Disabled clouds in Ultra Space.
  • Disabled the [ESC] button when in the ChooseStarterScreen.
  • Added tooltips for hovered TCG Cards, Card Backs and Coins.
  • Eeveelution, Minior and Unown advancements are now hidden until unlocked.
  • Ultra Wormholes no longer spawn in Oceanic, Lake and River biomes.
  • Pokéchest drop config file now supports NBT data after an item's ID, eg "minecraft:diamond {Tag:1b}".
  • Pokéballs now longer render as a 3D item in hand and will now use their sprite, like all other items.
  • Removed TCG Printer & Blank Cards.
  • Fixed /tcg autocomplete requiring you to type the first letter

Datapack:

  • Custom Pokéball types can now be created via datapacks and resource packs.
  • Capture method can now be customized per Pokéball type.
  • Added default capture methods: gen1, gen2, gen3, gen4, gen5, gen6, gen7, gen8, 100% and 50%.

Fixes:

  • 17462 Fixed catch formulas for Quick Ball, Timer Ball and Poké Ball.
  • 17927 /pokegive, Trainer Editor and Pokémon Editor not supporting localized names as they should.
  • 18739 Fixed Master Ball, Park Ball, GS Ball, Beast Ball, Dream Ball, Cherish Ball and Origin Ball recipes to re-craft them when broken.
  • 18739 Fixed Pokéballs without a crafting recipe from breaking.
  • 18770 Fixed Graveler's Rock Smash item spawning for Black Augurite.
  • 18880 Fixed Ditto x Ditto breeding history displaying the resulting mystery child before hatching.
  • 18897 Oval Charm not applying and reducing breeding times in Day Care once obtained.
  • 18906 Fixed incompatibility with Gender Mod.
  • 18918 Fixed Light Blue, Light Gray, Lime and Magenta Day Care blocks failing to drop when broken.
  • 19024 Fixed Zygarde Core, Zygarde Cell and Arc Chalice break particles.
  • 19175 Fixed Relic Crown position on a player's head when viewed from a Multiplayer environment.
  • 19182 Fixed console errors appearing when a player's first party slot is carrying a Cleanse Tag.
  • 19207 Fixed Piglin, Snow Golem, Piglin Brute, Zombified Piglin and Rabbit and Zoglin's spawn replacement config.
  • 19209 Flint-and-Steel durability failing to tick down when used to light a Cooking Pot.
  • 19211 Fixed /shinycharm [username] remove displaying the same chat feedback as when adding a charm.
  • 19252 Fixed Pokémon summary inventory hovers being too short to include the level line, affecting all Pokémon in a non-default form.
  • 19253 19254 Temple Stairs and Temple Brick Stairs breaking in a single punch.
  • 19274 Fixed Raid Dens not dropping type-specific loot.
  • 19281 Fixed Flabébé evolution line only spawning in Red palette instead of all colors.
  • 19328 Berry Leaves and Apricorn Leaves failing to break quicker when using a hoe tool.
  • 19371 Fixed enchanted hammers only applying partial area damage when hammered on the ground.
  • 19373 Fixed Pokéballs being usable multiple times if the same type of Pokéball was used from different Shulker Boxes.
  • 19374 Ultra Space applying poison damage and thereby fainting eggs.
  • 19398 Fixed Galarian Articuno, Zapdos and Moltres Enigmatic Quests incorrectly detecting the form instead of the palette.
  • 19404 Fixed Pokéball capture effect causing a temporary visual glitch on the held Pokéball model.
  • 19408 Fixed a typo in Zubat's Sweet Scent spawning file.
  • 19422 Fixed Porygon2 spawning as an Alter palette and not a Spirit palette when found in a Graveyard.
  • 19468 Fixed Fossil Displays crashing servers or clients when broken with a null entity or world.
  • 19471 Fixed Thunder Stone tools experience exploit.
  • 19486 Fixed Pokémon without a hidden ability spawning as 'Coming Soon' ability when forced spawned as hidden ability.
  • 19508 Fixed Optifine and Pixelmon crash when scrolling while in the leveling screen.
  • 19536 Fixed dye affecting shiny Wooloo, Dubwool or Mareep.
  • Pikachu, Meowth and Eevee evolving if they have Gigantamax Factor.
  • Fixed transparency issues on Isi's Diamond Hourglass, Isi's Golden Hourglass, Isi's Silver Hourglass and Isi's Copper Hourglass.
  • Fixed the nodrops spec failing to apply when used in a Pixelmon spawner block.
  • Fixed the Pokédex highlight box displaying at too small of a size.
  • Fixed server crash caused by players riding invalid Pokémon targets.
  • Fixed non-plank wooden items having the #plank tag in recipes.
  • Fixed missing smoke particles from Koffing and Weezing.
  • Fixed form setting failing to set a Pokémon's moves or ability accordingly.
  • Fixed client performance issues when opening the TCG Compendium.
  • Fixed boss drop custom name fields failing to apply when items are dropped.
  • Fixed advancement sprite displays in capture triggers for Articuno, Celebi, Deoxys, Entei, Groudon, Ho-Oh, Jirachi, Kyogre, Latias, Latios, Lugia, Mew, Mewtwo, Moltres, Raikou, Rayquaza, Regice, Regirock, Registeel, Suicune, Zapdos, Alter, Clobbopus JUMP, Crystal Onix, Drowned, Eeveelotion, Feebas Magikarp, Magikarp JUMP, Minior, Pink, Rainbow, Shellos JUMP, Sir Doofus, Spheal, Spiky Pichu, Strike, Summer, Unown, Valencian and Zombie.
  • Fixed a rare NPC-related client crash where the base Trainer is null.
  • Fixed pokechestdrops.json not supporting the use of shopitems.json IDs.
  • Fixed /compsee and /compsearch error messages displaying in white and not red.
  • Fixed Ultra Wormholes failing to spawn in the overworld.
  • Fixed Ultra Wormholes disabling the spawning thread when attempting to spawn.
  • Fixed Ultra Space Teleporter and Drowned World Teleporter having wrongly layered enchanted sprite effect.
  • Fixed UI element rendering displaying unevenly or off-center, such as in Day Care buttons.
  • Fixed Tumblestones rendering invisible when placed by another player.
  • Fixed Spectator mode players constantly floating higher and higher when submitted to Ultra Space's low gravity.
  • Fixed Safety Goggles not lowering the fog in Ultra Space.
  • Fixed Sacred Ash usage printing an error to console.
  • Fixed Power Reserve deck returning extra TCG cards.
  • Fixed Pokémon successfully spawning outside of the world border.
  • Fixed Pokémon in the Drowned dimension being unable to swim at any Y level.
  • Fixed Pokémon AI prioritizing horse-like behaviour.
  • Fixed Pokéballs using Generation 4 catching formula mechanics instead of Generation 8.
  • Fixed PokéStops vanishing loot items instead of dropping to the ground when a claimant player's inventory is full.
  • Fixed Galar-Yamask, and any other wild evolution condition, from crashing the game once triggered.
  • Fixed Armchair and Couch dying logic pairing to the correct dyes.

Battles:

  • 18945 Fixed Pokémon gaining health from moves that drain health (e.g. Absorb, Drain Punch) after damaging themselves while confused.
  • 19056 Fixed Pokemon that were switched out and switched back in failing to use Fake Out successfully.
  • 19306 Dynamax Pokémon taking more than 10% of their normal HP when damaged by Life Orb.
  • 19310 Fixed an error caused by checking item effects after all attacks have hit.
  • 19420 Fixed Steel Beam dealing recoil damage if the user has the Magic Guard ability.
  • 19420 Fixed Steel Beam not dealing recoil damage when the attack missed the target or the target had used a protect move (e.g. Protect, Detect).
  • 19467 Fixed Substitute damage incorrectly popping the protected user's Air Balloon.
  • 19469 Fixed Bag Berries healing the Pokémon currently in-battle instead of the selected party member.
  • Fixed Entrainment, Simple Beam, Role Play, Trace, Mummy, Worry Seed, Core Enforcer, Gastro Acid, Mold Breaker, Turboblaze and Teravolt successfully replacing Revenant.
  • Fixed Healing moves not affecting a Pokémon with Revenant even if it is at full health.
  • Fixed Imposter and Transform being able to copy a Pokémon that has Revenant.
  • Fixed Pokémon losing their moves after mega-evolving if the move is not learnable under normal move learn list conditions.
  • Fixed Pokémon movement AI activating while in battle.
  • Fixed Revenant ability looping with Berry Juice usage.
  • Fixed Revenant being ignored by moves that ignore abilities like Moongeist Beam.
  • Fixed Revenant failing to activates from Powder damage and Recoil damage.
  • Fixed Revenant failing to block Perish Song.
  • Fixed Revenant healing damage activating Life Orb.
  • Fixed Revenant improperly resetting the number of turns on start of battle.
  • Fixed Revenant not activating from Iron Barbs, Spiky Shield, Rocky Helmet, Bad Dreams, Nightmare, Aftermath, Innards Out, Sticky Barb, Life Orb, weather, status effect, confusion self-damage, Leech Seed, Curse, False Swipe, Jaboca Berry, Rowap Berry, Gulp Missile, splinters and binding move damage.
  • Fixed Splinters displaying a successful hit despite the target already being afflicted by Splinters.
  • Fixed Wandering Spirit swapping itself with Revenant.
  • Fixed Wandering Spirit's activation message incorrectly using the target instead of the user.
  • Fixed Zacian and Zamazenta regaining all their move PP after battling while holding the Rusted Sword and Rusted Shield, respectively.
  • Fixed healing moves erroneously stating in the battle logs that they healed the Pokémon when they didn't.
  • Fixed wild, in-battle Pokémon returning a feedback stating they are a Trainer in battle.
  • Revenant healing damage now also destroys the current held item.
  • Revenant healing damage now isn't doubled.
  • Revenant now tells you the held item and typings of the initial phase.

Translation:

  • Added TCG language translation files.
  • Updated Traditional Chinese translation.
  • Updated Simplified Chinese translation.
  • Updated Korean translation.
  • Updated Spanish translation.
  • Updated French translation.

Developer:

  • BREAKING CHANGE: Pokéball items are now unified, differentiated by NBT instead.
  • BREAKING CHANGE: Capture method is now compartmentalized and isolated.
  • BREAKING CHANGE: Capture events now return encapsulated catch rate and ball bonus variables rather than the values directly.
  • Custom capture methods for Pokéballs can now be registered and used.
  • Improved performance and usage of the Pokéball item renderer.
  • Improved performance and usage of the Pixelmon Sprite item renderer.
  • Fixed Pokemon.setForm failing to update the Pokémon's moveset and ability responsively.
  • Added ITextComponent (RGB) support to overlays.
  • Moved Bag item logic to the server.
  • Added BagItemEvent.CollectItems.Pre.
  • Added BagItemEvent.CollectItems.Post.
  • Added BagItemEvent.SelectItem.Pre.
  • Added BagItemEvent.SelectItem.Post.
  • Added Mail events.

Pixelmon Mod 9.0.11

"Swim Safely!"



  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.

Additions:

  • Added Ultra Space.
  • Added Ultra Deep Sea biome to Ultra Space.
  • Added Ultra Desert biome to Ultra Space.
  • Added Drowned World.
  • Added Drowned World biomes: Drowned Crimson, Drowned Warm and Drowned Dark.
  • Added Drowned World air-meter and health timer, with a flashing warning symbol when the timer is close to elapsing.
  • Updated the Drowned World boss challenge.

Blocks:

  • Added Gift Box.
  • Added Ultra Deep Sea blocks: Ultra Deep Sea Crystal, Ultra Deep Sea Crying Crystal, Ultra Deep Sea Clay, Ultra Deep Sea Gravel, Ultra Deep Sea Stone, Ultra Deep Seagrass and Ultra Deep Sea Pickle.
  • Added Ultra Space Stone.
  • Added Ultra Desert blocks: Ultra Desert Sandstone, Ultra Desert Sandstone Stairs, Ultra Desert Sandstone Slab, Ultra Desert Chiseled Sandstone, Ultra Desert Cut Sandstone, Ultra Desert Cut Sandstone Slab, Ultra Desert Smooth Sandstone, Ultra Desert Smooth Sandstone Stairs, Ultra Desert Smooth Sandstone Slab, Ultra Desert Sandstone Wall and Ultra Desert Gilded Sand.
  • Added Ultra Desert Cactus, which will poison you, and your party members on contact with the block.
  • Added Ultra Deep Sea Kelp, Ultra Deep Sea Grass and Ultra Deep Sea Pickle, which will blind you, and put your party members to sleep, on contact with the block.
  • Added Drowned World Teleporter to the creative inventory.
  • Added Ultra Space Teleporter to the creative inventory.

Structures:

  • Added battle arenas variants: Plains Battle Arena, Desert Battle Arena, Taiga Battle Arena and Snowy Battle Arena.
  • Added battle arena market stands variants.
  • Added beginner-friendly competitive NPC Trainer trios to each generated battle arena.
  • Added chatting NPCs to battle arena stalls for friendly introductions to competitive battling.
  • Added graveyards: Church A, Church B, Church C, Haunted Graveyard A and Haunted Graveyard B.
  • Updated the Towers of Darkness and Towers of Waters.
  • Added chatting NPCs to the entrance of the Towers of Darkness and Towers of Waters.
  • Added challenging, competitive NPC Trainers to each level of the Towers of Darkness and Towers of Waters.
  • Updated Grotto Hills structure.
  • Updated Raid Den structures: Raid Den Water E, Raid Den Nether B, Raid Den Desert C, Raid Den Beach A.
  • Updated Waypoint structures: Waypoint Badlands A, Waypoint Badlands B, Waypoint Desert A, Waypoint Desert B, Waypoint Forest A, Waypoint Forest B, Waypoint Icy A, Waypoint Icy B, Waypoint Jungle A, Waypoint Jungle B, Waypoint Mountain A, Waypoint Mountain B, Waypoint Mushroom A, Waypoint Mushroom B, Waypoint Plains A, Waypoint Plains B, Waypoint Savanna A, Waypoint Savanna B, Waypoint Swamp A and Waypoint Swamp B.
  • Added Ultra Desert clutter: Desert Clutter A, Desert Clutter B, Desert Clutter C, Desert Clutter D, Desert Clutter E and Desert Clutter F.
  • Added Ultra Desert ruins: Desert Ruin A, Desert Ruin B, Desert Ruin C, Desert Ruin D, Desert Ruin E, Desert Ruin F, Desert Ruin G, Desert Ruin H, Desert Ruin I, Desert Ruin J, Desert Ruin K, Desert Ruin L, Desert Ruin M, Desert Ruin N, Desert Ruin O, Desert Ruin P Desert Ruin Q and Desert Ruin R.
  • Added Ultra Desert grottos: Desert A, Desert B, Desert C and Desert D.
  • Added Ultra Deep Sea grottos: Deep Sea Grotto A, Deep Sea Grotto B, Deep Sea Grotto C and Deep Sea Grotto D.

Loot Tables:

  • Added PokéStops to all remaining Waypoint structures.
  • Added container loot tables to battle arena structures.
  • Added container loot tables to buried graveyard structures.
  • Added container loot tables to all remaining Waypoint structures.
  • Added container loot tables to Chalice house structures.
  • Added container loot tables to Towers of Water and Towers of Darkness.
  • Added container loot tables for Haunted Tower houses.
  • Added container loot tables for Ultra Ruin structures.

Changes:

  • Significantly improved memory allocation, reducing memory usage during gameplay.
  • Berry and Apricorn plants now grow inline with Minecraft's Berry Bush. They now have a 20% chance of growing up one stage, for a total of 3 stages. Rarer berries will take up to twice as long.
  • Necrozma will now revert to Dawn or Dusk form after battle.
  • Improved void structure generation.
  • Ultra Space will now respawn you to your spawn point if all of your party faints while in Ultra Space.
  • Drowned World will now respawn you to your Overworld teleport location once you swim out of the world's bound heights.
  • Gift Boxes will no longer yield Coal.
  • Updated color-changing pattern of Wormholes, making them smoother in their transition.
  • Aluminum, Platinum and Silver materials now have different durability.
  • Evolution stone hammers now no longer have a mining speed of 1.
  • Hammers can now mine a 3x3x1 area, costing them 3x the normal durability usage.

Server:

  • Added specs to modify battle statistics instead of setting them: modhp, modattack, moddefence, modspecialattack and modspeed.
  • Added specs to modify EVs values instead of setting them: modevhp, modevattack, modevdefence, modevspecialattack, modevspecialdefence and modevspeed.
  • Added specs to modify IVs values instead of setting them: modivhp, modivattack, modivdefence, modivspecialattack, modivspecialdefence and modivspeed.

Fixes:

  • 17003 Necrozma failing to Ultra Burst from Dawn or Dusk form effectively into Ultra form.
  • 17510 Fossil Cleaner model failing to visually indicate the status of the fossil cleaning process.
  • 17802 Scrolls in Towers of Water and Towers of Darkness always facing East regardless of building directionality.
  • 18476 White-Stripe Basculin being unable to evolve into Basculegion.
  • 18724 Incense Burner failing to be usable in Infuser recipes.
  • 18767 Infuser failing to stack the resulting item.
  • 18895 Fixed switching party positions while inside the Day Care menu allowing to see the specie of the displayed Egg.
  • 18898 Pixelmon wooden blocks failing to be usable as furnace fuel.
  • 18898 Pixelmon wooden items now can be used as fuel, such as Picket Fence, Wood Hammer, Wooden Base and Wooden Flooring.
  • 18912 Fixed changed NPC from Player Name to Resource Pack soft-locking the client.
  • 18947 Mareep recently evolved into Flaaffy now will update the model accurately after shearing.
  • 18947 Mareep, Wooloo and Dubwool not regrowing wool once sheared.
  • 19017 Move Tutors failing to accept costs for customized movelists.
  • 19017 Move Tutors failing to display Level-Up moves despite settings allowing it.
  • 19086 Urshifu Rapid-Strike being able to learn Wicked Blow when it shouldn't.
  • 19108 Eggs sent to PC upon Day Care retrieval displaying the Pokémon specie of the Egg on confirm message.
  • 19132 Elevators failing to obey coordinate decimal points.
  • 19133 Fixed Elevator hitbox not centering on the block.
  • 19178 Fixed Elevators being only responsive in their North-West corner when ascending.
  • 19179 JUMP Fishing Log completion percentages displaying one too many decimals.
  • 19181 Witches spawning as their vanilla counterpart instead of their Pixelmon replacement.
  • 19186 Orbs counting up instead of down upon soul harvesting.
  • 19190 19147 Blue Orbs with exactly 8 shards crashing the client on render.
  • 19195 Interacting with a PokéDisplay no longer crashes the server.
  • 19224 "Once Per Day" NPC trainers crashing the client when challenged.
  • 19234 19131 Pokéballs being reusable when used in a Raid while stored in a Pokébag.
  • 19281 Flabébé, Floette and Florges failing to spawn as any other color than Red variant.
  • 19283 Fixed recipes for Mail Boxes and Letter Boxes.
  • 'OK' button in the JUMP Fishing Log activating on hover, and not click input.
  • Calyrex Ice Rider's Glastrier displaying with the wrong texture.
  • Fixed Berry combos Infuser recipes producing Colorful Shake instead of Juice.
  • Fixed Fire Stone failing to drop from 3 star Fire raids.
  • Fixed Grotto Hills spawning surrounded in gravel blocks.
  • Fixed Raid Dens spawning on top of Grottos during world generation.
  • Fixed /compsee and /compsearch error messages displaying their error message in white, not red.
  • Fixed /fillcurry failing to accept Plain Curry as a command argument.
  • Fixed /wiki calling a client-side method on the server.
  • Fixed /wiki displaying a specie's base Special Defense stat instead of their base Speed.
  • Fixed a rare crash caused by breaking a PokéStop.
  • Fixed a rare instance of Day Care slots being overwritten by two new parents whilst keeping the old timer.
  • Fixed blockstate position errors for Bench, Birch Bench, Fossil Cleaner, Mint, Movement Plate, Poké Display, Street Light, TV-2 and Zygarde Cell.
  • Fixed client crash caused by PokéStop pre-calc event.
  • Fixed locked text input fields during NPC editing.
  • Fixed model position errors for Light Gray Armchair and Light Gray Couch.
  • Fixed mount riding offsets seemingly ignoring base stat values.
  • Fixed newly-hatched Pokémon inheriting moves from their movesets when hatched with empty move slots.
  • Fixed rare soft-lock client crash when attempting to locate extra-dimensional dens while in overworld.
  • Fixed special palettes failing to be included in the PokéDex.
  • Fixed structure-spawned entities, such as statues, failing to rotate when spawned by world generation.
  • JUMP Fishing Log displaying 2D nametags above the specie 3D model.
  • JUMP Fishing Log displaying language keys instead of the proper palette name for Pokémon species in the summary and palette pages.
  • JUMP Fishing Log scrolling upwards instead of downwards.
  • JUMP Fishing Log specie page button hover being functionally smaller than displayed.
  • Lures failing to drop upon player death.
  • Magikarp palette catches failing to count towards Fishing Log completion.
  • Palette display pages in JUMP Fishing Log displaying a flashing specie model.
  • Pokédisplay crashing the client and server when rendered for the first time.
  • Pokémon no longer chasing you and attempting to battle if you throw eggs or snowballs.
  • Shellos East and Shellos West sprites flickering between the two forms when displayed by the JUMP Fishing Log.
  • Shellos palettes catches failing to count towards JUMP Fishing Log completion.
  • Spheal icon legend not displaying Spheal's name in the JUMP Fishing Log.

Battles:

  • 15778 Necrozma's Light That Burns the Sky move improperly calculating damage.
  • 17120 Max-moves and G-Max moves failing to deplete PP from the original move used.
  • 17325 Necrozma failing to use Z-Moves.
  • 17740 Form Pokémon reverting to their normal form after mega-evolving or dyanamaxing.
  • 18964 Fling failing to activate regardless of the item held slot status.
  • 19019 Mega-evolved Pokémon such as Charizard displaying the wrong ability post-evolution.
  • 19034 Rayquaza failing to mega-evolve when using Dragon Ascent.
  • 19037 Shell Bell healing for entry hazards upon switch in.
  • 19048 Room Service item failing to activate during battle.
  • 19048 Room Service item failing to activate.
  • 19055 Meloetta's Relic Song erroring upon battle use.
  • 19073 Bide using PP on turns where energy is storing or unleashing.
  • 19089 Necrozma being unable to use Searing Sunraze Smash.
  • 19118 Pay Day enabling money-collection even after players have fled their battle.
  • 19123 Poison Types failing when using Toxic.
  • 19161 Splinters' success battle message incorrectly using an apostrophe.
  • Cramorant's Gulp Missile failing to shoot a missile back when attacked.
  • Dynamax moves failing to consume PP.
  • Fixed Mega evolutions occuring before switching when used on the same turn.
  • Fixed Pokémon initiating a second flee check at the end of a turn.
  • Fixed switched-in Mega Pokémon using an incorrect model when switched into a Pokémon with an available mega form.
  • Players can no longer Ultra Burst more than one Necrozma per battle.
  • Players can no longer Ultra Burst two Necrozma in the same turn during Double Battles.

Translation:

  • Updated Spanish translation.
  • Updated Simplified Chinese translation.
  • Updated Traditional Chinese translation.
  • Updated Korean translation.

Developer:

  • 18040 PixelmonItems#getPokeballListWithMaster no longer causes API breakages.
  • Fixed PokeStop Cooldown color changes not being sent to the client
  • NPC Trainers no longer always return false, allowing success to be returned.
  • Replaced static reference to the client version party with a reference to the StorageProxy player's party.
  • Added a PreCalculate PokéStop event to allow for changing the PokéStop's cooldown.
  • Deprecated PokeStopTileEntity#canClaim(UUID) as it is redundant to re-create the player.
  • Improved PixelmonBlocks#elevator.
  • Removed ElevatorEvent#fetDestination, ElevatorEvent#setDestination and ElevatorEvent#getBlock.
  • Pokemon Specs can now be used to define which Pokemon may use a Z-Move.
  • Implements the PixelmonFaintEvent in more places (when health is set to <= 0)
  • Adds PixelmonFaintEvent.Pre (cancellable)
  • Adds PixelmonFaintEvent.Post

Pixelmon Mod 9.0.10

"GO GO GO!"



  • The minimum Forge version for this update is 36.2.30 and is required for a Pixelmon client to run.

Additions:

  • Added PokéStops.
  • Added loot tables to PokéStops.

Structures:

  • Added Pokéstops to Waypoints.
  • Added loot tables to Waypoint containers.

Changes:

  • Improved client and server performance on internals.
  • 18947 Sheep Pokémon such as Wooloo, Dubwool and Mareep now drop 6 to 8 wool upon shearing.

Fixes:

  • Day Care buttons for 'Previous' and 'Next' overlapping on Box 1's display.
  • Pokémon failing to spawn in local worlds after several login attempts.
  • 18756 Tridents damaging Pokémon.
  • 17744 Pokémon Editor failing to import properly a valid and well-formatted text.
  • Fence connector behavior maintained with the berry log blocks once the adjacent block is destroyed.
  • Vertical and Cross Tombstones not allowing light to pass through the block model.
  • Cash Registers failing to drop their respective item once destroyed.
  • Cash Registers breaking sounds emulating wood blocks instead of metal-based blocks.

Battles:

  • 19129 Fixed battle item usage disconnecting the client through a packet error.
  • Take Heart move failing to cure status conditions.
  • Moves with Obscured effect raising evasion by 5 instead of by 1.
  • Splinters status effect language key stating the wrong target.

Translation:

  • Updated Traditional Chinese translation.
  • Updated Simplified Chinese translation.
  • Updated Korean translation.

Developer:

  • Refactors CustomDropScreen to CustomDropScreenFactory
  • Adds button handler to the CustomDropScreenFactory.Builder
  • Adds close handler to the CustomDropScreenFactory.Builder
  • Adds drop handler to the CustomDropScreenFactory.Builder
  • Adds CustomDropScreenFactory.Builder#escapeCloses
  • Adds CustomDropScreenFactory.Builder#escapeDoesNotClos
  • Adds evolution beams as a spawnable particle, for example, /particle pixelmon:evolution_beam 100 4 900 255 0 0 255.

Pixelmon Mod 9.0.9

"You have mail!"



  • The minimum Forge version for this update is 36.2.30 and is required for a Pixelmon client to run.
Additions:
  • 18695 Added Dire Claw.
  • Added Mystical Power.
  • Added Wildbolt Storm.
  • Added Wave Crash.
  • Added Stone Axe.
  • Added Sandsear Storm.
  • Added Mountain Gale.
  • Added Lunar Blessing.
  • Added Power Shift.
  • Added Raging Fury.
  • Added Take Heart.
  • Added Springtide Storm.
  • Added Obscured status effect.
  • Added Obscured status effect configuration per move.
  • Added sprites for Halloween Ivysaur, Full-Moon Lunala (shiny and non-shiny), Creator Sentret, Radiant Solgaleo (shiny and non-shiny), Berry Ruby Swirl Alcremie, Clover Ruby Cream Alcremie, Clover Ruby Swirl Alcremie, Love Mint Cream Alcremie and Star Lemon Cream Alcremie.
  • Added textures for Love Lemon Cream Alcremie, Ribbon Ruby Swirl Alcremie, Star Salted Cream Alcremie and shiny Original Magearna.

New Items:

  • Added new Letter Boxes: Black Letter Box, Blue Letter Box, Brown Letter Box, Cyan Letter Box, Gray Letter Box, Green Letter Box, Light Blue Letter Box, Lime Letter Box, Magenta Letter Box, Orange Letter Box, Pink Letter Box, Purple Letter Box, Red Letter Box, White Letter Box and Yellow Letter Box.
  • Added new Mail Boxes: Black Mail Box, Blue Mail Box, Brown Mail Box, Cyan Mail Box, Gray Mail Box, Green Mail Box, Light Blue Mail Box, Lime Mail Box, Magenta Mail Box, Orange Mail Box, Pink Mail Box, Purple Mail Box, Red Mail Box, White Mail Box and Yellow Mail Box.
  • Added new Cash Registers: Black Cash Register, Blue Cash Register, Brown Cash Register, Cyan Cash Register, Gray Cash Register, Green Cash Register, Light Blue Cash Register, Lime Cash Register, Magenta Cash Register, Orange Cash Register, Pink Cash Register, Purple Cash Register, Red Cash Register, White Cash Register and Yellow Cash Register.
  • Added new Tombstones: Cross Tombstone, Tall Tombstone and Vertical Tombstone.

Structures:

  • Added biome-specific Grottos and Hidden Grottos, including Badlands, Dark Forest, Desert, End, Forest, Hills, Icy, Jungle, Mushroom, Nether, Ocean, Plains, River, Savanna, Swamp, Taiga.
  • Added loot tables to Plasma Ship.

Sounds:

  • Updated sounds for Cleffa, Exeggutor, Onix and Togepi.
  • Added new sounds for Tapu Lele, Tapu Koko, Tapu Fini and Tapu Bulu.

Commands:

  • Added /levelling command.
  • Added /wiki command.
  • Added /spectest command.

Datapack:

  • Vanilla spawn replacement logic is now datapackable.
Changes:
  • 17927 Pokégive, Trainer Editor and Pokémon Editor now support localized names.
  • /hatch success message is now using a Pokémon's localized name.
  • Updated Workspace block model.
  • Updated shiny textures and sprites for Sun Castform, Hail Castform and Rain Castform.
  • Updated Apricorn and Berry leaves block background colour to be consistent with Minecraft fast rendering.
  • Protective Pads can now be dropped by Uncommon bosses.
  • Experience candy now relays a chat feedback message on item consumption.
  • Elevator blocks now have an unique texture.
  • Discord Rich Presence is no longer enabled if the JVM vendor is Android, fixing crashes on PojavLauncher.
  • Connecting screen now displays a random game's starters.
  • All accented-named items can now be searched without the accent in the creative inventory.
Fixes:
  • 17527 Kyogre swimming faster than intended.
  • 17574 Red and Blue orbs now render smoothly (and properly).
  • 17697 Dual texture models, such as Bikes and Calyrex Fused, rendering incorrectly when close to a light source.
  • 17731 Pokémon Photos failing to save when stored in a Pokémon Painting.
  • 18018 Pokéballs in Pokébags failing to display when used at the end of a raid.
  • 18045 Client crashes caused by a wild-Pokémon evolving, such as Galarian Yamask.
  • 18204 Overlapping text boxes in the Trainer editing UI for input and dropdown selection.
  • 18576 Empty-hand requirements when collecting an Apricorn berry.
  • 18607 Changed 'Boss Rate' in Pixelmon spawners resetting after UI closing.
  • 18643 Alolan Marowak defaulting to the wrong ability with normal Marowak.
  • 18680 18629 Mega Charizard-Y and Mega Charizard-X yielding their incorrect keystone upon defeat.
  • 18684 Pokemon failing to spawn with Hidden Abilities if their spawnrate has been re-configured.
  • 18735 Generation 8 fossil Pokémon now have a guaranteed minimum of 3 perfect IVs.
  • 18750 Pokémon not following the player when released out of their Pokéball.
  • 18814 Entity bike lost language key displaying incorrectly.
  • 18817 Custom form Pokémon crashing clients when said Pokémon are placed in a Trade Machine.
  • 18905 /ivs command displaying a targeted egg's IV points.
  • 18967 Dyes used on specific items failing to modify the block with the correct colour.
  • 19026 Pokébags in container duplicating items when moved in inventory while open.
  • Swimming parameters failing to properly activate on non-Water types that should be swimming, such as Dhelmise.
  • Spectral Gastly, Haunter and Gengar sprites now match textures accurately.
  • Sinistea failing to display the correct form name when hovered in party or PC.
  • Shiny Reshiram sprite's eyes now colour matches accurately.
  • Shiny Galarian Zapdos sprite's eyes now colour matches accurately.
  • Prevented a possible PokéDisplay duplication when accessed through delayed server packets.
  • Minior failing to pass down palette (colours) when bred.
  • Lunatone's 'Gibbous' form displaying as 'None'.
  • Ice-Ride Calyrex' texture now colour matches properly.
  • Hourglass blocks failing to display light transparency.
  • Hisuian Zorua and Hisuian Zoroark appearing genderless.
  • Hidden Ability Lures failing to modify the spawnrate.
  • Hidden Ability Ditto passing its hidden ability state to offspring when bred with a male Pokémon.
  • Fixed wiki-spawning command displaying incorrect or confusing data.
  • Fixed the in-battle screen UI appearing when a player is out-of-battle and leveling a Pokémon.
  • Fixed the Team Select screen displaying Pokémon species inside eggs.
  • Fixed the Infuser maintaining progress level (and staying on that recipe) when an item is removed.
  • Fixed sounds usage for Zygarde 100%, Zygarde 50%, Calyrex Ice Rider and Galarian Farfetch'd.
  • Fixed incorrect lang key when /hatch is successful.
  • Fixed flashing textures for Strange Ball and Ancient Ultra Ball.
  • Fixed a crash caused by a sprite rendering in any armor slot while head slot is occupied.
  • Fixed Ravagers not properly being replaced by Pokémon.
  • Fixed PokemonBuilder not respecting growth setting.
  • Fixed NPE error when rendering PC screen for clients.
  • Fixed Cramorant using an incorrect sprite when in normal form.
  • Evolving Milcery with a ribbon sweet at midnight in a Giant Tree Taiga no longer crashes the client or server.
  • Cooking Pots 'sneak for more information' failing to detect sneaking.
  • Battle Bond Greninja failing to display the correct ability when spawned in through wild spawning and commands.

Battles:

  • 17658 Battle rule editing while battling another player locking the UI screen.
  • 18452 Max Moves having their overridePower reset while the AI tries to calculate the best move.
  • 18522 Corrosion used with Mega Pokémon erroring mid-battle.
  • 18667 Pokémon locked by a Choice item continuing to be locked for their first Dynamax turn.
  • 18762 Power Construct now properly takes effect during a battle. Zygarde will revert at the end as expected.
  • 18844 Multi-Attacks behaving as Normal-typed moves when used under Dynamax mechanics.
  • Bitter Malice now gives the correct status effect when in battle.
  • Greninja with forced spawned Battle Bond ability no longer crashes the client on battle start.
  • Minior's Shield Down ability malfunctioning mid-battle.
  • OHKO moves and failed moves now use PP properly when used in a raid.
  • Reworked logic for abilities activated on Pokémon faint.
  • Reworked logic for doing damage to a substitute.
  • Updated logic for battle generation settings.
  • Updated logic for calculating an attack's accuracy.
  • Updated logic for modifying power and accuracy of a move.
  • Updated logic for redirecting attacks.
  • Zen Mode now properly takes effect during a battle. Darmanitan will revert at the end as expected.
Translation:
  • Updated Spanish translation.
  • Updated German translation.
  • Updated Hebrew translation.
  • Updated Italian translation.
  • Updated Dutch translation.
  • Updated Turkish translation.
  • Updated Simplified Chinese translation.
  • Updated Korean translation.
Developer:
  • Adds ElevatorEvent.Pre which is cancelable and the entire block pos can now be changed.
  • Adds ElevatorEvent.Post for after the player teleports.
  • Adds PlayerActivateShrineEvent.Pre cancelable.
  • PlayerActiveShrineEvent.Pre now properly changes on entity summon.
  • Adds PlayerActivateShrineEvent.Post
  • Fixes the DayCareEvent.TimerComplete (previously event was not firing).
  • Adds LevelUpEvent.Pre (cancelable).
  • Adds LevelUpEvent.Pre#setAfterLevel that is now respected.
  • Adds LevelUpEvent.Post.
  • Adds ExperienceGainType as cause to LevelUpEvent.
  • LearnMoveController.LearnMove is now a public class.
  • Palette now implements ITranslatable.
  • Adds PokedexEvent.Pre (cancelable), able to set the Pokémon and the new state.
  • Adds PokedexEvent.Post.
  • Adds battle cause for PokedexEvent.
  • Moved all causes to PokedexEvent.Constants.
  • Fixed DayCareEvent.TimerComplete.

Pixelmon Mod 9.0.8

"Something about having a blast"



  • The minimum Forge version for this update is 36.2.30 and is required for a Pixelmon client to run.

Additions:

Structures:

  • This is the day you will always remember as the day you almost caught THE MAGIKARP SUBMARINE
  • One of our devs has a LAME sense of humor so I'm adding the entry exactly like that
  • They probably won't even notice this until it's released
Commands:
  • Added the /starter command.
  • Added the /redeemfossil command.
  • Added the /fillcurrydex command.
  • /givepixelsprite now allows tab completion.
  • /compsee and /compsearch will now properly prove feedback.
  • Pokémon names and random can now be tab-completed in /pokegive.
Datapack:
  • 18865 Fixed an ID mismatch for the Leaf Storm and Outrage TRs in shopkeepers.
  • Added missing fossils (cleaned/covered) and missing berries to ShopItems.
  • Added ResourceWithFallback for fallback texture, sprite, model and emissive support.
  • Added ability to specify "chance" in the "spawnInfos" section of the spawn sets; which is a decimal value specifying a chance of the set not spawning

Changes:

  • 17509 18316 Decorate Pixelmon blocks that could hold items will now drop those items when destroyed.
  • 17820 The Orb item is now located under the Miscellaneous creative tab instead of Held Items.
  • 18332 You can now smelt the following ores in a furnace and blast furnace; Ruby, Sapphire, Amethyst, Crystal, Moon Stone, Ice Stone, Shiny Stone, Thunder Stone, Leaf Stone, Water Stone, Fire Stone, Sun Stone, Dusk Stone, and Dawn Stone.
  • 18601 Removed replace-mc-structures in structures.yml as it is no longer in use.
  • 18643 Adjusted the spawning rate of Hidden Abilities.
  • The message stating a Pokémon was sent to the PC now shows their localized name instead of nickname.

Fixes:

  • 17462 17547 Quick Balls and Dusk Balls will now apply their bonuses properly.
  • 17549 Fixed an error on Arclight servers related to Cameras.
  • 17594 Move skill 'Smelt' failing to work as intended.
  • 17670 Neo Plasma armour now uses the correct texture.
  • 17788 Creator Wobuffet now uses the correct model.
  • 18098 Fixed an issue with Berry Wood Sign rendering.
  • 18154 Calyrex can now change forms as intended.
  • 18331 Added sprites for Ruins Walls and Dusty Walls.
  • 18558 Relic Crown is now equippable again.
  • 18577 Fixed berry signs placed on a wall dropping regular oak signs.
  • 18585 Healers now drop ingots rather than plates.
  • 18591 Fixed /pokesee only showing "Empty" and no Pokémon in the player's party, even if they have Pokémon.
  • 18629 Fixed Mega Charizard-Y not using its flying animation.
  • 18654 Exp candies will no longer give experience twice.
  • 18666 Pixelmon Ores will no longer give exp when Silk-Touched.
  • 18684 hidden-ability-rate in spawning.yml wil now respect changes to the value.
  • 18689 Targeting an in-battle Trainer NPC causing a server crash.
  • 18700 Command /pokespawn random legendary yielding an incorrect ability Legendary Pokémon.
  • 18705 Maranga berry leaves will now drop properly.
  • 18728 Fixed a crash issue related to Trash Cans.
  • 18813 Power Band will no longer drop twice in rare Boss drops.
  • 18845 Fixed a visual error with partially filled Orbs.
  • 18853 Landorus, Thundurus, Tornadus, and Enamorus will now swap their forms as intended.
  • 18865 Fixed a syntax error caused by Mushroom Curry on a shopkeeper.
  • Added missing Chatting NPC models, female Pokéfan, female Preschooler, female Psychic, female Ranger, male Pokéfan, male Ranger, male Scientist, Pokémon Breeder and Pokémon Breeder 2.
  • An error with levelMultiplier causing Boss pokemon to spawn at level 0 has been fixed.
  • CurryDex will now properly show ratings.
  • Feinting a Pokemon after receiving a Dynamax band will no longer prevent the Mega Bracelet UI showing in certain circumstances.
  • Fixed Pokémon who are uninfected by Pokérus having the expired icon in the PokeChecker GUI.
  • Fixed a server crash related to quest translation.
  • Fixed a shutdown delay related to certain storage items and players using OreSense.
  • Fixed a texture issue with stick plates.
  • Improved how translated NPC filenames are read, which was causing them not to appear in game.
  • Improved rendering with underwater evolution ores.
  • Fixed an Index out of Bounds error thrown by /pokereset when only the player specified.
  • Fixed some cases where switching a species form changed the ability slot of that saved Pokémon.
  • Fixed wild Castform failing to swap to their correct weather model during battle-induced weather.
  • Fixed enchants from fishing rewards
Battle Fixes:
  • 17845 Fixed Substitute failing to reapply on the same turn it fades away.
  • 18794 Added Helping Hand to list of moves that can't be reflected.
  • Certain multiple hit moves will now have their accuracy checked properly between attacks.
  • Critical hit chance has been adjusted to Generation 7.
  • Battles will use the exact number of crits hit for Pokemon that need critical hits to evolve instead of rerolling crit chance for each crit that was hit.

Translation:

  • Updated Traditional Chinese translation.
  • Updated Spanish translation.
  • Updated Korean translation.

Developer:

  • The depreceated BattleForceEndCause values have now been removed.
  • Added PokemonFactory#copy.
  • Added PokemonProxy#copy.
  • Added PartyStorage#enterTemporaryMode.
  • Added PartyStorage#copyToTemporaryMode.
  • Added PartyStorage#getOriginalParty (for getting the player's non temporary party when they're in temporary mode).
  • Adds PartyStorage#setOriginal (for setting the player's non temporary party when they're in temporary mode).
  • Added helper methods to PlayerPartyStorage, EnumBerryFlavor, and EnumCurryRating.
  • Made UNBREEDABLE public so it won't need to be re-created when referencing.
  • Fixed CloningCompleteEvent so that it will no longer return the player to null.
  • Fixed packet console log spam related to moveset values.
  • It is no longer possible to remove an entire Moveset.
  • Simplified and removed giveChoice logic from the UpdateClientPlayerDataPacket.
  • Added thread pool for commands in PixelmonCommandUtils.
  • Refactored TeamSelectList to TeamSelectRegistry
  • Added TeamSelectRegistry.Builder class for ease of use
  • Added close-ability option to team select
  • Added ability to "hide" opponents Pokemon with team select
  • Added Pokemon hover information to the team selection screen
  • Added cancel consumer/handler to team select builder
  • Added start consumer/handler to team select builder

Pixelmon Mod 9.0.7

"Your Daycare and You..."



  • The minimum Forge version for this update is 36.2.30 and is required for a Pixelmon client to run.

Additions:

  • Added Day Care system, replacing Breeding and Breeding Environments.
  • Added Day Care inventory tab to Survival player inventory.
  • Added Tentacool, Tentacruel, Horsea, Seadra, Lapras, Qwilfish, Corsola, Remoraid, Octillery, Mantine, Sharpedo, Wailmer, Milotic, Clamperl, Luvdisc, Finneon, Frillish, Jellicent, Alomomola, Wishiwashi, Bruxish, Arrokuda, Barraskewda and Overqwil to Terraforged's Warm Ocean Standard spawn list.
  • Added Nautilus Shell, Nanab Berry, Razz Berry and Pinap Berry to Forage.
  • Added Nautilus Shell to Good Rod and Super Rod fishing.
New Items:
  • Added new hourglass items: Isi's Copper Hourglass and Isi's Diamond Hourglass.
  • Added new hourglass blocks: Isi's Copper Hourglass, Isi's Silver Hourglass, Isi's Gold Hourglass and Isi's Diamond Hourglass.
  • Added new Day Care blocks with egg in-ranch variants: Blue Day Care, Red Day Care, Green Day Care, Orange Day Care, Pink Day Care, Purple Day Care, Yellow Day Care, White Day Care, Brown Day Care, Black Day Care, Gray Day Care, Cyan Day Care, Lime Day Care, Magenta Day Care, Light Gray Day Care and Light Blue Day Care.
  • Added PokéDisplay block.

Structures:

  • Added Day Care centers as a possible village structure.
  • Added Day Care Man, Day Care Lady and Day Care Assistant to Day Care structures.
  • Added Day Care instruction book to Day Care structures.
  • Added loot tables to Day Care center structures.

Sounds:

  • Added Alolan regional cries to Ninetales.
  • Added Hisuian regional cries to Qwilfish, Lilligant and Sliggoo.
  • Added Galarian regional cries to Meowth, MrMime, Articuno, Zapdos, Corsola and Zigzagoon.
  • Added form cries to Meowstic (Male), Meowstic (Female), Zygarde (50%), Zygarde (100%), Hoopa, Kyogre (Primal), Groudon (Primal), Rayquaza (Mega), Audino (Mega), Lycanroc (Midnight), Necrozma (Dusk), Necrozma (Dawn), Indeedee (Male), Indeedee (Female), Calyrex (Ice Rider), Calyrex (Shadow Rider) and Basculegion (Male).
  • Added normal cries to Jumpluff, Slowking, Girafarig, Dunsparce, Kingdra, Swellow, Wingull Surskit, Gulpin, Swalot, Grumpig, Zangoose, Clamperl, Huntail, Gorebyss, Groudon, Buizel, Floatzel, Ambipom, Lopunny, Chatot, Gallade, Rotom, Phione, Victini, Samurott, Munna, Musharna, Cofagrigus, Galvantula, Tynamo, Eelektrik, Eelektross, Genesect, Litleo, Tyrantrum, Amaura, Phantump, Avalugg, Volcanion, Dartrix, Rockruff, Lurantis, Morelull, Shiinotic, Lunala, Necrozma, Marshadow, Wooloo, Yamper, Applin, Flapple, Sizzlipede, Centiskorch, Cursola, Runerigus, Arctozolt, Arctovish, Duraludon, Zarude, Regieleki, Regidrago, Glastrier, Calyrex, Ursaluna, Sneasler and Overqwil.
Commands:
  • Removed /unlock ranch Pokémon command.
Datapack:
  • Added Day Care customization for type costs under the daycare datapack folder.
  • Added Day Care customization for breeding tiers under the daycare datapack folder.
  • Added print out error when datapacked abilities fail to load in Pokémon data.

Changes:

  • Removed Ranch Block.
  • Removed Ranch Upgrade.
  • Replaced effects of Isi's Silver Hourglass and Isi's Gold Hourglass.
  • Players' breeding Pokémon are no longer tied to the block they were placed in. All currently-breeding Pokémon are globally accessible through their player's Day Care inventory tab.

Fixes:

  • 17517 Raid Den lights appearing white instead of their original fushia.
  • 17888 Fixed crash on game start for Turkish language
  • 18101 Roasted Magikarp failing to evolve into Roasted Gyarados.
  • 18205 Updated village Pokémarts and Pokécenters to prevent vanilla villagers from getting stuck under the entrance arch.
  • 18475 Tyrogue failing to evolve after reaching level 20.
  • 18656 Display of available shopkeepers, allowing all of the default shopkeeper types to show again in the NPC wand menu.
  • 18720 Eggs displaying the Pokémon within them when entering the Cosmetic menu through [ESC].
  • 18732 Stack overflow crash in PokemonBuilder#species method.
  • 18801 Crashing caused by null palettes when a Pokérus Pokémon is added to the PC storage.
  • Foongus failing to evolve into Sus form Amoonguss after holding an Eject Button at level 39.
  • Grimer and Muk forms listed as Hisuain instead of Alolan.
  • Milcery failing to evolve into Strawberry Lemon Cream Alcremie.
  • Optifine and Pixelmon causing graphical flickering while evolving Pokémon.
  • Out of bounds exception in the type<number> Pokémon specification.
  • Spewpa failing to evolve based on biome condition and instead evolving into Archipelago form Vivillon only.
  • Updated Black Augurite properly to Graveler's held item spawning.
  • Updated Chilan Berry properly to Kantonian Rattata and Raticate's held item spawning.
  • Updated Clobbopus and Grapploct from Freezing to Frozen spawning.

Translation:

  • Updated Korean translation.
  • Updated Traditional Chinese translation.
  • Updated Simplified Chinese translation.
  • Updated Spanish translation.

Developer:

  • 18803 Custom DropScreen buttons failing to work as expected.
  • Fixed type Pokémon specification failing.
  • Added egggroup Pokémon specification.
  • Removed EggGroup enum.
  • Added EggGroup extensible registry
  • Added PokemonBuilder#makeEgg and PokemonBuilder#egg(boolean).
  • Added BreedingLogicProxy and BreedingLogicFactory for swappable breeding logic via sidemod.
  • Added BreedingCondition interface and BreedingConditionRegistry.
  • Added pokedollar and itemstack implementation of BreedingCondition.
  • Added Pokmeon#isFainted API.
  • Added Species#getForms(Predicate).
  • Added Stats#isAlolan.
  • Added Stats#isGalarian.
  • Added Stats#isHisuian.
  • Added Stats#isRegional.
  • Added Stats#hasTag.
  • Added Pokemon#isAlolan.
  • Added Pokemon#isGalarian.
  • Added Pokemon#isHisuian.
  • Added Pokemon#isRegional
  • Added additional sub-events to the DayCareEvent:
    • DayCareEvent.PreTimerBegin
    • DayCareEvent.PostTimerBegin
    • DayCareEvent.PreDurationCalculate
    • DayCareEvent.PostDurationCalculate
    • DayCareEvent.PrePokemonAdd
    • DayCareEvent.PostPokemonAdd
    • DayCareEvent.PreEggCaclulate
    • DayCareEvent.PostEggCalculate
    • DayCareEvent.PreConditionStatusUpdate
    • DayCareEvent.PostConditionStatusUpdate
    • DayCareEvent.PreCollect
    • DayCareEvent.PostCollect
    • DayCareEvent.TimerComplete
  • Day Care data is now accessible from PlayerPartyStorage.
  • Added Gen2BellEvent.SummonLegendary.Pre which is cancellable
    • You can now get, and set, the spawned entity using the pre event
  • Added Gen2BellEvent.SummonLegendary.Post
    • You can now get the spawned entity using the post event
  • Moved variable access in IlexShrineEvent to getters
  • Added ability to set the entity in IlexShrineEvent.Pre
  • Added entity to TimespaceEvent.Pre and the ability to set said entity
  • Added entity to PlayerActivateShrineEvent and ability to set said entity

Pixelmon Mod 9.0.6

"Look up :)"



  • The minimum Forge version for this update is 36.2.30 and is required for a Pixelmon client to run.

Additions:

New Items:
  • Added a new badge, 'Plasma'
New Structures:
  • Added the Plasma Frigate.
Updated Structures:
  • Added loot to the Haunted Castle :)

Changes:

  • 17668 17774 Added rolls for fortune and silk touch enchantments to Gem and Evo shard loot tables.
  • Changed Orb drop on Dragonite from .1 to .3
  • Iron Disc, Aluminum Disc, and Platinum Disc have now been fully removed.
  • Updated item sprites for Dire Hit, Fluffy Tail, Guard Spec, X-Accuracy, X-Attack, X-Defense, X-SpecialAttack, X-SpecialDefense, X-Speed, Apicot Berry, Balloon Berry, Belue Berry, Bluk Berry, Cornn Berry, Durin Berry, Kuo Berry, Magost Berry, Niniku Berry, Nomel Berry, Nutpea Berry, Payapa Berry, Rabuta Berry, Spelon Berry, Topo Berry, Wepear Berry, Clear Bell, Tidal Bell, Clever Feather, Genius Feather, Health Feather, Muscle Feather, Rare Candy, Resist Feather, Soda Pop, Swift Feather, Aguav Berry, Aspear Berry, Babiri Berry, Bright Powder, Cell Battery, Charti Berry, Cheri Berry, Chilan Berry, Coba Berry, Colbur Berry, Custap Berry, Dragon Fang, Drash Berry, Eggant Berry, Eject Button, Enigma Berry, Eviolite, Figy Berry, Ganlon Berry, Ginema Berry, Haban Berry, Hard Stone, Iapapa Berry, Iron Ball, Jaboca Berry, Kasib Berry, Kebia Berry, Lansat Berry, Leftovers, Leppa Berry, Liechi Berry, Light Ball, Light Clay, Lucky Punch, Lum Berry, Magnet, Mago Berry, Maranga Berry, Mental Herb, Metal Coat, Metal Powder, Metronome, Micle Berry, Miracle Seed, Mystic Water, Never-Melt Ice, Occa Berry, Oran Berry, Passho Berry, Pecha Berry, Persim Berry, Petaya Berry, Poison Barb, Power Herb, Pumkin Berry, Quick Claw, Quick Powder, Rawst Berry, Rindo Berry, Ring Target, Roseli Berry, Rowap Berry, Salac Berry, Sharp Beak, Shell Bell, Shuca Berry, Silk Scarf, Silver Powder, Sitrus Berry, Smoke Ball, Soft Sand, Soothe Bell, Starf Berry, Tanga Berry, Throat Spray, Touga Berry, Twisted Spoon, Wacan Berry, White Herb, Wide Lens, Wiki Berry, Yache Berry, Yago Berry, Zoom Lens, Alpha Shard, Delta Shard, Omega Shard, Balm Mushroom, Big Mushroom, Big Nugget, Big Pearl, Black Shard, Blue Shard, Comet Shard, Gold Leaf, Green Shard, Heart Scale, Nugget, Pearl, Pearl String, Pretty Feather, Pretty Wing, Rare Bone, Red Shard, Relic Shard, Relic Band, Relic Copper, Relic Crown, Relic Gold, Relic Silver, Relic Statue, Relic Vase, Shoal Salt, Shoal Shell, Silver Leaf, Slowpoke Tail, Star Piece, Stardust, Strange Souvenir, Tiny Mushroom, White Shard, Yellow Shard, Reins of Unity and Reveal Glass.

Fixes:

  • 13690 Wormholes to Ultra Space will no longer drop you beyond the border if smaller than the Overworlds.
  • 16832 Raids will now respect generational config settings.
  • 17515 17545 NPC Trader will now properly save after editing.
  • 17524 Fixed LAN doing crazy things.
  • 17564 Fixed the Cooking Pot interaction.
  • 17569 18233 Arc Chalice and Timespace Altar have regained their particle animations.
  • 17614 PLA pokéballs now display properly in the party overlay.
  • 17621 If a generation is disabled, spawnsets from that generation are no longer registered.
  • 17640 Harvest and Lightning Rod abilities no longer break spawning.
  • 17753 Fishing will no longer yield a blank enchanted book as loot.
  • 17761 Status ailment icons are now hidden if the party sidebar is in a labelless mode.
  • 17772 The Fishing Log can now be opened.
  • 17791 Galarian Farfetch'd can now properly evolve to SirFetch'd.
  • 17841 Custom megas can now reuse mega stones as their required item.
  • 17841 Custom megas not called "mega" now work.
  • 17875 Statues can now be targeted by Vanilla /kill.
  • 17880 Water Floats are now located under 'Decorations' in Creative inventory.
  • 17896 Statues will now longer switch from 'Idle' to 'Walking' animation on world reload.
  • 17963 Pixelmon Box will now drop it's contents when broken.
  • 18003 18366 Pixelmon pickaxes no longer prevent the use of off-hand tools.
  • 18057 Golden Lure transforming into Silver Casing when its item durability has ran out.
  • 18171 Apricorn leaves now drop with shears or Silk Touch.
  • 18171 Apricorn leaves now sometimes drop sticks when broken.
  • 18171 Berry leaves now drop with shears or Silk Touch.
  • 18171 Berry leaves now sometimes drop sticks when broken.
  • 18204 NPC Editor menu will no longer close upon confirming a change.
  • 18329 Apricorn Logs and Berry Logs now smelt into Charcoal.
  • 18330 Apricorn Logs can now be used as a common fuel source.
  • 18340 Added the Aguav Berry as an ingredient to recipes for hyper potions.
  • 18344 Players can walk through through Pixelmon Grass
  • 18359 Headbutt now sends a correct message in chat when an item is found.
  • 18364 Misaligned Pokébag UI inventory slots.
  • 18392 Moltres' Tres Shrine now spawns properly in Badlands and its variant biomes.
  • 18392 Zapdos' Dos Shrine now spawns properly in Savannah and its variant biomes.
  • 18398 18474 Ice Rock and Moss Rock will now properly trigger evolution conditions for Pokémon such as Eevee.
  • 18399 Crystal Ore will now generate naturally in the world.
  • 18421 Berry Wood slabs can now be used in common crafting recipes.
  • 18422 Meltan will no longer be obtainable via non metal items.
  • 18426 Zoroark and Hisuian Zoroark's Disguise cloning into a MissingNo, potentially crashing a client mid-battle.
  • 18428 Move Relearners now properly save the cost of a move.
  • 18433 PokéGift incorrectly redeeming manually inserted Pokémon.
  • 18437 Pokémon form language keys displaying wrongly for Creator Dragonite, Solgaleo Radiant Sun, female Unfezant, Deoxys 'Sus', Minior-Core, Galarian Zen-Darmanitan, Crowned Generic Zamazenta, Zenith-Marshadow, Crowned Generic Zacian, Urshifu G-Max Single-Strike, Urshifu G-Max Rapid-Strike, female Indeedee and White Basculin.
  • 18441 Marshadow's 'Zenith' form displaying its model horizontally.
  • 18444 Fixed some colour forms having 'sus' in the title.
  • 18445 Added Missing language lines for shiny name forms for Pokémon such as Vivillon, Flabébé and Florges.
  • 18457 Swimming behaviour has been adjusted for Swampert, Bidoof, Bibarel, Floatzel, Oshawott, Dewott, Samurott, Swanna, Wimpod, Golisopod, Drednaw and Arctovish.
  • 18458 Lugia drowning while swimming underwater.
  • 18458 Pokemon will no longer drown if their maximum swim depth is greater than 2 blocks.
  • 18486 Pixelmon Hoes now work on modded hoe compatible blocks.
  • 18488 Power Weight yielding an additional 8 Atk EVs atop the intended HP EV yield.
  • 18491 Fixed Pokésand recipes all giving the same (base) Pokésand, can now make corners and sides.
  • 18501 Magnet Pull now attracts Steel-types instead of Electric-types.
  • 18508 Missing textures for shiny Machamp G-Max, shiny Kingler G-Max, shiny Lapras G-Max and Ashen Dragonite.
  • 18530 Pokémon with regular abilities gaining a hidden ability after evolution through special conditions.
  • 18545 Fishing Rods crashing their user and players around when used in multiplayer.
  • 18546 NPC skins will now properly save.
  • 18552 Pokemon drops will no longer disappear.
  • /eggsteps command failing when used in multiplayer.
  • Alolan Sandshrew and Alolan Sandslash spawning as their Kanto counterparts when using Sweet Scent in Ice Mountains and Snowy Tundra.
  • BYG's Crimson Gardens incorrectly labeling Ekans and Arbok for spawning.
  • BYG's Snowy Evergreen Hills incorrectly named in spawning conditions.
  • Battle log missing language key.
  • Curry Dex displaying language keys instead of full Curry names.
  • Flabébé's name cannot be tab-completed properly when using unaccented -e.
  • Forge servers occasionally failing to fully shutdown after final world save.
  • Hisuian or Unovan Zoroark enforcing it's regional form through Disguise'd Pokémon.
  • Improved rendering issues under certain circumstances.
  • Old Fisherman failing to give a Fishing Log when interacting with a JUMP-Magikarp in the party.
  • Pillar blocks failing to rotate properly when spawned inside a structure.
  • PokéGift redeem feedback displaying as a language key instead of the proper line.
  • Pokémon nametags no longer rotate badly when near a Pokémon model rendered in the world.
  • Regular Pokéball being non-selectable in the Pokémon Editor.
  • Removed parentheses around a Pokemon's species name if they have no nickname.
Battle Fixes:
  • Fixed an NPE from self-targeting.
  • 17120 Max Moves and G-Max moves do not deplete PP from the move they turned from.
  • 17458 Dragon Energy failing to hit both targets when used in a Double Battle.
  • 17824 Rocky Helmet failing mid-battle, closing it unexpectedly with an error.
  • 17855 Togedemaru being unable to be sent out during double battles.
  • 18080 No Retreat move failing during battle, causing errors.
  • 18134 Switching while damaging weather is active causing a battle error.
  • 18253 Wimp Out and Emergency Exit failing when the user had low max HP.

Translation:

  • Updated Simplified Chinese translation.
  • Updated Traditional Chinese translation.
  • Updated Spanish translation.

Developer:

  • 17743 CustomDropScreen now renders properly.
  • 17743 CustomDropScreen now has an event for when it is closed.
  • 17743 CustomDropScreen can now have a mnemonic set to allow differentiation between different screens.
  • 18444 Added optional palette name translation key override.
  • 18444 Added optional form name translation key override.
  • 18444 Added optional species name translation key override.
  • 17850 DialogueInputScreen mishandling input.
  • 17743 Custom-drop-screens displaying improperly.
  • Added nodrops Pokémon requirement spec.
  • Added location Pokémon requirement spec.

Pixelmon Mod 9.0.5

"Don't worry, Bee happy :)"



  • The minimum Forge version for this update is 36.2.30 and is required for a Pixelmon client to run.

Additions:

New Items:
  • Added a new badge, 'Galactic'
Commands:
  • Added permission nodes for targeting other players in Pixelmon commands, such as pixelmon.command.givemoney.other, pixelmon.command.completeallquests.other, pixelmon.command.resetallquests.other, pixelmon.command.setstage.other, pixelmon.command.breed.other, pixelmon.command.unlock.other, pixelmon.command.hatch.other, pixelmon.command.endbattle.other.

Changes:

  • 17828 Pokémon cries are now shared by their alternate palette and forms.
  • Made various adjustments to structures.
  • Added a percentage option to /filldex
  • Updated MimeJr's and Nosepass' evolution biomes to 1.16.5.
  • Added Land to Haunted Tower spawns.
  • Updated the Badgecase screen to display lore and names.
  • Added stats for Origin Dialga and Palkia.
  • Command feedback which specify a Pokémon now displays name instead of nickname.
  • Renamed '/bossbomb' to '/pokebomb' to support PokémonSpecs.
  • Command tab-completes are no longer inline.
  • Updated textures for Blue, Red, Yellow, Pink, Purple, White and Green Berry Wood-based blocks, including planks, doors, trapdoors, fences, gates, slabs, stairs, boats and log tops.

Fixes:

  • 18405 Pokémon failing to evolve and causing a soft lock when evolving at the end of a battle they finished themselves.
  • 17990 Fixed flying Pokémon moving slower in certain directions.
  • 18070 Flying Pokémon will properly stop after landing.
  • 17552 Pokémon cries being silent while playing on multiplayer.
  • 17915 Fishing rod bobbers appearing as invisible while in use.
  • 18374 Origin form Dialga and Palkia being permanent after switching into their alternate forms.
  • 18337 Slowed down the insane Bee spawns from Beehives
  • 18338 Nihilego, Regice, Shiny Regice, Shadow Lugia, Shadow Ho-Oh textures/emissives.
  • 18363 Sirfetch'd listed pre-evolution forms.
  • 18348 'Spawn Bonus Chest' item weight rarity.
  • 18368 Hidden ability spec requirement not applying properly in command usage.
  • 18220 NPC Trainers dropping air despite specified drops after a restart.
  • 18189 Drop screens adding up declined rewards with newly accepted rewards.
  • 17675 NPC Trainers using MissingNo Pokémon.
  • 17747 Pokémon visually displaying no experience points when joining first rejoining a world or server.
  • 17730 Starter Pokémon missing their 'Destiny' starter mark.
  • 18439 Eevee Creator, Greninja Creator and Mewtwo Creator missing textures.
  • 18285 Text rendering on the Fossil Machine appearing stretched and off-sized.
  • 18194 Pink Beedrill, and other colored Pokémon, losing their special form after Mega Evolving or Gigantamaxing.
  • 17909 Eevee's evolution to Sylveon being overriden by its evolution to Espeon or Umbreon.
  • 18197 /pokesee [username] returning no command output when used in multiplayer.
  • 17493 Missing armor texture models for Silver Helmet, Silver Chestplate, Silver Leggings, Silver Boots, Platinum Helmet, Platinum Chestplate, Platinum Leggings, Platinum Boots, Galactic Helmet, Galactic Chestplate, Galactic Leggings and Galactic Boots.
  • 17957 Trade Holder Left and Right recipe defaulting to either side instead of following shaped recipe.
  • 18014 Inventory Tweaks Renewed and Pixelmon crashing the client when middle-mouse clicking inside a Pokébag.
  • 17837 Shiny Vivillon palettes displaying their name improperly.
  • Fixed emissives for Spectral Gastly, Spectral Haunter, Spectral Gengar, Ashen Gengar, Strike Zubat, Strike Golbat, Strike Vaporeon, Spirit Vaporeon, Halloween Ivysaur, Alter Porygon, Shiny G-Max Charizard, and G-Max Blastoise.
  • /pokekill command failing to show how many Pokémon were killed when used in multiplayer.
  • NPC Trainer models displaying thrice in their selection dropdown menu.
  • Missing movesets for Alolan Diglett, Dugtrio, Sandshrew, Sandslash, Rattata, Raticate, Vulpix, and Ninetales.
  • Alcremie sweets missing from it's default model.
  • Fixed an issue where in some cases a palette would be applied to a form that doesn't have them, and only then the form would be applied, causing the latter form to have a default palette.
  • Fixed Rockruff only evolving to Midday form Lycanroc.
  • Fixed Pancham evolution issues.
  • Fixed Budew evolution issues.
  • Fixed Happiny evolution issues.
  • Fixed Gligar evolution issues.
  • Fixed commands not returning messages in MP.
  • Form and palette mutual requirements applying specs in the incorrect order.
  • Fixed palette/form issues with Creator Pokemon (Eevee/palette, Xerneas/palette).
  • Gastly now has the proper particle trail.
  • Diglett now has the proper block dust particle trail.
  • Legendary spec requirement not applying properly in command usage.
  • Fixed Zamazenta and Zacian being stuck in Crowned forms.
  • Sprite items crashing a client when the form or palette name is erroneously displayed.
  • /poketest and /comptest returning no command output.
  • Targeted selector usage in /pokeheal returning incorrect command output usage.
  • /compsee failing to properly search a player's PC when using search specs.
  • Inconsistent item sprites for Silver Helmet, Silver Chestplate, Silver Leggings and Silver Boots.
  • Tornadus and Landorus default forms not being Incarnate.
  • Enamorus flight.
  • Shellos' forms displaying improperly for East and West forms.
  • Teaching a Z-move via /teach crashing the client upon usage.
  • Badge case failing to support and display properly NBT data holding badges.
  • 17753 Fishing with a Super Rod yielding an empty enchanted book.
Battle Fixes:
  • 18117 Non-default keybind on 'Open Chat' being ignored during a battle.
  • 18243 Battle rules failing to save between restarts.
  • 17860 Mimikyu failing to regain its Disguise after losing it during its first battle.
  • 18502 Transformed shiny Ditto defaulting into a non-shiny Ditto when losing Transform during a battle if met as a shiny Pokémon.

Translation:

  • Updated Simplified Chinese translation.
  • Updated Traditional Chinese translation.
  • Updated Spanish translation.
  • Updated Dutch translation.

Developer:

  • Added PlayerPokedex#getSeenCompletionPercentage
  • Added PlayerPokedex#getCaughtCompletionPercentage
  • Deprecated BattleForceEndCause.ENDBATTLE
  • Deprecated BattleForceEndCause.ENDBATTLE_FORCEFUL
  • Changed setSpecies to use getRandomLegendary instead of randomPokemon().
  • Removed check which filters out keyListener events when the player has just closed a GUI.
  • Added resetevs and resetivs specs.
  • Improved targeting in DoLegendarySpawn
  • Cleaned up PixelCommand.setupTargetOrSourceAsTarget() for readability.
  • Added permission check on "other player" argument in PixelCommand.setupTargetOrSourceAsTarget().
  • Updated all commands with optional player argument to verify if the command source has permission to do use it.
  • Cleaned up a few parameter names for more even formatting.

Pixelmon Mod 9.0.4

"Hoooooow Original..."



  • The minimum Forge version for this update is 36.2.30 and is required for a Pixelmon client to run.

Additions:

New Pokémon Forms:
  • Added Origin Dialga.
  • Added Origin Palkia.
Structures:
  • Added Haunted Tower and Haunted Castle boss and rare spawns.
  • Added Spear Pillar rare spawns.
  • Added Chalice Temple and Chalice Village rare spawns.
  • Added Ender Pearl to Galarian Slowking drops.
  • Added Extreme Hills Chalice Temple spawn.
  • Added Extreme Hills abandoned Chalice Village spawn.
  • Added Desert Hills Timespace Altar spawn.
New Items:
  • Added Lustrous Globe.
  • Added Adamant Crystal.
  • Added Griseous Core.

Changes:

  • Removed structure spawn configuration options from structures.yml.
  • Moved Haunted Towers to Roofed Forest spawning.
  • Updated Haunted Tower variant A and B.
  • Updated Haunted House variant A and B.
  • Updated Haunted Village Path variant A, B and C.
  • Updated Haunted Village Berry Farm.
  • Updated Waypoints A and B variants for Badlands, Desert, Forest, Icy, Jungle, Mountain, Mushroom, Plains, Savanna and Swamp.
  • Updated Raid Dens A and B variants for Badlands, Badlands Plateau, Basalt Delta, Beach, Crimson Forest, Desert, End Highlands, Ice Spikes, Jungle, Mushroom, Nether, Snow, Snowy Mountains, Soul Sand Valley, Swamp, Warped Forest and Water.
  • Added miscellaneous ruined structures and paths to Desert Ruin Raid Den.
  • Added short cooldown to item interactions after harvesting said item from a Pokémon.
  • Added Lustrous Globe to held items for Glaceon, Espeon and Flareon.
  • Added Adamant Crystal to held items for Leafeon, Umbreon and Vaporeon.
  • Added Griseous Core to held items for Giratina.
  • Updated Broken Cloning Machine to drop Aluminium Ingot.

Fixes:

  • 18290 Breaking multiblocks (like PCs, Trading Machines) causing client crashes.
  • 17527 Water-spawning Pokémon migrating across the land in search of new puddles.
  • 17544 Wallpaper selection in player PCs.
  • 18270 Hitting [ESC] while in the evolution screen, causing a camera and movement lock.
  • PokéChestDrops not loading due to a (sad) typo.
  • 18252 Renamed Pokéball being infinitely usable.
  • 17778 Being unable to catch raid Pokémon after leveling and learning a move.
  • 18307 Slowpoke drops from minecraft:fish to minecraft:cod.
  • Purugly drops having a minimum and maximum entry value swapped.
  • Duplicate drop chance values on pokédrops.
  • 18296 Pokédrops occasionally dropping air based on minimum quantity chances.
  • 18258 Trading Machine causing client crashes when trading Pokémon with no 'default' form, including Flabébé and Vivillon.
  • Traded Pokémon not updating properly after trading without using the 'Switch' or 'Randomize' buttons.
  • Edited Pokémon movesets not properly accepting non-English variants and saving improperly - it will now display after editing in English.
  • 17488 Origin Ball and Strange Ball missing models and textures.
  • Origin Ball party overlay missing texture.
  • Kommo-O's rare drop being not rare at all.
  • 17718 Chatting NPCs missing a 'Custom Texture' option under textures.
  • 18260 /pokegive random yielding legendaries, ultra beasts or shinies despite the config option disabling them.
  • 18310 NPC Editor displaying an incorrect message while npc-editor-op-only is false.
  • 18312 Pickup resulting in no loot after a battle.
  • 18283 NPCs missing Pixelmon-native textures.
  • 18186 Clear and Tidal Bells not ringing.
  • 18088 Pancham missing an evolution method.
  • 18300 Galar Zapdos missing its texture and animation.
  • 18244 Missing translation for Landorus Therian, Tornadus Therian, Tornadus Incarnate, Thundurus Therian, Enamorus Therian, Enamorus Incarnate, Sinistea Phony, Sinistea Antique, Polteageist Phony, Polteageist Antique, Mareep Shorn, Wooloo Shorn, Dubwool Shorn, Deerling Spring, Deerling Summer, Deerling Autumn, Deerling Winter, Sawsbuck Spring, Sawsbuck Summer, Sawsbuck Autumn and Sawsbuck Winter.
  • 18293 Missing nighttime requirement for Gligar evolution method.
  • 18292 Missing daytime requirement for Happiny evolution method.
  • 18288 Missing daytime requirement for Budew evolution method.
  • Mewtwo Y form not being marked as temporary.
  • 18229 Missing shiny forms for Shellos East and Shellos West.
  • Being unable to leave Ultraspace through Wormholes or Void.
  • Placed pokéloot changes not saving after world reload.
  • 17951 Berry and Apricorn saplings not dropping their fruit once broken.
  • Legendary spec not respecting the :false value when used in commands.
  • 17835 Missing movesets for Alolan Vulpix and Alolan Ninetales.
  • 17570 Max Mushrooms using a 2D model that does not drop when broken.
  • 17725 Spelling on 'Aluminum Shovel'.
  • 18282 Generated Pokéloot does not yielding loot and displaying a missing lang on interact.
  • 18086 Burmy missing drops, should now drop minecraft:string.
  • Missing movesets for Alolan Rattata and Alolan Raticate.
  • Emissive textures for Strike Zubat, Strike Golbat, Spectral Gastly, Spectral Haunter, Ashen Gengar, Strike Vaporeon, Spirit Vaporeon, Alter Porygon, G-Max Blastoise, Shiny G-Max Blastoise, Shiny G-Max Charizard, Halloween Ivysaur, and Spectral Gengar.
  • 18161 Zacian and Zamazenta retaining their Crowned form.
  • 17852 Rockruff's evolution method defaulting to Midday form.
  • 18179 Berry Wood Doors dropping twice on break.
  • 17823 Berry Wood signs dropping Oak Signs on break.
  • 18107 Vanilla interactions with harvestable Pokémon such as Camerupt and Mareep.
  • Zombie Form moon phase spawning conditions.
  • In-ranch Pokémon not updating their model when interacted with shears.
  • Floette's Alternate-AZ form implementation.
  • 18061 Gliscor's model and texture displaying improperly.
  • 17912 MimeJr's evolution method not properly differentiating between regional forms.
  • 17940 Poipole's evolution method.
Battle Fixes:
  • 17624 Chat box typing disabling itself during battles.
  • 17340 Raid Pokémon Max Moves not damaging all 4 allies.

Translation:

  • Updated Spanish translation.
  • Updated Hebrew translation.

Datapacks:

  • Added startup log warning when running a datapacked version of Pixelmon on clients or server.

Developer:

  • Updated color() method to properly reflect API changes, fixing formatting codes not parsing displays.
  • 18029 Added UI element properties to set image scale.
  • Added UI element property to rotate the UI element.
  • Added packet to sync available possible trades when a player joins a server.

Pixelmon Mod 9.0.3

"El botín está que arde"



  • La versión mínima de Forge para esta actualización es la 36.2.30 y es necesaria para ejecutar el cliente de Pixelmon.

Cambios:

  • Se ha añadido compatibilidad NBT a los objetos Pokémon.
  • Se ha eliminado todas las cartas de los cofres de nivel 1.
  • Se ha añadido el Bloque de turba al botín de nivel 2.
  • Se ha añadido el Mineral negro al botín de nivel 2.
  • Se han eliminado las gemas de tipo del botín de nivel 2 y se han trasladado a las de nivel 1.
  • Actualizados Voltorb y Electrode de Hisui, ahora sueltan de Base de madera y partes de la Pokéball Antigua.
  • Eliminado la aparición de Mudsdale en las aldeas.
  • Se han actualizado algunos errores de ID de objetos del Puerro grueso, Manzana selecta y Hierba intensa al Escarbar.
  • Se han añadido los lagos para los fragmentos de piedra de agua, la caña de azúcar, la arena, la arcilla y Refleluz al Escarbar.
  • Se ha añadido Peony al botín del bosque techado al Escarbar.
  • Actualizados los iconos de la Base de plata, y los lingotes de plata y platino.
  • Añadidas nuevas listas de botín para los Puentes de la fortaleza.
  • Se han eliminado las posibilidades nulas en el botín de vanilla en las tablas de botín y se han aumentado las posibilidades de tirada.
  • Recucido el peso nulo de las gemas de tipo en las tablas de botín.
  • reducido el peso nulo de los tesoros valiosos (reliquias, monedas, etc.) en las tablas de botín.
  • Actualizado el sistema de Pokédrops al nuevo formato de botín.
  • Desactivado el viaje por portales usando entidades Pokémon.

Correcciones:

  • 17839 Los EVs de los Pokémon se acumulaban permanentemente en todos los jugadores conectados, causando errores ocasionalmente.
  • El altar del especio-tiempo, el manuscrito de las Aguas y el manuscrito de las Sombras ya no producen errores a los jugadores que los ven al romperse.
  • 18078 Los recordadores de movimientos no podían enseñar movimientos.
  • 17512 Los tutores de movimientos y transferencia no podían enseñar movimientos.
  • 18227 Los intentos de evoluciones con objetos puestos ya no bloquean el cliente si no hay ningún objeto que se lleva.
  • 18045 Yveltal ya no bloquea el cliente debido a parámetros de vuelo no válidos.
  • 18142 Los cristales de guijarros no se podían martillar más allá de la fase 1 de rotura.
  • 17741 Las máquinas de fósiles no se renderizaban correctamente, lo que provocaba un exploit.
  • 18053 La tecla de acceso [K] para abrir la wiki no respondía en el juego.
  • 17651 Las estatuas se movían cuando se colocan en el suelo.
  • 17925 Los conjuntos de movimientos de los datos de los Pokémon de la versión 1.12.2 exportadas ahora correctamente a los datos de la versión 1.16.5.
  • 17651 Las estatuas se deslizaban cuando se colocaban bajo el agua tras un relog.
  • 17646 Las barcas de bayas transformandose en la variedad de madera de bayas azules al recargar.
  • Las Pokéballs se mostraban en el inventario del creativo al busca den.
  • 17640 Pokémon en el equipo con habilidades que potencian la aparición deshabilitando la aparición alrededor del jugador.
  • 17771 Los rubíes encantados no estaban disponibles en el inventario del creativo.
  • Los bloques de rubí, zafiro, amatista y cristal siendo rompibles con las manos vacías.
  • 17961 17543 Transparencias en el Bloque de puente, puertas de madera de baya, trampillas de madera de baya y el Brazal galanuez.
  • 17929 Las hojas de bayas y bonguris floreciendo y dando frutos cuando no estban unidas a los troncos.
  • 17800 El Poké-botín otorgando el tipo de cofre incorrecto cuando se hace clic en el medio.
  • 18055 Los muebles y bloques de decoración de Pixelmon caían en el modo Creativo, incluyendo el PC, la Olla, el Infusor, el Bloque de crianza, la Máquina de Fósiles, el Limpiador de Fósiles, la Máquina de Intercambio, la Máquina de Clonación, la Nevera, el Expositor de Fósiles, la TV Grande, la Mesa cubierta, el Flotador de Agua (todos los colores), la Máquina expendedora (todos los colores), las Alfombras de Poké Ball (todos los colores) y los Sofás (todos los colores).
  • Falta de las texturas de la Quintal Ball y la Poké Ball en la interfaz del equipo.
  • Las texturas de los NPC personalizdos por nombre de jugador no se renderizaban correctamente y se mostraban como texturas inexistentes.
  • 18087 El comando /givemoney no actualiza correctamente el saldo de un jugador con cantidades negativas.
  • 18097 Las texturas emisivas se mostraban como inexistentes para algunos Pokémon, concretamente Charizard, Butterfree, Vulpix, Arcanine, Poliwrath, Machamp, Kingler, Lapras, Eevee, Vaporeon, Jolteon, Flareon y Dragonite.
  • IDs de ítems mal escritos en las configuraciones de los objetos de Curry y Escarbar.
  • Las colmenas creaban cantidades interminables de Pokémon de tipo abeja si la colmena no existe cerca.
  • Milcery no evoluciona correctamente a la forma correspondiente en base a los caramelos dados.
  • 18148 Eliminado bossdrops.json, los datos se mueven ahora a la carpeta /bosstiers.
  • 17494 Las escaleras del templo ahora se muestran correctamente cuando se colocan y se conectan.
  • 17898 El modelo colocado de la Hierba alta de Pixelmon ahora se muestra correctamente.
  • Condiciones de las bayas de Yapata al Escarbar para ser Floral.
  • 18091 Enamorus, Landorus, Thundurus y Tornadus ahora se transforman correctamente cuando se exponen a un Espejo veraz.
  • 18211 Porygon ahora evoluciona cuando se expone a una Mejora.
  • 17659 Líneas comentadas en archivos que impedían la carga de la traducción.
  • Condición de evolución de bioma para Nosepass.
  • Bloqueo del cliente al ver un NOC cuya skin se ha configurado como 'Custom Texturepack' con un nombre de usuario de jugador.
  • 17634 Los tablones de madera de Pixelmon ahora se pueden utilizar en recetas nativas de Minecraft, como cualquier otra madera.
  • Los Pokémon recibidos por el PC no se guardan en el conteo de la Pokédex del equipo.
Arreglos en combates:
  • 17171 Los Pokémon no cambian de movimiento tras ser atacados por Persecución.
  • Electropico y Branquibocado no infligen el doble de daño cuando un Pokémon es cambiado.
  • 17313 Otra vez y Mofa ahora descuentan la cuenta de turno en el turno del Pokémon con el estado.
  • Autodestrucción ya no muestra el mensaje de "Ataque fallido" del rival cuando no ha atacado.
  • 17222 Las habilidades que modifican los tipos ahora funcionan correctamente en combates dobles.
  • 17780 Los movimientos Gigamax ahora se registran correctamente como movimientos G-Max.

Traducciones:

  • Añadida la traducción al lituano.
  • Actualizada la traducción al chino tradicional.
  • Actualizada la traducción al chino simplificado.
  • Actualizada la traducción al coreano.
  • Actualizada la traducción al hebreo.
  • Actualizada la traducción al turco.
  • Actualizada la traducción al español.

Datapacks:

  • Se ha eliminado un / extra en la búsqueda de iconos, lo que provocaba que los iconos de los paquetes de datos no se preparasen correctamente.
  • Se ha reestructurado la información de las recompensas de los Pokémon para que funcione con recompensas ilimitadas.

Desarrollador:

  • Se ha limpiado la clase BreedingConditions para un uso más sencillo.
  • Asegurado que todos los datos en las subclases de condiciones de evolución son accesibles.
  • Añadidos getters para todas las variables del sistema de recompensas de los Pokémon.
  • Se han eliminado los tipos de registro personalizados de los bloques de troncos de Pixelmon y de Hojas para evitar errores de registro al entrar en los servidores vanilla.
  • Se ha añadido la especificación de marca para UnbreedableRequirement.
  • Se ha corregido que PlayerPartyStorage#setBalance actualice incorrectamente los saldos.
  • Añadido WormholeTeleportEvent.Pre y WormholeTeleportEvent.Post.
  • Añadido registros de error a las recompensas cuando éstos están vacíos o tienen especificaciones no estándar.
  • La función PixelmonPalette#getAll funciona correctamente.
  • Añadido PokemonBuilder.
  • Se ha movido la excepción Showdown a su correspondiente paquete API.
  • CAMBIO ESTRUCTURAL: El sistema de importación/exportación ahora utiliza un registro personalizado, sobrescrito por completo.
  • Actualizada la pantalla de Importar/Exportar para usar paquetes y comunicarse correctamente con el servidor en la Importación/Exportación.
  • Arreglado el método de emisión ChatHandler para que envíe correctamente el mensaje a todos los jugadores y no sólo a la consola.
  • Actualizadas las constantes form rotas o erróneas.

Pixelmon Mod 9.0.2

"Es la hora del martillo...."



  • Pixelmon para la versión 1.16.5 requiere Java 8, hasta la 11. Prueba más allá bajo tu propia responsabilidad....

  • La versión mínima de Forge para esta actualización es la 36.2.34 y es necesaria para ejecutar el cliente de Pixelmon.

Novedades:

Nuevos objetos:
  • Guijarro en bruto.
  • Guijarro celeste en bruto.
  • Guijarro negro en bruto.
  • Medalla Siniestro de la Generación 8.
Generación en Nuevo mundo:
  • Se han añadido dos variantes actualizadas de las torres fanstasmales en biomas de bosque techado.
  • Se han añadido dos nuevas variantes de castillos fantasmales (torres) en los biomas de bosques techados.
  • Se ha añadido una aldea fantasmal a un castillo (torre) encantado en los biomas de bosques techados.
  • Se han añadido cuatro casas para la generación del mundo de la Aldea Fantasmal y sus correspondientes caminos.
  • Se han añadido cristales de mineral de los Guijarros, Guijarros celestes y Guijarros negros a la generación del mundo.
  • Se ha añadido un nuevo modelo actualizado para la Roca de musgosa.
  • Se ha añadido un nuevo modelo actualizado para la Roca congelada.

Cambios:

  • Se ha añadido la probabilidad de aparición de Guijarros, Guijarros celestes y Guijarros negros en la configuración en el archivo 'Dimensions.cfg' llamado tumblestoneSpawnChance.
  • Añadido en la configuración isAllowRandomBreedingEggsToBeUltrabeast para la crianza Ditto x Ditto en la configuración.
  • Reducido la cantidad de experiencia recibida del Alto horno al quemar Mineral negro para que coincida con los valores de vanilla.
  • Añadido poké-recompensas a los Pokémon regionales de Hisui.
  • Se ha añadido mena de plata, lingote de plata, mena de platino y lingote de platino a las recompensas de los Pokémon.
  • Se han remplazado los Guijarros, los Guijarros celestes y los Guijarros negros por sus variantes en bruto para las poké-recompensas.
  • Se han remplazado los Guijarros, los Guijarros celestes y los Guijarros negros por sus variantes en bruto para las recompensas de las Minas abandonadas.
  • Añadido recetas al Cortapiedras para los Guijarros en bruto, Guijarros celestes en bruto y Guijarros negros en bruto para sus variantes lisas.
  • Eliminados los Pokémon generados en vanilla, aplicando los valores lógicos de aparición salvaje.
  • Actualizadas las recetas de la Parte superior de Ocaso Ball, Parte superior de Lujo Ball, Parte superior de Nivel Ball, Parte superior de Rapid Ball, Parte superior de Acopio Ball y Parte superior de Turno Ball para que den 1 pieza.
  • Actualizadas las recetas de la Parte superior de Super Ball y Parte superior de Luna Ball para que den 3 piezas.
  • Actualizadas las recetas de la Parte superior de Honor Ball, Parte superior de Competi Ball, Parte superior de Sana Ball, Parte superior de Nido Ball y Parte superior de Safari Ball para que deb 5 piezas.
  • Actualizadas las Bases de platino y las Bases de plata para que den 5 bases en lugar de 1 y 3 respectivamente.

Correcciones:

  • Condición inversa en la configuración para la crianza Ditto x Ditto.
  • 17787 Un error de StackOverflow que provocaba que las incursiones bloqueasen a los jugadores cuando el contador llegaba a 1.
  • Uso de la pantalla de entrada de diálogo.
  • Se ha eliminado el desplazamiento del MOTD en la pantalla multijugador, lo que soluciona los problemas de visualización del MOTD.
  • Uso del método del cliente en el procesado de colores, corrige error en la consola.
  • Acceso del cliente desde el paquete de renombre que se ejecuta en el servidor, corrige error en la consola.
  • Evolución de Nincada que te robaba todas las Pokéballs en lugar de una.
  • La Maquina de sanación soltaba una máquina en vez de un Lingote de aluminio.
  • 17886 Los mensajes de muerte no se mostraban cuando se ven en una API de servidor híbrido.
  • Remplazados los mobs de vanilla que se guardaban en partes, lo que provoca sobrecargas.
  • 17702 Errores al usar una MT cuando se había configurado super-universal-t-ms: true.
  • 17911 Ya se muestra los nombres de las formas regionales en los diferentes idiomas, incluyendo Hisui, Alola y Galar.
  • 18032 Los stacks del reloj de arena se consumen por completo cuando se intenta usar una en un bloque de crianza.
  • 17910 Tamaños para Sneasel de Hisui, Kleavor, Scizor, Avalugg de Hisui y Typhlosion de Hisui.
  • 17966 Receta de Alto Horno para el Mineral negro.
  • Las Pokéballs rotas dejaban caer el tipo de base incorrecto.
  • Paletas rosa y de Valencia de Paras.
  • 17881 El almacenamiento temporal del equipo es ahora temporal cuando se manipula externamente.
  • 18036 La Sana Ball no curaba al Pokémon que contenía al capturar.
  • Pokémon que soltaban 'Aire' debido a las IDs de objetos no válidos de recompensas.
  • 17972 La interfaz del chat de la Enfermera y el Doctor ahora se muestra correctamente cuando se usen para curar a tu equipo Pokémon.
  • 17972 La Enfermera y el Doctor ahora tienen rangos de curación consistentes con la 1.12.2, de 8 bloques.
  • 18005 Las barcas de madera de bayas ahora tienen cajas de impacto consistentes con las barcas de Minecraft.
  • 18001 Las menas de silicio, plata y platino ahora tienen vetas en la generación de mundos.
  • 17923 Los tiempos de los Hornos altos son ahora consistentes con los de vanilla.
  • 17981 Interfaz de usuario bloqueada cuando el jugador es empujado a un portal de Nether mientras está en batalla.
  • 18007 El cuerpo de la túnica cosmética se desplazaba hacia abajo cuando el jugador se agachaba.
  • 17733 Las semillas de bayas y bonguris se volvían invisibles para los jugadores en multijugador.
  • 17887 Entrada de configuración duplicada para mc-villager-replace.
  • 17926 Los formularios no configurados causando un error al importar archivos .comp en la 1.16.5.
  • 17979 La habilidad de movimiento Agudeza minera entraba en conflicto con la visualización de la interfaz.
  • 17979 La habilidad de movimiento Agudeza minera no resaltaba las menas de forma consistente.
  • 17776 Las hachas introducidas por Pixelmon ahora pueden usarse para pelar troncos.
  • 17734 Los bloques de madera de bayas (puerta, trampilla, placa de presión, valla, puerta de valla, barco, botón, cartel, losa, escaleras) ahora dejan caer su respectivo bloque.
  • 17673 El tamaño de los gráficos fallaba si smoothAnimations=true en 'Graphics.cfg'.
  • 17739 Los entrenadores NPC y los recordadores de movimiento se alejaban cuando se establecía en 'Quieto y parado'.
  • 18048 Las habilidades ocultas persistían en la evolución si la habilidad oculta del Pokémon evolucionado cambiaba.
  • La aparición de puntos de ruta en Colinas Extremas se llenaban completamente de agua.

Traducciones:

  • Actualizada la traduccion al español.
  • Actualizada la traduccion al coreano.
  • Actualizada la traduccion al chino tradicional.

Desarrollador:

  • 17710 Actualizado el conjunto de espec IVs y EVs para inicializar y respetar adecuadamente los valores establecidos.
  • DialogueInputScreen.Builder contiene ahora una función para desactivar el cierre de la pantalla con la tecla [ESC].
  • Añadido el requisito para la espec "habilidad oculta" con los alias hiddenability y ha.
  • Añadido el requisito para la espec "paleta" con los alias customtexture y ct.
  • Añadido un requisito para la espec "agresión" con los alias ai, artificialintelligence, aggression y aggro.
  • Añadido el requisito para la espec de clones de Mew con los alias clone, clones y mewclones.
  • Añadido el requisito para la espec "encantado" del Trío del Lago con los alias enchanted, enchantedcount y laketrioenchanted.
  • Añadido el requisito para la espec "minerales fundidos" de Meltan con los alias oressmelted, smelted y ores.
  • Añadido el requisito para la espec "shorn" con los alias shorn y isshorn.
  • Añadido el requisito para la espec "Wooloo", "Mareep" y "Dubwool" con el alias growthstage.
  • Añadido el requisito para la espec "nickname" con los alias nick y nickname.
  • Añadido el requisito para la espec de "nivel mínimo" con los alias minlvl, minlevel y gtlvl.
  • Añadido el requisito para la espec de "nivel máximo" con los alias maxlvl, maxlevel y ltlvl.
  • Añadido el requisito para la espec de "experiencia" con los alias exp y xp.
  • Añadido el requisito de "es salvaje" con los alias iswild, unowned y wild.

Pixelmon Mod 9.0.1

"Pixelmon players, soon to be Vampire hunters..."



  • Pixelmon for 1.16.5 requires Java 8, up to 11. Go further at your own risk....

  • The minimum Forge version for this update is 36.2.34 and is required for a Pixelmon client to run.

Additions:

New Pokémon:
  • Kleavor
  • Ursaluna
  • Sneasler
New Pokémon Forms:
  • Hisuian Avalugg
  • Hisuian Lilligant
  • Hisuian Sneasel
  • Hisuian Typhlosion
New Items:
  • 17494 Updated the Temple Pillar and Broken Temple Pillar
  • Added waterlogging to Temple Pillar and Broken Temple Pillar.
  • Added Black Augurite.
  • Added Peat Block.
  • Added Silver Base.
Commands:
  • Added /poketake [player] <slot> command.
  • Added /tradesim [player] <slot> [simulation] command.
  • Added /movelist <pokemon> command.
  • Added /tms <pokemon> command.
  • 17767 All commands now support Minecraft-native selectors, such as (@p, @r, @a, @s, @e[type=player]).
  • Commands now require a target player's full username.

Changes:

  • Removed hammering mechanics from Pokéball crafting.
  • Added recipe for Iron Base, Aluminum Base, Silver Base, Wooden Base and Platinum Base.
  • Removed Iron Disc and Aluminum Disc.
  • 17489 Added Tumblestone-based recipes for Ancient Poké Ball, Ancient Great Ball, Ancient Ultra Ball, Ancient Heavy Ball, Leaden Ball, Gigaton Ball, Feather Ball, Wing Ball and Jet Ball as well as their Lids.
  • Updated ball recipes to split between tiers of Ball Bases (i.e. Aluminum/Iron, Silver, Platinum).
  • Replaced all recipes using Aluminium Plate to Aluminium Ingot: Healer, PC, Infuser, Fossil Cleaner, Movement Plate, Stick Plate, Gym Sign, Item Finder, Trade Monitor, Trade Holder Right, Trade Holder Left, Trade Panel, Green Tank, Orange Tank, Camera, Fossil Machine Top and Fossil Machine Base.
  • Disabled Pixelmon anvil usage.
  • Removed Mechanical Anvil.
  • Added Blast Furnace smelting mechanic for Black Augurite.
  • Added PokéDollars default balance to general config.
  • Updated Raids with new Pokémon star spread.
  • Updated default raid star weightings in the raids config.
  • Removed silicon, type gems, feather, grass, brick, clay, blaze powder from all raid drops.
  • Updated the experience candy spread on boss drops.
  • Added EXP. Share to high tier boss loot.
  • Added evolution stones to common boss drops.
  • Added silver and gold bottle cap to high tier boss drops.
  • Removed all berries from Pokéloot drops.
  • Added power held items to high tier Pokéloot drops.
  • Added experience and ability items into high tier Pokéloot drops.
  • Lowered the chances of Apricorn or Berries from Forage drops.
  • Added Tumblestone, Sky Tumblestone, Black Tumblestone, Peat Block and Black Augurite to Pokédrops, External Move: Rock Smash, Mineshafts and Village Masons.
  • Updated item attack damage for Pixelmon tools and weapons.
  • Updated item attack speed for Pixelmon tools and weapons.
  • Updated textures for Temple Brick and Temple Block.
  • Added missing cosmetic Sableye Hat.
  • Added missing online forms Cinderace 'Goku' and Mothim 'Bug Catcher' forms.
  • Updated evolution method for Petilil, Bergmite, Ursaring, Quilava and Scyther.
  • Updated spawntimes for Raikou, Eternatus, Type:Null, Cosmog, Volcanion, Landorus, Kyurem, Regigigas, Mesprit, Registeel, Rayquaza and Jirachi.
  • Added new Ocean raid dens.
  • Added new Beach, Badlands, Forest, Snowy, Mountain, Mushroom, Plains, Savanna, Desert, Jungle and Swamp waypoint structures.

Fixes:

  • Registry mismatch when a client(BYG+Pixelmon or ExplorerCompass+Pixelmon) connects to a server(Pixelmon).
  • Enforced server resource packs not downloading properly.
  • 17692 Storage failure when saving a player with boss(mega) save data.
  • 17590 Data transfer failures resulting from MoveSkill data when first loading on 9.0.0.
  • 17568 Critical security data issue on world loading.
  • 17530 Crash caused by a Pixelmon incompatibility during world load with OpenTerrainGenerator.
  • 17558 Mules spawning in the wild and replaced their spawn egg by Mudsdale and Mudbray.
  • 17551 Berry Wood planks not dropping their respective block.
  • Removed Pokébags from being equipped on the chest armour slot.
  • 17593 Significant duplication exploit with Pokébags.
  • 17514 Crash caused by mega evolving Charizard/Mewtwo.
  • 17601 Mewtwo spawning from the Cloning Machine.
  • 17519 Exporting Pokémon from the PokéEditor not displaying properly in the UI.
  • 17540 Statue labels not rendering correctly.
  • 17548 Berry Boats not dropping the correct Berry Wood boat.
  • Command header for /ivs.
  • Move descriptions for Ceaseless Edge, Wildbolt Storm, Springtide Storm, Triple Arrows, Raging Fury, Bleakwind Storm, Bitter Malice, Infernal Parade, Chloroblast, Sandsear Storm, Mountain Gale, Power Shift, Barb Barrage, Psyshield Bash, Shelter, Wave Crash, Dire Claw, Esper Wing, Headlong Rush, Lunar Blessing, Mystical Power, Take Heart and Victory Dance.
  • Aqua, Galactic and Magma boss trainers dropdown display name in the NPC Editor.
  • 17550 Warp plate block rendering.
  • 17577 Disabled Berry Boats stacking in inventory.
  • Removed redundant structures.json file.
  • Textures on Platinum Ore and Block, Silver Ore and Block, Aluminium Block, Unown Block Blank, Braille Block Blank, as well as Platinum and Silver shovels.
  • 17521 Smelting recipes for Bauxite Ore, Silicon Ore, Silver Ore, Platinum Ore, Boiled Egg, and Toast.
  • 17490 Command permission checks defaulting to cheats-enabled.
  • 17576 Hisuian Goodra's Pokémon cry sound.
  • 17633 Red and Blue orbs causing a client crash when the block underneath them is broken.
  • 17645 Move Tutors interacting with fainted Pokémon, causing a crash.
  • Move Tutors interacting with an empty slot, causing a crash.
  • Pokémon spec gen:,canmegaevolve and random in command usage.
  • 17643 17830 Coalossal, Spirit Eevee and Moltres emissive textures.
  • Move errors for Rapidash, Samurott, MrMime, Basculin and Decidueye on level-up.
  • 17644 Galarian Zigzagoon's evolution to Galarian Linoone.
  • 17684 Pixelmon Rock overlapping Stone Bricks recipe.
  • 17603 Sento and Tobu badge sprites.
  • 17522 Pokémon Editor not refreshing properly Pokéball specs.
  • 17676 Metal and gem ore blocks dropping when mined with an empty hand.
  • 17657 Scary Face, Ground Birds and Cut move skills related client crashing.
  • 17701 Pokemon Spawner number field causing a client crash.
  • 17699 Nincada's evolution mechanic.
  • Command sources targeting returning the wrong command output.
  • Command target selectors printing invalid argument errors.
  • 17709 Move spec usage crashing if the move spec had a spaced out name.
  • 17788 Fixed Vintage Beef's online form Wobbuffet causing a client crash.
  • 17746 Fixed shorn default Wooloo sprite.
  • 15151 Fixed sizes for Galarian Stunfisk, Indeedee (male), Indeedee (female) and Drapion.
  • 17725 17750 Lang entries for Weak Lure Casing, Fractured Temple Pillar, Aguav Berry Log and Aluminium Shovel.
  • 17679 Evolution lines for Hatenna and Hattrem.
  • 17663 Scroll of Water improperly evolving Kubfu.
  • 17783 Goomy evolution method to Hisuian Sliggoo during thunderstorms.
  • Chat output when enchanted a Ruby with an underleveled lake spirit.
  • G-Max form names under the chisel UI.
  • High friendship return message when maximizing happiness.
  • Waypoint rendering when loading up with JourneyMaps.
  • 17862 17869 17868 Evolution methods for Hisuian Goodra, Impidimp, Morgrem, Dreepy, Drakloak, Galarian MrMime, MimeJr and MrRime.
  • 17871 Hisuian Zoroark spawning levels.
  • Structures not having the proper Y level upon world generation.
  • 17711 Pokédex progression resetting when switching between singleplayer and multiplayer.
  • 17840 Horse hoof sounds when mounting Pokémon.
  • 17683 Apricorn Leaves decaying after harvesting.
  • Regice sound erroring on startup.
  • Raid structures sometimes spawning above their recommended Y level.
Battle Fixes:
  • 17583 'Splinters'-related status moves improperly displaying the effect in battle.
  • 17225 Fell Stinger not making physical contact.
  • 17024 Dual Wingbeat's Max Airstream base power from 90 to 130.
  • 17125 Snorlax' G-Max Replenish not inflicting damage.
  • 17214 Targeting to hit all adjacent opponents and change flinch chance from 30% to 20%.
  • 17226 Z-Weather Ball's base power and typing.
  • Fixed Rollout not using PP when it never misses.
  • 17095 Contrary and Simple ignoring abilities with a switch-in effect, such as Intimidate.
  • 17089 Z-Mirror Move not turning into the corresponding Z-Move when used.
  • 17071 Multi-Hit moves being capable of breaking a shield on each hit.
  • 17336 Mold Breaker not breaking Illusion.
  • 17092 Hidden Power to also change type when used as a Max Move.
  • 17698 Gengar's Ghostium-Z move when used in battle as a mega.

Translation:

  • Updated Traditional Chinese translation.
  • Updated Hebrew translation.
  • Updated Spanish translation.
  • Updated Dutch translation.
  • Updated Korean translation.

Datapack:

  • External models causing a crash when loading from our datapack system.
  • Enabled usage of a resource's full filepath location in our .pqc model repository.
  • Fixed capital letter usage breaking datapacking in forms.
  • Extended Pokédex to datapacked custom Pokémon species.

Developer:

  • Updated constant values in PixelmonForms for MEGA_X and MEGA_Y
  • Add getter for pre-evolutions.
  • Added missing isLegendary and isUltraBeast easy checks.
  • Added HiddenPowerCalculateEvent.
  • Added API Pokemon#isUnbreedable
  • Added API Pokemon#isUncatchable
  • Added API Pokemon#isUntradeable
  • Added API PixelmonEntity#isUncatchable
  • Added doFailEffect to CaptureLogic for PokéBalls.
  • BREAKING CHANGE: Removed old PixelmonSpawnerEvent
  • Added PixelmonSpawnerEvent#Pre
  • Added PixelmonSpawnerEvent#Post
  • Updated ServerRedirect to 1.4.4a. Thanks to KaiNoMood for making this happen.

Pixelmon Mod 9.0.0

"¡Feliz año nuevo!"



  • Pixelmon para la versión 1.16.5 requiere Java 8.

  • La versión mínima de Forge para esta actualización es la 36.2.34 y es necesaria para ejecutar el cliente de Pixelmon.

Novedades:

Nuevas formas Pokémon:
  • Wooloo Arcoíris
  • Mareep Arcoíris
Actualización de modelos Pokémon:
  • Todos los modelos Pokémon son ahora SMDs
Nuevos objetos:
  • Nuevas partes de Pokéballs:
    • Pieza superior de Master Ball, Pieza superior Peso Ball antigua, Pieza superior Poké Ball antigua, Pieza superior Super Ball antigua, Pieza superior Ultra Ball antigua, Pieza superior Kilo Ball, Pieza superior Quintal Ball, Pieza superior Pluma Ball, Pieza superior Ala Ball, Pieza superior Aero Ball, Pieza superior Origen Ball y Pieza superior Extraña Ball
  • Nuevas Pokéballs:
    • Poké Ball antigua, Super Ball antigua, Ultra Ball antigua, Peso Ball antigua, Extraña Ball, Pluma Ball, Kilo Ball, Quintal Ball, Origen Ball, Aero Ball y Ala Ball
  • Armaduras y herramientas de Plata:
    • Azada de plata, Pico de plata, Hacha de plata, Pala de plata, Martillo de plata, Peto de plata, Casco de plata, Grebas de plata, Botas de plata y Botas de plata
  • Bloque de plata
  • Mena de plata
  • Lingote de plata
  • Armaduras y herramientas de Platino:
    • Azada de platino, Pico de platino, Hacha de platino, Pala de platino, Martillo de platino, Peto de platino, Casco de platino, Grebas de platino, Botas de platino y Espada de plata
  • Bloque de platino
  • Mena de platino
  • Lingote de platino
  • Cordón unión
  • Guijarro
  • Guijarro celeste
  • Guijarro negro
  • Nuevas bayas:
    • Baya Frambu, Baya Oram, Baya Latano, Baya Peragu, Baya Pinia, Baya Mais, Baya Aostan, Baya Rautan, Baya Monli, Baya Wikano, Baya Plama, Baya Sambia, Baya Rudion, Baya Andano, Baya Payapa, Baya Pumkin, Baya Drash, Baya Eggant, Baya Strib, Baya Nutpea, Baya Ginema, Baya Kuo, Baya Yago, Baya Touga, Baya Niniku, Baya Topo, Baya Biglia y Baya Maranga
  • Todas las bayas existentes ahora tienen bloques para sus respectivas hojas y troncos, como el Tronco de baya grana y Hojas de baya grana
  • Nuevas medallas con temática de Pixelmon:
    • Medalla Aisu, Medalla Bagu, Medalla Dendo, Medalla Doku, Medalla Doragon, Medalla Gosuto, Medalla Iwa, Medalla Jimen, Medalla Kasai, Medalla Kurai, Medalla Kusa, Medalla Mizu, Medalla Nomaru, Medalla Seishin, Medalla Sento, Medalla Suchiru, Medalla Tobu y Medalla Yosei
  • Nuevas medallas de las Islas Naranja:
    • Medalla Ojo de Coral, Medalla Estrella de Jade, Medalla Rubí Marino y Medalla Púas
  • Troncos de bonguris:
    • Tronco de bonguri blanco, Tronco de bonguri rojo, Tronco de bonguri azul, Tronco de bonguri rosa, Tronco de bonguri verde, Tronco de bonguri amarillo y Tronco de bonguri negro
  • Hojas de bonguris:
    • Hojas de bonguri blanco, Hojas de bonguri rojo, Hojas de bonguri azul, Hojas de bonguri rosa, Hojas de bonguri verde, Hojas de bonguri amarillo y Hojas de bonguri negro
  • Nuevas menas de piedras evolutivas de luz tenue:
    • Mena de piedra trueno, Mena de piedra hielo, Mena de piedra día, Mena de piedra hoja, Mena de piedra agua, Mena de piedra solar, Mena de piedra noche y Mena de piedra alba
  • Añadidads nuevas Poké-mochilas de colores como mochilas de viaje:
    • Poké mochila blanca, Poké mochila naranja, Poké mochila magenta, Poké mochila azul claro, Poké mochila amarilla, Poké mochila lima, Poké mochila rosa, Poké mochila gris, Poké mochila gris claro, Poké mochila cian, Poké mochila morada, Poké mochila azul, Poké mochila marrón, Poké mochila verde, Poké mochila roja, Poké mochila negra
  • Añadidos nuevos bloques de construcción de madera conforme a los colores de los troncos de bayas:
    • Carteles: Cartel de baya azul, Cartel de baya verde, Cartel de baya rosa, Cartel de baya morada, Cartel de baya roja y Cartel de baya amarilla
    • Maderas: Madera de baya azul, Madera de baya verde, Madera de baya rosa, Madera de baya morada, Madera de baya roja y Madera de baya amarilla
    • Botones: Botón de baya azul, Botón de baya verde, Botón de baya rosa, Botón de baya morada, Botón de baya roja y Botón de baya amarilla
    • Barcas: Barca de baya azul, Barca de baya verde, Barca de baya rosa, Barca de baya morada, Barca de baya roja y Barca de baya amarilla
    • Puertas: Puerta de baya azul, Puerta de baya verde, Puerta de baya rosa, Puerta de baya morada, Puerta de baya roja y Puerta de baya amarilla
    • Vallas: Valla de baya azul, Valla de baya verde, Valla de baya rosa, Valla de baya morada, Valla de baya roja y Valla de baya amarilla
    • Placas de presión: Placa de presión de baya azul, Placa de presión de baya verde, Placa de presión de baya rosa, Placa de presión de baya morada, Placa de presión de baya roja y Placa de presión de baya amarilla
    • Losas: Losa de baya azul, Losa de baya verde, Losa de baya rosa, Losa de baya morada, Losa de baya roja y Losa de baya amarilla
    • Escaleras: Escaleras de baya azul, Escaleras de baya verde, Escaleras de baya rosa, Escaleras de baya morada, Escaleras de baya roja y Escaleras de baya amarilla
    • Trampillas: Trampilla de baya azul, Trampilla de baya verde, Trampilla de baya rosa, Trampilla de baya morada, Trampilla de baya roja y Trampilla de baya amarilla
Comandos:
  • Hemos integrado el popular mod adicional PixelExtras en Pixelmon. Los siguientes comandos han sido añadidos (hasta ahora):
    • /bossbomb <type> - Establece todos los Pokémon salvajes del mundo como un tipo de jefe.
    • /compSee [player] [box] - Ver todos los Pokémon en una caja del PC
    • /compedit <player> <box> <slot> <specs> - Edita el Pokémon en el PC del jugador con las características.
    • /compsearch [player] <specs> - Busca en el PC a cualquier Pokémon.
    • /comptake <player> <box> <slot> - Retira a la fuerza un Pokémon del PC de un jugador.
    • /disableBattle <player> - Desactiva la capacidad del jugador de combatir (ejecutar para rehabilitar).
    • /eggsteps [player] <slot> - Muestra los pasos restantes de un Huevo.
    • /evs <slot> - Muestra los Puntos de esfuerzo (EV) del Pokémon.
    • /faint <player> - Debilita al Pokémon del jugador.
    • /hatch [player] <slot> - Abre un huevo.
    • /hiddenpower <slot> - Muestra el poder oculto de un Pokémon.
    • /ivs <slot> - Muestra los valores individuales (IV) de los Pokémon.
    • /learnmove <player> <slot> <move> - Aprende un movimiento del Pokémon del jugador (si el Pokémon puede aprenderlo).
    • /npckill <world> - Mata a todos los NPCs de Pixelmon en el mundo.
    • /pc - Abre el PC.
    • /pokeclone <player> <slot> - Hace un clon idéntico del Pokémon del jugador.
    • /pokecolor <slot> <nickname> - Ponle a tu Pokémon un mote colorido.
    • /pokedel <player> <party|pc> [box] [slot] [spec...] - Elimina los Pokémon del jugador en el equipo (ranura) o en el PC (caja, ranura).
    • /pokeedit <player> <slot> <specs> - Edita los Pokémon del equipo del jugador con las características.
    • /pokeevolve <player> <slot> [-f] - Evoluciona los Pokémon de un jugador, de forma forzada o no.
    • /pokekill <world> <specs...> - Mata a todos los Pokémon salvajes del mundo.
    • /pokerandom <player> [specs...] - Otorga un Pokémon al azar al jugador.
    • /pokereset <player> <slot> [lvl] - Restablece el Pokémon del jugador (nivel 5 por defecto).
    • /pokerestart <player> <--confirm> - Reinicia el progreso completo de los Pokémon de un jugador.
    • /pokeretrieve <player | all> - Retira los Pokémon del jugador (o de todos) a sus Poké balls.
    • /pokesell <player> <slot> - Entrega tu Pokémon al jugador.
  • Añadido el comando /battlelog [player], que registra la batalla actual en la lista de registro de su instancia.
  • Añadido /setraid [species] [stars] [x] [y] [z] [world], que crea una incursión con esas características.

Cambios:

  • Actualizado PixelmonMod a Minecraft 1.16.5
  • Los árboles de bayas ahora aparecen como árboles que se generan por mundo con todas las bayas existentes. Las bayas se generan a partir de sus bloques de hojas y se pueden plantar para producir más árboles de bayas. Su tasa de crecimiento está ahora ligada a la mecánica de cultivos de Minecraft.
  • Los bonguir ahora son árboles que se generan por el mundo con todos los colores de bonguris. Los bonguris se generan a partir de sus bloques de hojas y se pueden plantar para producir más árboles que produzcan bonguris.
  • La configuración de Pixelmon vanilla-mobs=true ahora permite la aparición de aldeanos de Minecraft.
  • Si vanilla-mobs=false, todos los huevos de Minecraft generarán su NPC de Pixelmon o su contraparte Pokémon.
  • Añadido las mecánicas de propulsión de Magikarp a las Barcas de madera de bayas.
  • Añadida una mecánica de montura al hombro configurable.
  • Añadido la colocación de Pokémon en la cabeza.
  • Se ha mejorado la mecánica de vuelo y la IA en general, simplificando su uso. Todos los Pokémon siguen ahora los mismos controles de vuelo.
  • Se ha optimizado la mecánica de nado y su IA, mejorando la velocidad y su uso.
  • Las monturas son ahora, en general, consistentes con el movimiento de los caballos de Minecraft, mejorando la velocidad y la eficiencia de la IA.
  • La velocidad de movimiento de los Pokémon se basa ahora en su estadística de velocidad base.
  • Añadido un comerciante que viaja por el mundo.
  • Actualizada la lógica de aparición de estructuras a la versión 1.16, adaptando las estructuras de la 1.12 al nuevo formato.
  • Eliminada la aparición de Centros Pokémon naturales.
  • Eliminadas las estructuras de Gimnasio mal interpretadas.
  • Añadido una estructura de puntos de ruta a la generación de mundos.
  • Actualizada la Torre de las Sombras y la Torre de las Aguas para la evolución de Kubfu.
  • Actualizado el Santuario Uno de Articuno.
  • Actualizado el Santuario Dos de Zapdos.
  • Actualizado el Santuario Tres de Moltres.
  • Actualizado el Santuario del encinar de Celebi.
  • Actualizadas las estructuras de las Tiendas Pokémon de las aldeas.
  • Actualizadas las estructuras de las Centros Pokémon de las aldeas.
  • Añadida la aparición de Golurk, Shinx, Litleo, Meowth, Mudsdale, Ponyta y Rapidash en las aldeas.
  • Se han añadido estructuras de cultivos de bayas en las aldeas.
  • Añadida una opción de configuración para wildBerryTrees en Dimensions.config.
  • Se han añadido estructuras de incursión en todos los biomas, incluidos los océanos en las profundidades.
  • Se han añadido menas raras ocultas de Pixelmon y recompensas a las estructuras de incursión.
  • Las incursiones ahora se pueden colocar bajo el agua.
  • Añadida compatibilidad de las estructuras de Pixelmon con el comando vainilla /locate.
  • Los relámpagos ahora crean menas de piedra de trueno al golpear en la piedra.
  • Mejorada la accesibilidad mediante la creación de patrones de menas que coinciden con las menas de Pixelmon.
  • Añadidos nuevos estilos de la interfaz al pulsar la tecla de acceso directo [O].
  • Se ha movido /redeem gui al menu de escape y a la pantalla principal de inicio para la seleccion de cosméticos.
  • Añadido un botón sw Discord al menú de escape y al menú principal.
  • Añadidos Pokémon iniciales bailarines a la pantalla de carga del mundo.
  • Añadidos Pokémon iniciales bailarines a la pantalla de acceso a los servidores.
  • Aumentado el límite de tamaño de los paquetes de recursos (Resource Packs) del servidor a 1,2 GB.
  • Se ha ampliado considerablemente la personalización mediante el uso de paquetes de datos (Data Packs), asegurando que se sincronizan con el cliente:
    • Pokémon personalizados, formas, paletas, géneros, moviemientos, habilidades, Pokéballs, jefes y pantalla de inicio.
  • Actualizado el renderizado SMD.
  • Actualizados los sonidos de daño de los Pokémon con su grito.
  • La posición seleccionada del equipo es ahora persistente.
  • Se ha añadido la posibilidad de cambiar de posición del grupo con la tecla [O].
  • Se ha añadido soporte de batalla para las cajas Shulker, permitiéndote usarlas a través de la interfaz de usuario en combate.
  • Se ha ampliado el cincel y se ha mejorado su diseño.
  • Se ha ampliado los bloques de aparición aceptando especificaciones y nuevos ajustes de aparición.
  • Añadido soporte de generación con BiomesYou'llGo.
  • Añadido soporte de generación con Terraforged.
  • Se han actualizado las ubicaciones de los biomas de aparición de Pokémon a la versión 1.16.5.
  • Expandidas la aparición de los biomas de océano, End y Nether a nuevos biomas.
  • Se han eliminado los biomas específicos del Ultraespacio.
  • Se ha añadido lógica de aparición en grupo para el BetterSpawner.
  • Reequilibrado la aparición de especies con todas las generaciones, ver https://pixelmonmod.com/wiki/Version_history/Spawning
  • Se han reducido los bloques, convirtiendo los bloques de Pixelmon al formato 1.16.5.
  • Se han reducido los objetos, convirtiendo los objetos de Pixelmon al formato 1.16.5.
  • Actualizadas las texturas de las herramientas de Pixelmon.
  • Añadidos efectos de poción útiles e interactivos a las bayas consumidas.
  • Se ha simplificado la creación de Pokéballs eliminando las partes superiores.
  • Actualizados los iconos del Caramelo exp. XS, Caramelo exp. S, Caramelo exp. M, Caramelo exp. L y Caramelo exp. XL.
  • Las Pokéballs ahora se renderizan en 3D cuando están en la mano.
  • Añadida una nueva animación de captura de las Pokéballs.
  • Se ha mejorado la mecánica de lanzamiento de las Pokéballs, aumentando la distancia y la velocidad.
  • Añadido una mecánica de ruptura poco habitual a las Masterballs lanzadas, que produce la Parte superior de la Masterball.
  • Se ha eliminado la megaevolución y la dinamización fuera de combate.
  • Se ha actualizado el valor por defecto de Escarbar, ahora tiene un 94% de posibilidades de éxito.
  • Añadidos elementos de la interfaz de usuario de bienes comunes creativos.
  • Añadida la presencia de Discord para mejorar la interactividad.
  • Actualizado los archivos de idioma a un nuevo formato json.

Correcciones:

  • Se ha optimizado la asignación de memoria de renderizado de los modelos SMD.
  • Mejora de la experiencia de usuario (UX) de la mayoría de las pantallas de utilidades, incluyendo el bloque de aparición, el cincel y más.
  • Mejorados los fondos visuales de la interfaz de usuario.
  • Pantallas de UI que pausan el juego en un solo jugador.
  • Mejorado el movimiento de la cámara de combate.
  • Mejorados de los multibloques, como las máquina de intercambio.
  • Rotación de los multibloques en las estructuras generadas.
  • Los multibloques ya no eliminan el bloque que tienen encima al colocarlos.
  • Pausa de la IA de vuelo no persistente.
  • La hitbox del televisor grande estaba descentrada.
  • Las hitbox de los sofás grandes.
  • Posición de los asientos en todos los sofás.
  • Píxeles residuales en la Pechera de piedra noche.
  • Colocación de las farolas y conectores.
  • Misión de Visitar el Nether.
  • Los tutores de transferencia no aparecían de forma natural.
  • La IA de los NPCs que deambulan está ligada a su aldea de origen, lo que soluciona el desplazamiento sin fin.
  • Optimización de las misiones en cuanto a la lógica de ubicación de las estructuras.
  • Mejora sustancial del rendimiento de la generación de mundos.
  • Incongruencias en el idioma en_US.
  • Cambiado los nombres de las habilidades de los Pokémon de Galar.
  • Los nombres de los objetos son consistentes con su grupo de objetos.
  • Optimización de la red en general.
  • Elección de la vulnerabilidad de un conjunto de movimientos.
Correcciones en combates:
  • Errores de batalla causados por líneas de caracteres de movimientos incorrectos.
  • Reglas de batalla.

Desarrollador:

  • Refactorizado para una nomenclatura coherente y una mayor facilidad de uso.
  • Ahora se utilizan los mapeos de Mojang.
  • Abstracción y reescritura de paquetes.
  • Eliminados los paquetes no utilizados o redundantes tras la reescritura.
  • Sufijado de todos los paquetes siguiendo la convención de Minecraft.
  • Refactorización de los nombres de las entidades siguiendo la nomenclatura de Minecraft.
  • Refactorización de los nombres de objetos, entidades de baldosas y clases de bloques siguiendo la nomenclatura de Minecraft.
  • Refactorizado el tipo de Pokémon de EnumType a Element.
  • Refactorizado EnumSpecies a Species, ya no es un enum.
  • Movido Pokémon a pixelmon/textures/pokemon/<dex>_<name>/gender/all(if for all genders)/base(if no form)/palette.
  • Se ha añadido una API de configuración para facilitar el uso al crear YAML utilizando la API de configuración de Sponge.
  • Añadido commandAPI para replicar los comandos de la 1.12 usando Brigadier.
  • Reescrita la API de Pokémon para que funcione a partir de archivos JSON.
  • Se ha hecho que la API de Pokémon para que sea más amigable.
  • Reescrito completamente el sistema PokemonSpec para que sea abstracto (para JCC) y también para que funcione mejor y sea más amigable.
  • Nuevas specs
    • Logical OR
    • Logical AND
    • Moves
  • Las definiciones de los modelos están ahora en json en lugar de estar codificadas.
  • Modificado el sistema DataSync para mejorar el rendimiento de las entidades.
  • Se ha añadido la capacidad de crear equipos temporales falsos.
  • Reescrito el sistema de reglas de batalla para que sea más extensible.
  • Se han añadido variables para AmuletCoin y HappyHour para uso de mods adicionales.
  • Se ha actualizado la economía para utilizar un patrón de proxy.
  • Cambiada la interfaz de la cuenta bancaria para usar BigDecimal para una mejor precisión.
  • Se ha cambiado la cuenta bancaria para que tenga más métodos y sea más fácil de usar.
  • Se han actualizado los eventos de la economía para que sean más modernos.
  • Añadido un indicador de movimiento a las entidades de las estatuas.
  • Añadido un indicador de movimiento a las estatuas (por defecto desactivado) para desactivar el movimiento en las entidades de las estatuas.
  • Se han eliminado los eventos de bayas y bonguris, ahora redundantes, ya que son árboles de Minecraft.
  • Se ha añadido soporte para los árboles de bayas y bonguris en los siguientes eventos de Forge:
    • SaplingGrowTreeEvent
    • PlayerInteractEvent.RightClickBlock

Pixelmon Mod 8.4.2

"Una relación de amor-odio :)"



Novedades:

Nuevos Pokémon:
  • Enamorus
Pixelmon:
  • Overqwil ya no es un tipo grandullón y se le ha reducido el tamaño para que sea más adecuado.
  • La pieza central de la receta del Espejo veraz ha cambiado a diamante. Se ha eliminado Espejo veraz de las posibles recompensas de los jefes por defecto.
  • Ahora las batallas muestran una notificación cuando se obtienen esencias.

Correcciones:

  • Las incursiones ahora respetan la configuración de las esencias de tipo dos en tcg.cfg
  • 16945 Las incursiones ya no establecen la forma aleatoria de un Pokémon al capturarlo.
  • 17421 Desencantar cartas ahora añade esencias correctamente.
  • 17398 Ahora se puede obtener esencias de agua.
  • 17400 Goodra de Hisui tiene las mismas habilidades que la forma de Kalos.
  • 16337 La configuración RequireHM no funcionaba correctamente para los Pokémon primera generación.
Correcciones en combates:
  • 17092 Poder oculto era siempre de tipo normal cuando se usa en G/Dmax.
  • 17336 Cuando un Pokémon con Rompemoldes, Turbollama o Terravoltaje usaba un movimiento dañino sobre un Zorua/Zoroark, la ilusión no desaparecía.
  • 17226 Meteorobola con Normastal Z no aplicaba el aumento de la potencia del Cristal Z cuando hay clima de batalla.
  • 17225 Aguijón letal no actuaba como movimiento de contacto físico.
  • Rodar ahora consume correctamente los PP.
  • 17204 Metrónomo podía activar movimientos que no debería, como Movimientos Max/G, y más.
  • 17095 La habilidad Respondón no provocaba el efecto contrario como debería de hacer.
  • 17089 Espejo Z no hacía daño al copiar el movimiento del oponente.
  • 17071 Algunos movimientos multi-golpe eliminaban varios escudos en las incursiones.

Pixelmon Mod 8.4.1

"La esencia de actualizar"



  • Restablece tu archivo tcg.cfg como parte de este lanzamiento.

Novedades:

Nuevas formas Pokémon:
  • Samurott de Hisui
  • Sliggoo de Hisui
  • Goodra de Hisui
Pixelmon:
  • 17275 Nuevo ajuste de configuración del JCC para el restableciemiento de las esencias al morir (Desactivado por defecto).
  • Añadido el comando /battlelog para forzar que se generen registros de batalla para el jugador especificado.

Cambios:

Pixelmon:

  • Los recursos en primer plano de las cartas de alta definición se han cambiado a pixelart.
  • Las cartas raras holo ahora tienen un efecto holográfico.
  • Las esencias de las batallas han sido completamente rediseñadas con nuevas opciones de configuración. Por favor, ¡restablece la configuración del JCC para asegurar que utilizas los nuevos valores!
  • El Goomy de nivel 40 ahora evoluciona bajo condiciones de lluvia en Sliggoo. Durante las tormentas eléctricas, evoluciona en Sliggoo de Hisui.
Idiomas:
  • Traducción actualizada del chino tradicional.
  • Traducción actualizada del chino simplificado.
  • Traducción actualizada del coreano.

Correcciones:

  • 17275 Restablecimiento de esencias al morir un jugador
  • 17256 La misión de Redstone se ha arreglado.
  • Varios errores de duplicación en multijugador.
  • 17236 Imposibilidad de poder usar los relojes de arena de Isi en Wooloo, Dubwool y Mareep.
  • 17255 Cambios en las "Prob. de shiny en incursiones", "Prob. de HO en incursiones", y "Prob. del factor Gigamax en incursiones" en la configuración del juego que no se mantenían.
  • 17263 No se puede recoger nada de las incursiones ni obtener recompensas.
  • 17257 La configuración del juego considera que 1024.0 es la tasa de shiny por defecto para las incursiones de 5 estrellas.
  • 17269 El porta mazos JCC vacío no estando en el menu de creativo.
  • 17273 Las incursiones de variante regional dejaban caer el tipo de esencia incorrecto.
  • 17276 Las incursiones de tipo acero recompensan con esencia de dragón en lugar de esencia de acero.
  • 17266 Nuevos NPCs de Refuerzo/JCC no se generaban en archivos JSONs externos.
  • 17324 La impresora no deja caer la foto cuando era destruido.
  • Las tiradas de paquetes de cartas JCC daban cantidades incorrectas de diferentes rarezas.
  • 17264 Basculin no podía evolucionar en Basculegion.
  • 17267 Qwilfish no podía evolucionar en Overqwil, a pesar de tener un método en el archivo JSON.
  • 17271 Falta de la textura del modelo shiny de Basculegion.
  • 17268 Falta de los iconos de las formas estándar de Zorua, Zoroark, Qwilfish, y Decidueye.
  • 17284 Hacer clic en el icono del Cuaderno de Cartas mientras se está en la GUI se bloquea el juego.
  • Varias líneas de lenguaje relacionadas con el JCC.
  • Comandos de JCC ejecutados en servidores en mundos no predeterminados.
  • 17280 Fijar a los entrenadores con la opción externa rompía las texturas.
  • 17287 Basculegion y Overqwil no se registraban en la Pokédex.
  • 16917 Floette de A.Z. nunca aprendía Luz aniquiladora.
Correcciones en combates:
  • 17065 Todos los movimientos multigolpe ignoraban el estado de semi-invulnerabilidad de Golpe fantasma.
  • 16406 Los jefes de incursión pudiendo restaurar la salud a partir del segundo umbral de escudo.
  • 17171 Persecución anula el efecto de los movimientos de cambio.
  • 16406 Los escudos en los nidos de incursión no evitaban más daño entrante cuando se activan.
  • 16409 Los entrenadores NPC podían tanto Megaevolucionar como dinamaxizar en la misma batalla.
  • 17349 Ahora es posible ver la línea de leguanje correctamente al usar Cepo.
  • 16401 Ahora es posible ver la línea de leguanje correctamente al usar Espray bucal.
  • 17214 Se trataba Furia candente como un movimiento de un solo objetivo.
  • Las habilidades Capa mágica y Espejo mágico interactuaban entre ellas.
  • 15176 Los Pokémon dinamaxizados podían seguir usando movimientos gigamax tras cambiar y volver al campo de batalla.

Desarrollador:

  • ¡El JCC ahora tiene su propio bus de eventos con cinco nuevos eventos! Los eventos incluyen EndGameEvent, EndTurnEvent, StartGameEvent, PackOpenEvent.Pre y PackOpenEvent.Post
  • Añadido EssenceHelper como una forma sencilla de distribuir la esencia a través de un plugin.

Pixelmon Mod 8.4.0

"https://www.youtube.com/watch?v=SFkdcQgNJHo"



  • La versión mínima de Forge para esta actualización es la 2860 y es necesaria para ejecutar el cliente de Pixelmon.

Novedades:

Nuevos Pokémon:
  • Basculegion (Macho y hembra)
  • Overqwil
Nuevas formas Pokémon:
  • Decidueye
  • Qwilfish
  • Zorua
  • Zoroark
  • Basculin
JCC:
  • El JCC se ha añadido. Echa un vistazo a la wiki aquí
  • Cinco nuevas pestañas del creativo. Hay uno para las cartas, Paquetes(refuerzo), Barajas(barajas predeterminadas), y Cosméticos (actualmente Monedas y dorsos de cartas).
  • ¡Añadidas nuevos dorsos de cartas!
  • Las monedas ahora se muestran en el cambo de batalla
  • El bloque de combate ahora tiene tres tamaños en lugar de uno: pequeño, mediano y grande. ¡Juega con el tamaño de campo que más prefieras! Estos bloques no tienen receta por defecto para permitir a los servidores implementarlos como deseen.
  • Se ha retirado el chat, la tabla de clasificación y demás cuando se está en una batalla.
  • Añadidas cartas cosméticas.
  • El compendio de cartas se ha actualizado con más barajas.
Pixelmon:
  • ¡Nueva capucha de Aniversario! ¡Felices 10 años!

Correcciones:

  • Corregido un problema por el que algunos jugadores no podían cambiar el color de la banda a través de /redeem.
  • 16227 Corregido un error por el que la IA del entrenador no atacaba a un Shedinja con la Banda focus.
  • 16519 Corregido un problema por el que si un Pokémon se debilitaba en el mismo turno en el que terminaba un combate, el jugador tenía que cambiar de Pokemon.
  • 16464 Interfaz de batalla - Corregido que el botón del movimiento Z permanezca pulsado si se elige cualquier cosa menos un ataque.
  • Corregido un error que a veces permitía añadir cualquier objeto a la ranura de objetos que puede llevar un Pokemon.
  • 16950 Corregidas las formas de la Pokédex que mostraban pesos incorrectos.
  • 16949 Corregida la posibilidad de encontrar un shiny para la forma normal en la Pokédex.
  • 13916 Corregido que los tamaños de los modelos en la Pokédex tengan cierta variabilidad.
  • 17160 Corregida la crianza con Pokémon de Hisui.
  • Ya no se puede arrojar huevos Pokémon.
  • 16257 Reducidos los crashes de la spec Type1.
  • 16958 Corregido Sentencia al dinamaxizar para que se use el movimiento adecuado.
  • Las formas de Hisui ahora deberían de criar correctamente.
  • Corregido la falta de iconos en algunas cartas del JCC.
  • Arreglados muchos errores de crash con el JCC.
  • La impresora JCC ya no se come los objetos de las recetas no válidas.
  • Efectos y habilidades de JCC en la batalla.
  • Las barajas ya no pueden desafiar las leyes de la física y tener más de 60 cartas.
  • Añadida la habilidad Maldición.
  • Añadida la habilidad Luz evolutiva.
Correcciones en combate:
  • 17057 Arreglado que la habilidad Simbiosis no pase los objetos a los aliados.
  • 16476 Arreglado que Ladrón y Antojo no recibían el daño de Casco dentado antes de robarlo.
  • 17027 Arreglada Golpe fantasma, evitando que los movimientos con un valor de precisión NEVER_MISS golpeen a través del estado de Desvanecimiento.
  • 16615 Arreglado que Electropico y Branquibocado hiciesen el doble de daño en cada turno después de doblarlo una vez.
  • 15778 Arreglado que Fotodestrucción apocalíptica no calcule el daño correctamente.
  • 15752 Arreglada la habilidad de Urshifu para que no ignore Protección mientras está dinamaxizado.
  • 13555 Arreglados los movimientos perdiendo PP en cada turno cada vez que dejaban debilitado a un Pokémon.
  • 16340 Arreglado que Zacian y Zamazenta puedan recuperar todos sus PP al final de un combate.
  • 15818 Arreglar que Meteorobola dinamaxizado no cambie su tipo en función del tiempo.
  • 17125 Gigarreciclaje ahora inflinge daño.
  • 15880 Cólera ya no se activa cuando se golpea con movimientos afectados por Potencia bruta.
  • 15881 El movimiento Reciclaje ahora tratará de restaurar la salud inmediatamente después de reciclar una baya.
  • 15876 Corregido el hecho de que los jugadores no puedan seleccionar un objetivo si el movimiento base de un movimiento Dinamaxizado golpea varios objetivos a la vez.
  • 14520 Arregladdo que Copión no usase PP al copiar un movimiento de varios turnos.
  • 17018 Evitado que Tarjeta Roja se active si el atacante ya se ha debalitado.
  • 17007 Arreglado que Moluscañón ignore algunas habilidades y si hace contacto físico.
  • 16990 Arreglado que el Campo Psíquico deteniendo un ataque prioritario de Persecución.
  • 17043 Espejo mágico - Arreglado que las habilidades de absorción (e.j., Absorbe electricidad) no funcionen en movimientos reflejados.
  • 15766 Evitado que Señuelo siga redirigiendo movimientos después de que el usuario se haya debilitando.
  • 15820 Arreglado que Copión copie el movimiento gigamax en lugar del movimiento original.
  • 16410 Evitado que la elección se bloquee en un movimiento después de ser debilitado en una combate de incursión dinamax.
  • 16404 Arreglado que Cambio de cancha sólo mueva los estados por parte del usuario e ignore los Pokémon de entrenadores aliados.
  • 16277 Arreglado que Transformación transforme a los Pokémon en una forma predeterminada pero usando la textura Gigamax del objetivo.
  • 16456 Potenciadores de campo - Arreglado que Vasta fuerza y Alto voltaje no aumenten su potencia base en su campo correspondiente.
  • 17003 Los jugadores ya no pueden hacer Ultraexplosión dos veces en un combate. Ahora los jugadores pueden hacer Ultraexplosión y la Megaevolución en el mismo combate.
  • 16958 Arreglado Sentencia dinamaxizado para que use el Movimiento gigamax correcto basado en el tipo de Sentencia.
  • 15816 Separado postProcessAttackUser en movimientos de daño y en movimientos de lanzamiento. Arreglado que Espray bucal no se active con movimientos de estado.
  • 16145 Los objetos Elección ya no se activan cuando se entra en estado dinamaxizado.
  • 17135 La habilidad Cara de hielo de Eiscue ya no se activa después de usar Sustituto.
  • 17087 Cambiado Aullido para que afecte a todos los aliados al mismo tiempo.
  • 17134 Abatidoras y Onda simple vuelvan a cambiar las habilidades del objetivo.
  • 17141 Arreglado que los ataques ignoren la propia habilidad del usuario.
  • 17091 Arreglado que Gigadesgaste no haga daño.
  • 17165 Arreglado que Gigadesgaste, Conjuro funesto y Rencor no resten PP al objetivo.
  • 17192 Los movimientos de golpe múltiple ahora seguirán golpeando al objetivo después de romper el Sustituto.
  • 17188 Corregido un mensaje de combate erróneo que afirma que los ataques terrestres bloqueados son resistentes.
  • 17185 Corregido que las habilidades y objetos con efectos de cambio se activasen dos veces.
  • 17171 Arreglado que los Pokémon no puedan cambiar de movimiento después de ser atacados con Persecución.
  • 16406 Los Pokémon de las incursiones ya no restaurarán su salud cuando se activan sus escudos.
  • 17172 Ahora se forzará a los Pokémon a desdinamaxizarse después de ser debilitado durante un combate de incursión.
  • 17206 Corregido que Gigadescarga pretenda paralizar o envenenar al usuario.

Desarrollador:

  • El evento EggHatchEvent ha sido dividido en sub eventos Pre y Post, los plugins que utilizan este evento puede que necesiten ser actualizados.
  • La API del JCC ha sido mejorada. Este es el comienzo del trabajo para hacerlo extensible para el futuro (1.16+).

Pixelmon Mod 8.3.8



  • La versión mínima de Forge para esta actualización es la 2860 y es necesaria para ejecutar el cliente de Pixelmon.

Novedades:

Nuevas formas Pokémon:
  • Voltorb de Hisui
  • Electrode de Hisui
  • Arcanine de Hisui

Modelos de Pokémon actualizados:

  • Sigilyph actualizado a SMD (y este es el último que quedaba!)

Cambios:

  • Añadidas la Estatuilla rara, Sal cardumen y la Concha cardumen a la lista de objetos que se pueden vender a los comerciantes.
Voces:
  • Actualizado Guzzlord
  • Actualizado Hippowdon
  • Actualizado Electabuzz
  • Actualizado Tangrowth
  • Amaura
  • Arrokuda
  • Avalugg
  • Beartic
  • Blacephalon
  • Blipbug
  • Braviary de Hisui
  • Buzzwole
  • Chewtle
  • Clobbopus
  • Copperajah
  • Corvisquire
  • Crabominable
  • Crabrawler
  • Cramorant
  • Crawdaunt
  • Cubchoo
  • Deino
  • Donphan
  • Dottler
  • Dragapult
  • Druddigon
  • Dubwool
  • Espurr
  • Eternatus
  • Exeggcute
  • Exeggutor de Alola
  • Falinks
  • Forretress
  • Frosmoth
  • Golisopod
  • Grapploct
  • Growlithe de Hisui
  • Hakamo-o
  • Hatenna
  • Hoothoot
  • Hydreigon
  • Impidimp
  • Jangmo-o
  • Jirachi
  • Kommo-o
  • Krookodile
  • Kubfu
  • Kyurem
  • Landorus
  • Lapras
  • Lillipup
  • Machoke
  • Mareanie
  • Marowak de Alola
  • Meloetta
  • Minior
  • Minun
  • Necrozma del alba
  • Necrozma crepuscular
  • Nidoking
  • Nidoqueen
  • Obstagoon
  • Oranguru
  • Pachirisu
  • Palossand
  • Passimian
  • Perrserker
  • Pineco
  • Plusle
  • Polteageist
  • Pumpkaboo
  • Raichu de Alola
  • Rolycoly
  • Sandygast
  • Seaking
  • Sirfetch'd
  • Skitty
  • Sliggoo
  • Snubbull
  • Solgaleo
  • Swampert
  • Thundurus
  • Tornadus
  • Toxapex
  • Toxel
  • Toxtricity
  • Trevenant
  • Turtonator
  • Vulpix de Alola
  • Weezing de Galar
  • Xurkitree
  • Yveltal
  • Zacian

Correcciones:

  • Arreglado el comando /teach mostrando 'null' en lugar del nombre del Pokémon.
  • Se ha corregido que al cambiar de Pokémon en combates hacía que los Pokémon desaparecieran del menú Cambiar de Pokémon.
Correcciones en combates:
  • 16252 Arreglado Decoración reduciendo el Ataque especial en 1 en lugar de aumentarlo en 2.
  • 16276 Arreglado Shedinja dinamaxizado teniendo 2 PS en lugar de 1 PS.
  • Se ha corregido un problema el el cual Anulación causaba un fallo en la batalla si el usuario era anulado en el primer turno.

Pixelmon Mod 8.3.7

"Adiós a los modelos más viejos"



Novedades:

Nuevos Pokémon:
  • 899 Wyrdeer
Nuevas formas Pokémon:
  • Growlithe de Hisui
  • Braviary de Hisui

Modelos de Pokémon actualizados:

  • Wynaut actualizado a SMD
  • Stantler actualizado a SMD
  • Girafarig actualizado a SMD
  • Sealeo actualizado a SMD
  • Walrein actualizado a SMD
  • Tropius actualizado a SMD
  • Sewaddle actualizado a SMD
  • Swadloon actualizado a SMD
  • Leavanny actualizado a SMD
  • Cottonee actualizado a SMD
  • Whimsicott actualizado a SMD
  • Crustle actualizado a SMD
  • Solosis actualizado a SMD
  • Duosion actualizado a SMD
  • Reuniclus actualizado a SMD
  • Golett actualizado a SMD
  • Golurk actualizado a SMD
  • Munchlax actualizado

Cambios:

  • Añadidas traducciones para el uso del Batido Colorido.
  • Los registros de combate ahora muestran el número de versión y la información de los objetivos, junto con las habilidades y los ataques en un formato más limpio.
  • La interfaz de batalla ahora muestra todos los Pokémon que ganan exp.

Correcciones:

  • Se ha corregido que los tutores de transferencia usaran movimientos de la lista de movimientos de los Tutores.
  • Corregido que los zumos de EVs no otorgasen los valores correctos de estadísticas.
  • Correcciones de rendimiento en el movimiento externo Agudeza minera.
  • Se ha corregido la desaparición de medallas si se intentaban sacar de un medallero mientras el inventario estaba lleno.
  • Se ha corregido un problema con los Pokémon de las deidades guardianas que tenían un error tipográfico en los archivos de grupo de niveles.
  • Corregidos los modelos voladores de las formas rosas de Pidgey y Pidgeotto.
  • Solucionado el problema de poder lanzar Pokéballs a los Pokémon jefes/NPCs con el botón "Usar último objeto".
  • Arreglado un problema de formato json con icegymbase_es_es.
  • Arreglado el objeto Meteorito que no cambiaba a Deoxys a su forma veloz.
  • Arreglado a Mothim utilizando el modelo equivocado.
  • Arreglado un problema por el que algunos Pokémon después de evolucionar tenían un problema de falta de texturas.
  • Solucionado que los desarrolladores no puedan dar cintas de desarrollador.
  • Arreglada la forma Espíritu de Mimikyu que no podía aparecer.
  • Arregladas las bayas Higog, Wiki, Ango, Guaya y Pabaya que tenían una cantidad de recuperación de PS incorrecta en la información del objeto.
Correcciones en combate:
  • 16140 Arreglado que Cólera no se activara si el Pokémon era golpeado por un movimiento que infligiera daño directo (ej.: Tinieblas, Sumisión, Superdiente).
  • 16920 Arreglado un error por el que podías cambiar a tus dos Pokémon en un combate doble por el mismo Pokémon.
  • 15122 Monotema ya no se activará mientras el usuario esté dinamaxizado.
  • 16890 Zacian ya no pierde Tajo supremo si se cambia y vuelve al combate.
  • 16960 Bloqueo y Mal de ojo ya no permanecerán activos cuando el usuario no esté en el campo.
  • 16954 Arreglado Aria burbuja que no afectaba a todos los objetivos adyacentes a la vez.
  • 14831 Arreglado que Potencia bruta no eliminase los efectos secundarios de 12 movimientos diferentes.
  • 14170 Amor filial ahora activará el efecto de drenaje dos veces (ej.: Puño drenaje).
  • 14792 Sísmico ahora incteractúa correctamente con Amor filial para hacer el doble de daño.
  • 14539 Arreglado Estruendo implacable que daba un incremento de +2 a todas las estadísticas en combates dobles en lugar de incrementar en +1 todas las estadísticas.
  • 16985 Arreglados los movimientos de estado que se aplican en el turno de Sustituto.
  • 16789 Los Pokémon dinamaxizados ya no pueden quedar amedrentados.
  • 16999 Arreglados los efectos de estado que no se aplicaban con el (ej.: Electricidad estática o Cuerpo llama).
  • 15534 Arreglado el Poder-Z de Geocontrol para que solo ocurra en el primer turno en lugar de en ambos turnos.
  • 15236 Arreglado Juego sucio y Plancha corporal que no usaban los modificadores de ataque del usuario.
  • 15871 Cambios en Agrupamiento para otorgar la correcta cantidad de PS a la forma Completa de Zygarde.
  • 15197 Arreglos en la Vidasfera que se activaba multiples veces con Dracoflechas y Triple axel.
  • 15735 Arreglado Líbero que mostraba el tipo incorrecto cuando se activaba.
  • 16984 Arreglado Anulación que funcionaba con Forcejeo.
  • Añadidos textos de batalla para Aguzar y para los Movimientos Z que incrementan la probabilidad de asestar un golpe crítico.
  • Arreglado Coraza reflejo que reflejaba las estadisticas dos veces.
  • La categoría de ataque de Motivación es de Estado en lugar de Especial.

Pixelmon Mod 8.3.6

"Gira, gira, y gira..."



  • La versión mínima de Forge para esta actualización es la 2860 y es necesaria para ejecutar el cliente de Pixelmon.

  • Si actualizas desde la versión 8.3.5, no es necesario actualizar ningún archivo externo ni la configuración. Ve a: Actualizando Pixelmon - Pixelmon Wiki

Novedades:

Nuevas formas Pokémon:
  • Spheal festivo

Cambios:

  • Ahora las plumas darán amistad como se pretendía, haciendo que sean funcionalmente idénticas a las alas.
  • Registro del combate; Los entrenadores y sus Pokémon aparecerán en el registro antes de los turnos del combate.

Correcciones:

  • 16731 16767 Corregido un fallo del cliente con los PCs, y se ha mejorado la herramienta de búsqueda.
  • 16880 Los Pokémon shiny se mostrarán correctamente como tales en la interfaz de batalla.
  • Corregido un problema que provocaba que la misión del Lugia ahogado diera error y no diera de recompensa la túnica de Halloween.
  • 16858 El Batido Colorido ya no puede ser usado indefinidamente.
  • 16879 Corregido un problema que impedía que ciertos objetos funcionaran con los Pokémon.
  • Corregido un problema con los Tutores que causaban un error de batalla en el siguiente combate después de la interacción.
  • Se ha corregido que los objetos que otorgan EVs no funcionasen.
Arreglos en combates:
  • 16850 Bostezo ya no omitirá la norma de sueño en el combate.
  • 16887 Burmy ya no causará un error al final del combate.
  • 16878 El Sustituto de Minior ahora funcionará como es debido mientras está en la forma Meteorito.
  • 16120 Agrupamiento ahora puede activarse a partir del daño que se produce al final de cada turno, como el daño por Veneno.
  • 16234 Arreglado Tormento bloqueando a los Pokémon que usaban Forcejeo si el Pokémon estaba usando un objeto Elección.
  • 16825 Los movimientos Dinamax y Gigamax ahora mostrarán la potencia base correcta en la Interfaz de combate, en lugar de la potencia base del movimiento.
  • Los movimientos Dinamax y Gigamax ya no tendrán por defecto 70 o 90 de potencia base.

Developer:

  • Corregida la API de selección de equipos: el paquete ahora lee los datos al completos y envía la lista al receptor.
  • orregido un fallo que podía producirse al utilizar la spec type2.

Pixelmon Mod 8.3.5

"A la espera...."



  • La versión mínima de Forge para esta actualización es la 14.23.5.2860 y es necesaria para ejecutar el cliente de Pixelmon.

  • En esta actualización, refrescar los archivos externos supondrá cambios menores a los archivos de las estadísticas Pokémon. No hay cambios en los archivos Hocon. Ve a: Actualizar Pixelmon - Pixelmon Wiki

Novedades:

Nuevas formas Pokémon:
  • Nuevos Pokémon Relámpago para terminar las líneas evolutivas restantes en torno a las existentes.
  • Eevee Relámpago
  • Espeon Relámpago
  • Gardevoir Relámpago
  • Golbat Relámpago
  • Kirlia Relámpago
  • Leafeon Relámpago
  • Ralts Relámpago
  • Sneasel Relámpago
  • Umbreon Relámpago
  • Vaporeon Relámpago
  • Vulpix Relámpago
  • Yamper Relámpago
  • Zubat Relámpago
  • Nueva forma de Creador (aDrive)
Formas Pokémon no tan nuevas:
  • 16816 Se ha vuelto a añadir a Kecleon forma Alter. Algún IDIOTA la eliminó cuando estaba añadiendo otros Alters. (Fui yo :) )

Cambios:

  • La versión de Forge de Minecraft recomendada ahora es la 14.23.5.2860. Queremos forzar el uso de esta versión para los clientes, ya que corrige un problema descrito en este artículo de Mojang
  • 15224 El comando /pokebattle ahora permitirá introducir argumentos adicionales. El uso de 3 participantes con el comando ahora puede crear un combate doble y el uso de 2 participantes puede crear un combate doble si uno de los participantes es un NPC configurado para combates dobles.

Correcciones:

  • Más cambios en la capacidad de encantamintos de los objetos de Pixelmon. Los pergaminos, los orbes, la Wailmegadera, la puerta oculta, los cuadros de Pixelmon, la cámara de Pixelmon, el carrete de Pixelmon, y varios minerales de Pixelmon ya no se pueden encatar mediante yunque y/o libros.
  • 14337 Corregido que Burmy siempre aparecia la forma Basura en la interfaz del equipo al capturarle.
  • 16769 Bruma explosiva ahora es Especial en lugar de Físico.
  • 16788 Las Pokéballs ya no pretenderán capturar a todos los Pokémon en su trayectoria.
  • 16808 Los editores de Comerciantes ahora actualizarán correctamente al NPC al utilizar las opciones de aleatorizar/cambiar.
  • 16852 Corregido que los Pokémon de los Poké-regalos siendo considerados el mismo Pokémon.
  • Eliminada la posibilidad de dar a un Pokémon movimientos Dinamax a través del comando /teach.
Correcciones en combates:
  • 13557 Corregido Deseo fallando al cambiar al siguiente Pokémon si el usuario se debilitaba durante el primer turno de Deseo, cuando sólo debería fallar si el receptor de Deseo se debilita durante el segundo turno de Deseo.
  • 14471 15379 Corregido que los Pokémon se quedasen atascados en su estado de multiturno (e.j.: los Pokémon que usando Excavar, Vuelo, Buceo, etc., se volvían permanentemente invulnerables pero no podían atacar).
  • 15129 Corregido que Canto mortal dejáse la vida de un Pokémon en 1 PS en lugar de dejarlos fuera de combate si usaban Falso tortazo el turno en el que la cuenta llegaba a 0.
  • 16275 Arreglado una emisión NPE al observar un combate con Mega-Rayquaza.
  • 16428 Dracoflechas ahora atacarán a múltiples enemigos correctamente.
  • 16652 Zamazenta supremo ya no pierde Embate supremo al ser intercambiado.
  • 16759 Gigatronada ya no paralizará a los aliados.
  • 16766 Pulso de campo ahora cambiará el tipo y duplicará la potencia de los Pokémon de tierra.
  • 16771 Maxichorro y Maxignición ya no pueden usarse bajo los efectos de Tierra del ocaso y Mar del albor.
  • 16807 Corregido un problema donde el Slowbro de Galar podía usar la habilidad del movimiento Megaevolución.
  • 16809 Corregido que varios Pokémon del mismo equipo podían usar un Movimiento Z durante el mismo turno en combates dobles/triples si todos tenían equipado un Cristal Z.
  • 16813 Corregido un fallo en los combates relacionado con Velo aurora y Granizo/Nieve.
  • 16840 Corregido un problema en los combates al intentar, sin ataques, Dormir/Paralizar a un Pokémon ya Dormido/Paralizado.
  • Corregido un problema en los combates provocado por la IA avanzada al usar un movimiento que no existía.
  • Corregido que Drenadoras tratase de dar vida a un Pokémon en una posición diferente.
  • Ahora Ilusión mostrará correctamente el icono de shiny del Pokémon disfrazado.
  • Ahora Ilusión mostrará la partículas de shiny si un Pokémon que no es shiny se transforma en un Pokémon shiny y viceversa.
  • Necrozma ya no se forzará a si mismo a Dinamaxizarse en una Incursión a través de Ultraexplosión.
  • Corregido que se activase Retirada por debajo de la mitad de los PS en los casos en los que el daño total posible de un movimiento era superior a la mitad de los PS máximos del usuario.
  • Retirada ya no funciona si el Pokémon se debilita.
  • Corregido un problema en los combates provocado por los NPCs sin nombre.
  • Corregido un problema en los combates en el que Capa mágica no se asignaba un ataque al usuario.
  • Corregido un problema en los combates en los que las estadísticas se modificaban bajo ciertas condiciones.

Desarrollador:

  • Añadido un método Getter en condiciones de evolución múltiple.
  • 15889 Añadidas la pantalla de selección de Pokémon, PartySelectionFactory y PartySelectionScreen.
  • 16554 Añadido EVGainedEvent.
  • 16554 Añadido AbilityChangeEvent.
  • 16554 Añadido BottleCapEvent.
  • 16672 Optimizado el almacenamiento de cintas.
  • 16672 Añadida una opción para no mostrar inmediatamente las cintas cuando son añadidas.
  • 16672 Cambiado Pokemon#getRibbon para que sea inmutable.
  • 16689 Añadido getName() a todas las clases que implementan IEnumForm.
  • 16761 Añadidas más ExperienceGainTypes.
  • 16761 Mejorado RareCandyEvent.
  • 16772 Añadido TileEntity a los eventos del Limpiador de Fósiles y de las máquinas.

Pixelmon Mod 8.3.4

"Formas, arreglos y... ¿pelos de punta?"



  • En esta actualización, refescar las estadísticas externas reflejarán cambios en los movimientos de transferencia. Refrescar el archivo hocon mostrará los nuevos valores predeterminados. Ve a: Actualizar Pixelmon - Pixelmon Wiki

Novedades:

Nuevas formas Pokémon:
  • Añadidas nuevos Pokémon Alter para acabar las lineas que quedaban en torno a las existentes.
  • Añadido Bagon Alter
  • Añadido Baltoy Alter
  • Añadido Doublade Alter
  • Añadido Froakie Alter
  • Añadido Frogadier Alter
  • Añadido Honedge Alter
  • Añadido Marill Alter
  • Añadido Porygon2 Alter
  • Añadido Porygon Alter
  • Añadido Shelgon Alter
  • Añadido Zorua Alter
  • Añadida una nueva forma de Creador (Sirud)

Cambios:

  • Actualizada la lista de movimientos que Copión (Ataque) no puede utilizar.
  • Optimizada la comprobación del modo jefe de un Pokémon.
  • Los Movimientos de Transferencia y los Movimientos de Tutor ahora se reflejan correctamente en las estadísticas base, y se respetan los ajustes del lado del servidor.
  • Se ha dejado por defecto la opción de configuración superUniversalTMs en 'false'.
  • Se han cambiado las entidades npc para que utilicen la etiqueta nbt persistenceRequired en lugar de nuestra propia etiqueta que hacía lo mismo.
  • Ciertos objetos de Pixelmon ya no pueden tener encantos añadidos a través de un libro encantado/yunque.
  • añadido un nuevo botón al editor de NPC para crear un Tutor de Transferencia.
  • Los soportes de armadura ahora pueden mostrar las Gafas Protectoras.
  • Los Tutores NPC ahora tienen ajustes para los grupos de aprendizaje que son considerados cuando se comprueba si un Pokémon puede aprender un movimiento que ellos enseñan.

Arreglos:

  • Arreglado que Munna y Musharna no obtuvieran un mayor ratio de captura con la Luna Ball.
  • Arreglada la interfaz de la Pokedex que mostraba una abreviatura en metros cuando debería ser en kilogramos.
  • Arregladas la GS Ball y la Parque Balls que tenían una posibilidad de que se rompieran al ser lanzadas fuera de combate.
  • Arreglado un problema por el que un fantasma de tus Pokémon se quedaba en el mundo si se intercambiaba mientras se enviaba.
  • Los Nidos de Incursión ya no informarán erróneamente al usuario de la forma del Pokémon.
  • Arreglado un problema por el que el sonido de clic de algunos botones era más fuerte de lo normal.
  • Arreglado un error por el que el Éter Máximo y el Elixir Máximo solo restablecían 10 PP.
  • Arreglado un error por el que la spec del comando IV y EV no actualizaba el valor de IV/EV.
  • Arreglado un error por el que la spec de comandos de Género daba un error al intentar utilizarla.
  • Arreglado un problema por el que algunos Pokémon pequeños se asfixiaban constantemente en el bloque en el que se encontraban.
  • Arreglados algunos errores visuales causados al colocarse una Medalla.
  • Arreglado un problema por el que se podía criar a Mime Jr. sin que el progenitor tuviese un Incienso Raro.
  • Arreglada la opción de configuración despawnRadius que no se aplicaba sin reiniciar.
  • Arreglado que el Amuleto Oval no reducía el tiempo de producción de huevos.
  • Arreglado un problema con las formas Jump! en el que se calculaban los pesos de forma incorrecta haciendo que las fomras raras fueran más raras de los previsto.
  • Arreglado un problema con la Caña de Oa10712 que no pescaba el tipo de Pokémon correcto.
  • Arreglado un problema con los Tutores de Transferencia que permitían aprender un movimiento distinto de lo que se puede enseñar a un Pokémon de generaciones anteriores.
Arreglos en combates:
  • Arreglado la pérdida de niveles de Más PP/PP Máximos tras el uso de los objetos equipables Espada Oxidada o Escudo Oxidado.
  • Arreglado que los Movimientos Z de estado no utilizasen la prioridad del movimiento principal.
  • Arreglado un problema en el que no se aplicaba Bastión Final si el usuario intentaba aplicarla mientras estaba afectado por Mal de Ojo.
  • Arreglado un problema en el que las Botas Gruesas no eliminaban Púas tóxicas cuando se cambiaba a un Pokémon de tipo Veneno.
  • Arreglado un problema con Sustituto que no impedía que los Pokémon quedaran Amedrentados.
  • Se han arreglado algunos problemas con la habilidad Foco Interno.
  • Arreglado un fallo durante el combate provocado por la habilidad Regeneración que pretendía curar a su usuario cuando se debilitaba.
  • Arreglado un problema con Impostor de Ditto que le permitía transformarse en un Pokémon debilitado.
  • Arreglado un problema con Caída Libre que permitía que algunos ataques golpearan cuando no debían hacerlo.
  • Arreglado un problema con Daño Secreto no viéndose afectado por Dicha.
  • Arreglado que Daño Secreto causara efectos secundarios además de reducir la estadística de defensa en Ultraespacio.
  • Se ha arreglado Velo Aurora no debiendo reducir el daño cuando se produciera un golpe crítico, se utilizaba un movimiento con daño directo o se autoinfligiera daño.
  • Arreglado que Velo Aurora no reduzca el daño a la mitad en los combates individuales.
  • Arreglado que Cacheo no comprobase a todos los oponentes en busca de objetos y algunos casos donde no tendría que coger un objeto.
  • Arreglado la activación de Deseo Cura cuando un Pokémon con buena salud entraba al combate.
Arreglos en misiones:
  • Arreeglado un problema con la misión de Redstone.

Desarrollador:

  • Añadido un RecieveType de Custom para que los sidemods lo utilicen para mejorar la compatibilidad entre ellos.

Pixelmon Mod 8.3.3

"Las ovejas ya no se morirán de hambre en Pixelmon :)))"



  • Si vas a actualizar desde la 8.3.1, no es necesario refrescar los archivos. Para versiones anteriores será necesario refrescar los archivos hocon y json como es habitual. Ve a: Actualizar Pixelmon - Pixelmon Wiki

Novedades:

Nuevos objetos de misión:
  • Pase Armadura
  • Pétalo azul
  • Monedero
  • Pase Corona
  • Detector Devon
  • Caja corazón
  • Zurrón
  • Dentadura de oro
  • Pétalo verde
  • Supertapones
  • Holomisor
  • Esfera verde
  • Ticket libertad
  • Maxipanal
  • Carné socio
  • Misti-ticket
  • Carta del profesor Oak
  • Correo Oak
  • Mapa viejo
  • Pétalo naranja
  • Pétalo rosa
  • Tubo pokécubos
  • Máscara profesor
  • Neceser
  • Pétalo violeta
  • Flor irisada
  • Iris-ticket
  • Pétalo rojo
  • Buscamontura
  • Caja sellos
  • Llave secreta
  • Visor Silph
  • Libro de Sonia
  • Piedra brillante
  • Ticket barco
  • Tarjeta chic
  • Tri-ticket
  • Pétalo amarillo
  • Superpulsera Z
  • Pulsera Z

Cambios:

  • Los dulces ahora pueden ser objetos equipables. Esto no afecta al método de evolución de Milcery, ¡todavía puedes interactuar y bailar!
  • Los NPCs de las incursiones ya no escribirán en el mundo.
  • Las cintas ahora se pueden dar a través de los spec con /pokegive.
  • Se ha optimizado el movimiento de la IA.
  • Los Pokémon ya no aparecerán sobre los jugadores muertos. Este no es un cambio ideal, ya que la raíz del problema es un error del vanilla. Sin embargo, soluciona un problema común.
  • Intrépido, foco interno, despiste, ritmo propio, y cobardía ahora son inmunes a Intimidación.
  • Desarrollo y reducción ya no afectará al tamaño literal de los Pokémon.
  • Se ha mejorado la búsqueda de huevos en el PC.
  • La regadera Wailmer ahora proporciona respuesta de texto cuando se utiliza en los árboles de bayas y en los bonguris, junto con el efecto de partículas del polvo de huesos.
  • Ahora se puede plantar en Poké-tierra.

Correcciones:

  • Wooloo y Mareep vuelven a comer hierba y a regenerar lana como antes.
  • El Ala arcoíris ya no se consume al interactuar con Pokémon que no tengan formas arcoíris.
  • Corregido un problema que provocaba el intento de evolución antes de lo debido en las incursiones.
  • La interfaz de usuario ya no pretenderá que puedas dinamaxizar a primigenios.
  • Corregido un error fatal con los Medalleros.
  • corregido un error fatal con las recetas del Infusor.
  • corregido un error por el que las células de Zygarde aparecían demasiado cerca unas de otras.
  • Las chapas doradas ahora funcionan como deberían.
  • Las células de Zygarde están ahora limitadas a un máximo de 3 células alrededor del jugador, ahora se hacen más intentos de aparición de células por trayecto.
  • Coraza reflejo ya no provocará un crash ante determinadas circunstancias.
  • Ya no puedes separar a tu último Pokémon del equipo a través de la Máquina de reconstrucción.
  • Púas Z ahora utiliza Geostal Z en lugar de Normastal Z.
Correcciones en combates:
  • Los jefes dormidos ya no atacarán a todos.
  • Regia presencia ahora protegerá a los aliados con prioridad en combates dobles.
  • Regia presencia también tendrá en cuenta Púas/Rompemoldes, y bloquea los Movimientos Z.
  • Decidueye ya no activará los movimientos y habilidades de contacto.
  • Aguzar asegurará que el siguiente ataque sea un golpe crítico.
  • Sorpresa ya no funcionará dos veces seguidas.
  • Ojos llorosos ya no dirá que tiene 100 de potencia base, se trataba de un error visual.
  • Presión ya no quita PP de los movimientos multigolpe varias veces.
  • Mil flechas ahora tiene efectividad neutra contra Pokémon voladores.
  • Velo flor ahora tiene en cuenta Rompemoldes.
  • Las bayas Zanama ya no se consumen dos veces.
  • Coránima funciona como es debido.
  • Última palabra obliga al usuario a cambiar de Pokémon.
  • Los movimientos Z ya no conservan la información del movimiento original, esto evitará que golpeen a múltiples objetivos en batallas dobles.
  • La IA táctica y avanzada ya no te podrán traicionar.
  • Huir despues de usar Ida y vuelta ahora seguirá el comportamiento esperado.
  • El cambio anterior también corrige Botón escape.
Correcciones en misiones:
  • La misión de las menas de redstone ahora reconoce las cantidades, al igual que las demás misiones del estilo.

Desarrollador:

  • Añadido CloningCompleteEvent.
  • SetTrainerObject ahora actualiza el nombre adecuadamente.

Pixelmon Mod 8.3.1

"El tipo encargado del registro de cambios está haciendo sopa de calabaza ahora mismo, así que esta es una lista de cambios espeluznantemente deliciosa"



  • Recuerda eliminar las configuraciones de Pixelmon y cualquier archivo externo JSON de Pixelmon antes de actualizar a una nueva versión. Ve a: Actualizar Pixelmon - Pixelmon Wiki

Novedades:

Nuevas formas añadidas:
  • Breloom espiritual
  • Cresselia espiritual
  • Dragapult espiritual
  • Drakloak espiritual
  • Dreepy espiritual
  • Eevee espiritual
  • Espeon espiritual
  • Flareon espiritual
  • Glaceon espiritual
  • Jolteon espiritual
  • Leafeon espiritual
  • Mareanie espiritual
  • Milotic espiritual
  • Mimikyu espiritual
  • Porygon2 espiritual
  • Regieleki espiritual
  • Shroomish espiritual
  • Suicune espiritual
  • Sylveon espiritual
  • Toxapex espiritual
  • Umbreon espiritual
  • Vaporeon espiritual
Modelos actualizados:
  • Gligar
  • Gliscor
  • Lampent
  • Chandelure
  • Máquinas expendedoras
Estructuras añadidas:
  • Cementerio de piedras
  • Cementerio de la ciénaga
Varios/Misc.:
  • Añadida una categoría de configuración de combates (Reinicia el archivo hocon para ver esto)
  • Añadida la opción de configuración allowCatchCombo.
  • Añadida una opción de configuración para la aparición de Nidos sobre fluidos.
  • Añadida una opción de configuración para los distintos niveles de los jefes.
  • Los Pokémon Shiny ahora tienen nombres dorados durante el combate.
  • Añadidas nuevas opciones de configuración para controlar la crianza de las formas regionales por dimensiones.
  • Los errores de batalla ahora se exportan a sus propios archivos de registro.
  • Añadida una configuración para permitir/denegar la elaboración de zumos.
  • Se han añadido las túnicas Relámpago y Ceniza.
  • Se ha añadido una configuración para permitir el control preciso de las rachas de captura.
  • Añadida una serie de opciones de configuración para controlar el uso de las master/parque Ball en los niveles de estrella específicos.
  • Se ha añadido una opción de configuración para permitir que solo el líder de una incursión pueda atrapar después de una victoria.
  • Se ha añadido una serie de opciones de configuración para establecer el porcentaje de salud con el que se calculan las capturas de la incursión.
  • Añadidos 52 objetos diversos para su uso, ya sea para misiones, interfaces, etc.
  • Se ha añadido la flauta roja, azul, amarilla, verde, blanca y negra.

Cambios:

  • Ahora los nidos pueden aparecer en mesas.
  • Ahora los nidos también pueden aparecer en biomas modificados.
  • El botón de movimiento Z está desactivado en las incursiones.
  • Las incursiones de bajo nivel son ahora más difíciles.
  • Los nidos ahora aparecen con menos frecuencia.
  • Los nidos y las Poképaradas ya no se ven afectados por las placas de movimiento. El gif era gracioso pero la gente se quejaba...
  • Se han cambiado algunas posiciones de los iconos en la interfaz de batalla.
  • La pantalla de fin de incursión ahora muestra los shinies.
  • Los nidos ahora pueden aparecer en el Nether.
  • La grabación máxima de una MT ahora se muestra al cliente, incluso si se altera.
  • Se ha añadido una textura emisiva a Noivern.
  • Los nidos ahora pueden romperse en supervivencia con golpes reiterados con un pico.
  • Añadidas las Parque Ball a las recompensas de los jefes por defecto.
  • Se han reequilibrado las recompensas de las incursiones por defecto.
  • Se ha añadido un ajuste de distancia de activación para los NPCs con un modo de IA "x y atacar" (e.j.:, deambular y atacar).
  • Se ha añadido un ajuste de aparición para aumentar el nivel de los Pokémon cuando aparecen en un eje Y inferior (en cuevas).
  • El zumo de bayas ahora tiene potenciadores que varían en función de los ingredientes utilizados.
  • Raichu veraniego ahora tiene las estadísticas de un Raichu de Alola.
  • Evolucionar un Magby mientras en tu equipo mantienes una forma especial de Slugma ahora hará que el Magmar obtenga una forma especial también.
  • Los estuches de medallas ahora pueden ser equipados para mostrar todas las medallas dentro de él en el modelo del jugador.
Cambios en misiones:
  • Ahora se puede salir del mundo sumergido buceando/emergiendo.
  • Se ha añadido un tipo de argumento de éxito.
  • El objetivo de derrota salvaje no se ejecuta si el golpe de gracia es indirecto (e.j.: veneno).

Correcciones:

  • Corregidos los movimientos en el Ultraespacio siendo demasiado lentos.
  • Corregido el problema con la lógica de crianza siempre dando formas de Alola de los Pokémon.
  • La lista negra de las incursiones ahora funciona como debería.
  • Corregido el problema de que los sonidos de las formas de un Pokémon se mezclaban con los sonidos de la especie original.
  • Corregido el borrado de los OT, y añadida la recuperación de las UUIDs de los OTs perdidos.
  • Se han corregido problemas con la música de combate que causaba fallos si el gestor de sonido se recargaba durante la sesión de juego.
  • Los iconos de los movimientos de nivel y de los huevos se han colocado correctamente en la lista de movimientos de los Pokémon.
  • Se han corregido problemas con las opciones de configuración superUniversalTM y universalTM.
  • Argument.cast no devolvía al valor por defecto si el lanzamiento fallaba.
  • Se ha corregido que ditto dinamaxizado se adueñara del mundo.
  • El estado dinamax ahora se reinicia después de una incursión.
  • El Ultraespacio te permite volver a casa en lugar de matarte.
  • Grimer de Alola ahora contará como tipo Siniestro para que Pancham evolucione.
  • Corregido un efecto de partículas que faltaba cuando aparece Arceus.
  • Corregido un fallo con los taburetes al interactuar con un tinte de un color que no tienen los taburetes.
  • Corregido un bucle de aparición infinita en las Incursiones.
  • Corregido los faroles no pudiéndose colgar correctamente.
  • Corregida la opción de configuración del desaparición de legendarios que ignoraba los cambios.
  • Arreglado que los espectadores puedan sacar Pokémon.
  • Corregido los iconos de Urshifu Gigamax shiny no siendo los correctos
  • Corregido el icono de Lucario forma creador.
  • Corregido que las especies contenidas en los Huevos sean reveladas por la búsqueda del PC.
  • Optimizado isLegendary - Ahora utiliza EnumSet en lugar de ArrayList.
  • Optimizado isUltraBeast - Ahora utiliza EnumSet en lugar de ArrayList.
  • Optimizado TileEntityBerryTree - Se han reducido las llamadas para obtener bloques del mundo.
  • Optimizado DateObjective en las misiones.
  • Optimizado la desaparición (despawn) de las entidades de Pixelmon.
  • Optimizado ExtraStats.
  • Corregido el conjunto de movimientos de Ditto no reiniciandose al cambiar y al debilitarse.
  • Corregida la PokéDex y la TrainerCard mostrando las generaciones de Pokémon deshabilitadas.
  • Corregido que los Pokéregalos permitan transferir Pokémon no intercambiables.
  • Corregido que la evolución no ocurra si se cancelaba el aprendizaje de un movimiento anteriormente.
  • Corregido el fallo al usar la forma de movimiento Z de Meteorobola con algún clima.
Correcciones en los combates:
  • Ráfaga delta ya no puede ser anulado por el clima normal.
  • El clima creado por Tierra del ocaso, Mar del albor y Ráfaga delta ya no permanece en el combate si es derrotado por un Pokémon con Rompemoldes, Terravoltaje o Turbollama.
  • Ahora Profecía falla contra Pokémon con estado de profecía e ignora la evasión.
  • Ahora Mal de ojo termina en el mismo turno en que el usuario se debilita.
  • Corregido un problema por el que Rastro no copiaba correctamente la habilidad de un rival.
  • Corregido problemas de fijación con los modos triple y horda.
  • Última palabra Z ahora cura correctamente al cambiar.
  • Ahora Ditto Dinamax copiará los conjuntos de movimientos con Transformación.
  • Ahora Salpicadura, Patada salto alta y Levitón fallan correctamente cuando les afecta Gravedad.
  • Baya Chilan ahora solo afecta al tipo Normal.
  • Respondón y Simple ya no afectarán a los movimientos Z.
  • ZStatusMoves ahora utiliza su precisión base, en lugar de golpear siempre.
  • Yo primero Z ahora copiará correctamente los movimientos.
  • El clima ya no anula Indefenso si un jugador está usando un movimiento cuya precisión se ve afectada por el clima.
  • Ahora Contraataque, Manto espejo y Represión metal pueden romper un sustituto.
  • Electropico y Branquibocado ya no hacen daño suficiente para eliminar a un Pokémon de la existencia.
  • Mismo destino ya no es spameable.
  • La IA ya no podrá spamear sólo Trampa rocas.
  • Copión ya no puede copiar los movimientos gigamax.
  • Corregido que Minior no vuelva a la forma meteorito al recuperar la salud por encima del 50%.
  • Corregido que Minior elimine los peligros de entrada al entrar en el combate.
  • Se ha corregido un problema con el cambio de NPCs en los combates dobles.
  • Voltio cruel ahora hace contacto.
  • Corregido Retirada que provocaba un crash.
  • Se ha corregido que los Pokémon de tipo siniestro no son inmunes a Manto espejo.
  • Se ha corregido que los Pokémon de tipo fantasma no son inmunes a Contraataque.
  • Se ha corregido un problema en las incursiones al no poder atrapar después del combate.
  • Corregido Obstrucción que no disminuía la defensa de los atacantes físicos.
  • Arreglado que BreakneckBlitz se escriba incorrectamente con clima (e.j.: contra Groudon no sería muy efectivo debido a la luz del sol).
  • Corregido los movimientos gigamax que no utilizaban sus propias propiedades de fijar objetivos.
  • Corregido que los entrenadores puedan hacer Mega y Dinamax al mismo tiempo.
  • Corregido el error de escritura de Zacian y Zamazenta Supremo en combate.
  • El intercambio de naturaleza de Sincronía ahora tiene una posibilidad de roleo por Pokémon.
  • Corregido que Campo de niebla no impida las condiciones negativas de estado de los Pokémon en el suelo cuando son atacados por Pokémon voladores.
  • Los Pokémon con Agallas ya no recibirán el impulso de ataque de Agallas el turno en que se despierten.
  • Desarme ahora eliminará correctamente la Tarjeta Roja en lugar de que ésta sea cambiada al usuario de Desarme.
  • Ahora Desarme no elimina el objeto del objetivo si el usuario de Desarme se debilita a causa de Piel tosca, Punta acero o Casco dentado.
  • Corregido que Receptor y Reacción química indiquen que cambian la habilidad a la que se cambian.
  • Corregido que Otra vez sólo dure dos turnos en lugar de tres.
  • Al intentar paralizar a un oponente dormido ya no se indicará que ya está paralizado.
Correcciones en misiones:
  • Se ha corregido un problema con AbsolutePositionObjective.
  • Corregido un fallo extraño con flagActions.
  • PokemonObjective ahora funciona con las especificaciones vacías, esto arregla algunas misiones por defecto.

Desarrollador:

  • Las instrucciones de Fin de Batalla ahora funcionan correctamente, y mantienen un parámetro extra.
  • Arreglado el evento ApricornWatered.
  • Añadido el evento BerryWatered.
  • Añadido el evento HyperTrainEvent.
  • ItemUIElement ahora tiene soporte de modelo preparado, así que puede ser usado para los objetos actuales.
  • Se ha separado la hoja de iconos de ItemUIElement en archivos separados.
  • Se ha añadido PlayerPartyStorage#queryResourceLocationExistence. Permite comprobar la existencia de un ResourceLocation específico en el cliente.
  • Añadido PlayerPartyStorage#registerKeyListener y PlayerPartyStorage#deregisterKeyListener. Permite que los contenedores con un ItemUIElement en ellos escuchen las pulsaciones de teclas registrando un método de callback.
  • Se ha actualizado SpawnerCoordinator para que utilice ExecutorService.
  • EnumSpecies.legendaries y EnumSpecies.ultraBeasts son ahora Set<EnumSpecies>.
  • Todas las demás listas de formas en EnumSpecies se han convertido de List<EnumSpecies> a Set<EnumSpecies>
  • Se han añadido métodos "inseguros" al IPixelmonBankAccountManager para no tener que usar métodos opcionales todo el tiempo IPixelmonBankAccountManager#getBankAccountUnsafe(UUID) y IPixelmonBankAccountManager#getBankAccountUnsafe(EntityPlayerMP).
  • Se ha añadido la etiqueta booleana NBT No equipable, que puede aplicarse a elementos equipables como las insignias para que no lo sean.
  • Los paquetes de recursos del servidor (el que está en server.properties) ahora tiene un tamaño máximo de 600 MB, frente a los 50 MB de antes.
  • Los eventos de interacción de los santuarios ahora proporcionan la instancia de la entidad de la baldosa con la que se ha interactuado.

Pixelmon Mod 8.3.0

"Vinimos, vimos, incursionamos" - Un entrenador Pokémon vikingo, probablemente



Novedades:

Nuevas formas Gigamax añadidas:
  • Rillaboom
  • Cinderace
  • Centiskorch
  • Toxticity
  • Urshifu estilo brusco
  • Urshifu estilo fluido
Nuevas Formas añadidas:
  • Eternamax

    • Eternamax original
    • Eternamax cosmético
  • Rosas

    • Caterpie
    • Metapod
    • Weedle
    • Kakuna
    • Nidoran
    • Bellsprout
    • Diglett
    • Dodrio
    • Doduo
    • Dugtrio
    • Mankey
    • Nidorina
    • Nidorino
    • Primeape
    • Rhydon
    • Rhyhorn
    • Rhyperior
    • Victreebel
    • Weepinbell
    • Oddish
    • Gloom
    • Vileplume
    • Bellossom
    • Exeggute
    • Execcutor
    • Paras
    • Parasect
    • Pidgey
    • Pidgeotto
    • Pidgeot
    • Rattata
    • Raticate
  • Valencianas

    • Oddish
    • Gloom
    • Vileplume
    • Bellossom
  • AmoongSus

    • Negro
    • Marrón
    • Cian
    • Azul
    • Verde
    • Coral
    • Rojo fuerte
    • Verde fuerte
    • Gris
    • Pardo
    • Pálido
    • Banana
    • Lima
    • Aceituna
    • Naranja
    • Rosa
    • Morado
    • Rojo
    • Blanco
    • Amarillo
  • Slugma JUMP! de Sal Fundida

Pokémon Actualizados:
  • Jigglypuff
  • Gloom
  • Vileplume
  • Voltorb
  • Electrode
  • Shinx
    • Luxio
  • Luxray
  • Scraggy
  • Cofagrigus
  • Emolga
  • Alomomola
  • Joltik
  • Noibat
  • Wishiwashi (Individual)
  • Bellossom
  • Pachirisu
  • Munna
  • Musharna
  • Klink
  • Klang
  • Klinklang
  • Litwick
  • Binacle
  • Trevenant
  • Comfey
  • Oddish
  • Igglybuff
Objetos:
  • Expreso Granbull
  • Skittolate
  • Té Roserade
  • Zumo de Pinia
  • Skitty Smoothie
  • Refresco Raro
  • Refresco Genial
  • Zumo de Baya
  • Zumo Rojo
  • Zumo Rosa
  • Zumo Morado
  • Zumo Amarillo
  • Zumo Verde
  • Varita de Hada
  • Batido Colorido
  • Sopa Peligrosa
  • Trozo Deseo
  • Maxinium
  • Duralium
  • Parte Roja
  • Parte Azul
  • Parte Verde
  • Parte Amarilla
  • Parte Negra
  • Parte Blanca
  • Generador de Nidos de Incursiones Dinamax
  • Paracontacto
Estructuras:
  • Se han añadido Buzones (Decoración).
  • Las Lámparas ahora pueden colgarse boca abajo.
Música:
  • Se ha añadido música para los combates con Entrenadores.
  • Se ha añadido música para combates del tipo Legendario.
  • La música de batalla ha sido compuesta por Chris Geddes, compositor de la OST completa de Pixelmon Mod. Échale un vistazo a su canal de YouTube
Cintas:
  • Amistad, campeón de torneos, maestro battle royale, campo, planeta, leyenda, rango maestro, nacional, campeón nacional, campeón mundial, récord, campeón de área, ejercicio.
  • Aprox. 70 cintas "Vacías" para servidores con paquetes de recursos.
Nuevas Animaciones de Ataques:
  • Golpe Aéreo
  • Acua Jet
  • Aromaterapia
  • Golpe Cuerpo
  • Ataque Fulgor
  • Pájaro Osado
  • Burbuja
  • Semilladora
  • Rizo Algodón
  • Esporagodón
  • Doble Filo
  • Furia Dragón
  • Taladradora
  • Velocidad Extrema
  • Danza Pluma
  • Nitrocarga
  • Giga Impacto
  • Desarrollo
  • Ariete
  • Testarazo
  • Golpe Cabeza
  • Golpe Calor
  • Cuerpo Pesado
  • Fuerza Equina
  • Cornada
  • Cabeza de Hierro
  • Polvo Mágico
  • Megacuerno
  • Reducción
  • Día de Pago
  • Polvo Veneno
  • Polvo Explosivo
  • Persecución
  • Ataque Rápido
  • Polvo Ira
  • Treparrocas
  • Desenrollar
  • Onda Voltio
  • Intercambio
  • Cabezazo
  • Atizar
  • Somnífero
  • Anegar
  • Chispa
  • Espora
  • Rodillo de Púas
  • Paralizador
  • Fuerza Bruta
  • Placaje
  • Derribo
  • Ida y Vuelta
  • V de Fuego
  • Placaje Eléctrico
  • Pistola Agua
  • Voto Agua
  • Hidrochorro
  • Salpicar
  • Cascada
  • Meteorobola
  • Voltio Cruel
  • Fuego Fatuo
  • Cabezazo Zen
Animaciones de Ataques Actualizadas:
  • Rayo Burbuja
Voces:
  • Appletun
  • Applin
  • Arctovish
  • Arctozolt
  • Calyrex
  • Calyrex Jinete Glaciar
  • Calyrex Jinete Espectral
  • Carkol
  • Coalossal
  • Cufant
  • Cursola
  • Dracovish
  • Dracozolt
  • Flapple
  • Farfetch'd de Galar
  • Corsola de Galar
  • Darumaka de Galar
  • Linoone de Galar
  • Meowth de Galar
  • Mr.Mime de Galar
  • Zapdos de Galar
  • Zigzagoon de Galar
  • Glastrier
  • Sandaconda Gigamax
  • Gossifleur
  • Greedent
  • Groudon
  • Guzzlord
  • Indeedee
  • Inteleon
  • Kyogre
  • Melmetal
  • Meltan
  • Nickit
  • Rayquaza
  • Regigigas
  • Regirock
  • Registeel
  • Runerigus
  • Skwovet
  • Snivy
  • Spectrier
  • Theivul
  • Wooloo
  • Yamper
Varios/Misc.
  • Añadidos nidos de Incursión Dinamax.
  • Añadido el amuleto experiencia.
  • Añadido el amuleto captura.
  • Añadido el amuleto emblema.
  • Añadidas capturas críticas.
  • Se han añadido rachas de capturas. ¡Captura varias veces la misma especie para obtener algunos potenciadores!
  • Se han añadido nuevos tipos de combates: triples, incursiones y modo horda.
  • Añadida una opción de configuración para permitir el uso de MT/DT independientemente de la Región, siempre que el Pokémon haya podido aprenderlo de una MT históricamente.
  • Añadida una opción de configuración para establecer la probabilidad de éxito de Sincronía.
  • Añadida una opción de configuración para mostrar información avanzada del combate, como el porcentaje de vida.
  • Añadida una opción de configuración para las reglas relajadas de las batallas, pudiendo decidir la mecánica generacional de un combate únicamente por la banda equipada.
  • Añadida una opción de configuración para permitir las batallas Mega y Dinamax en un mundo como regla global. Esto sustituye a oldGenDimensions y relaxedBattleGimmickRules.
  • Añadido una opción de configuración para controlar el volumen de la música personalizada.
  • Añadida la Corona galanuez y su receta de crafteo.
  • Añadido el icono de Infernape arcoiris.

Cambios:

  • Los altares ahora tienen modos de encuentro que se pueden configurar por modo de encuentro: una vez, una vez por jugador, una vez al día o por número ilimitado de veces. (Esto reemplaza el sidemod que algunos servidores estaban utilizado)
  • Añadida una nueva condición de generación por Tiempo Real. Incluye opciones de Día, Hora y Minuto específicos.
  • La música de combate y la música del Centro Pokémon ahora restauran la música de fondo después de que se desvanezcan.
  • Ahora se puede generar Curry en el mundo.
  • Los fósiles de Galar ahora aparecen en ciertas tablas de recompensas.
  • Ahora el hueso deseo aparece en las recompensas de los jefes.
  • Ahora BetterSpawnerConfig es compatible con Dynamic Trees y el addon de Biomes O' Plenty de forma inherente.
  • La máquina de fósiles ahora obedece a la tasa de shinys del Ultraespacio.
  • Los cebos ahora obedecen a la etiqueta de Irrompibilidad.
  • Se han añadido plumas a los comerciantes.
  • Ajustada la posición de la barra de salud durante el combate.
  • Las descripciones de las formas ahora se muestran en la Pokedex, incluyendo el peso y la altura.
  • La mecánica de crianza ahora sigue la generación actual.
  • Al pasar el ratón por encima de los Pokémon, ahora se muestra la forma y la textura especial, si procede.
  • Se han hecho algunos ajustes en el mundo sumergido. ¡Sólo faltan 2 meses!
  • Se han realizado algunos cambios recomendados en las texturas de la interfaz de combate.
  • El registro de combate ahora puede manejar batallas mucho mayores.
  • El registro de combate ahora respetará correctamente las nuevas líneas.
  • La interfaz de combate ahora soporta dobles, triples, el modo horda y las incursiones correctamente.
  • Ya no puedes ahogarte al seleccionar movimientos.
  • Los entrenadores NPC ahora tendrán un máximo de amistad con sus Pokémon, para beneficiarse de movimientos relevantes.
  • Las MT y las DT en blanco ahora se pueden acumular.
  • Se ha reducido la pérdida de durabilidad de los martillos de Pixelmon al usar el yunque.
  • La música de fondo ahora se restablece después del combate, o después de salir de un Centro Pokémon.
  • La música de combate, del centro pokémon y la música de fondo ya no sonarán al mismo tiempo.
  • Eliminadas las cartas de los Poké-tesoros, ya que, seamos sinceros, ¿quién quiere cartas?
  • Los amuletos equipados son ahora visibles en tu jugador.
  • Se ha mejorado la experiencia de usuario de la interfaz de batalla.
  • Ahora aparece en la interfaz de batalla información sobre el estado actual del combate o del movimiento por el que se pasa el ratón.
  • Ahora Azelf, Mesprit y Uxie pueden encantar rubíes aunque no seas el EO.
  • Gastly y Gengar espectrales ahora tienen sus iconos.
  • Se ha añadido información sobre las herramientas a casi todos los objetos.
  • Alto voltaje y Vasta fuerza ahora aplican correctamente sus efectos.
  • El Altar del espacio-tiempo ahora puede producir Pokémon con varios crecimientos.
Cambios en misiones:
  • Se ha incrementado el ratio de las misiones de los pájaros de Galar, y ahora la captura también cuenta.
  • Se han mejorado las recompensas de algunas misiones por defecto.
  • Los objetivos ya no tienen un requisito estricto sobre la extensión .json.
  • Mejorado el rendimiento del funcionamiento de las misiones para los objetivos que eran especialmente pesados.
  • Los elementos de las misiones ahora pueden tener marcadores de posición en cualquier lugar, y hay un nuevo conjunto de insertores para insertar básicamente lo que quieras.
Actualizados iconos de objetos:
  • Cápsula habilidad
  • Parche habilidad
  • Tubérculo
  • Nerviosfera
  • Raíz grande
  • Banda atadura
  • Piedra eterna
  • Piedra pómez
  • Piedra dura
  • Botas gruesas
  • Tarjeta roja
  • Casco dentado
  • Servicio raro
  • Muda concha
  • Todas las tablas
  • Medalla Insecto
  • Medalla Muro
  • Medalla Hada
  • Medalla Iceberg
  • Medalla Hoja
  • Medalla Psique
  • Medalla Lid
  • Medalla Voltaje
  • Una colección de Curries tiene nuevos iconos

Correcciones:

  • Se ha corregido un problema de aparición de los Pokémon gigamax.
  • Se ha corregido el hecho de que algunos Pokémon sean demasiado raros y/o tengan condiciones de aparición demasiado restrictivas como por ejemplo Mew.
  • Se han corregido algunos errores con el BetterSpawnerConfig que provocaban algunos de los problemas anteriores.
  • Arreglado el hecho de que los Pokémon no guarden los objetos que no se pueden colocar en ellos, por ejemplo, las Alas arcoíris.
  • Arreglado que Disfraz (habilidad) haga que la forma del Pokémon cambie permanentemente.
  • Arreglado el editor de Pokémon que tenía problemas con las formas relacionadas con el género.
  • Arreglado un problema con las estatuas y las formas relacionadas con el género.
  • Arreglado que la música de combate y la del Centro Pokémon se sobrepongan.
  • Arreglado un posible problema de plugin con un Kartana innecesario.
  • Arreglado que las Pokeparadas sean movibles con el anzuelo.
  • Arreglado un potencial exploit en los combates que permitía a alguien crashear el servidor.
  • Nueva textura para la estrella de la Pokedex. Esto era un gran problema para alguien, en algún lugar.
  • Arreglado un problema de textura con Ditto zombie.
  • Arreglada la animación de vuelo de Deoxys.
  • Arreglada la animación de vuelo de Dragapults.
  • La forma JUMP! de Magikarp ya no se puede pescar sin una caña evaluada.
  • Se han corregido algunos emblemas que carecían de texturas.
  • Se han intercambiado las texturas de los Hippowdon hembra y macho. Uups.
  • MissingNo ya no debería estar disponible con el comando /pokerandom.
  • Arreglados algunos movimientos que no se grababan en las MT en blanco.
  • Los Pokémon fósiles de Galar ahora vienen con 3 IVs perfectos como se pretendía.
  • Se ha corregido la posición de la banda cuando se lleva una túnica.
  • Arreglado un problema de progresos al capturar un Moltres.
  • Los iniciales shinys personalizados en la configuración ahora funcionan como se pretendía.
  • Tomar fotos de Pokémon con género ya no da el sprite equivocado ocasionalmente.
  • Cancelar el aprendizaje de un DT ya no c o n s u m e el DT.
  • Los entrenadores ahora te saludarán correctamente antes de una batalla. Les hemos enseñado modales.
  • Meowstic no podía colocarse como estatua. Ahora ya puede.
  • Ahora los curris aplican las estadísticas previstas.
  • Se ha corregido un fallo en el menú de movimientos.
  • Ahora los flotadores de agua pueden colocarse directamente sobre el agua.
  • Se ha corregido un problema de caramelos raros por el que se ganaban varios niveles.
  • Se ha corregido un fallo en la pantalla de la lista de MTs.
  • Klink y las evoluciones ya no se acoplan al suelo.
  • Arreglado el Mantyke inverso.
  • Se ha corregido una incoherencia entre los iconos de los objetos y de la interfaz.
  • Arreglado un error ocasionado cuando PokemonStorage intenta enviar un paquete a un jugador nulo.
  • Arreglado JourneyMap provocando que los iconos se difuminen.
Correcciones de los combates:
  • Se ha corregido una condición en el sistema de red que provocaba perdidas de los paquetes, lo cual era la causa de la mayoría de los problemas. Incluyendo los errores de "esperando..." en los combates que nos han estado persistiendo durante años.
  • La IA avanzada de los NPCs ahora restablece correctamente los datos de la simulación.
  • Se han corregido los problemas con Retirada.
  • Se ha corregido un problema con el movimiento Pareja de baile.
  • Se ha corregido un problema con Cubresuelos y por la extensión generada con las habilidades elementales génesis de los Tapus.
  • Mandíbula fuerte ahora interactúa correctamente con Branquibocado y Presa maxilar.
  • Ahora se considera que Amplificador se basa en el sonido.
  • Ahora Allanamiento ignora correctamente las pantallas.
  • Ahora el Darmanitan de Galar entra correctamente en el Modo daruma al final del turno cuando está por debajo de la mitad de la salud.
  • Ráfaga escamas ya no hará contacto donde no debería.
  • Ahora Triple axel y Golpe fantasma hacen contacto.
  • Ahora Maxibarrera se auto-fija. Ahora también detendrá todos los ataques que deba bloquear.
  • Se ha corregido el mensaje de Velo dulce.
  • Dracoenergía ahora tiene la potencia base correcta.
  • Se ha corregido un problema de selección de objetivos en combates dobles.
  • Se ha corregido el multiobjetivo en las batallas de Horda.
  • Ahora Alquitranazo se aplica correctamente en el objetivo.
  • Cambio de cancha ahora funciona como es debido.
  • La aleatorización de ciertos equipos de los entrenadores NPC ya no causará el crasheos ocasionales.
  • Los movimientos Z ahora tienen prioridad con objetos equipables y/o habilidades, por ejemplo, Aerostal Z y Alas vendaval.
  • Se ha corregido un problema con las variables de Antibalas.
  • Se ha corregido un problema con los combates triples en las que si un Pokémon que estaba debilitado era el objetivo, todos los Pokémon contrarios eran golpeados, incluso con movimientos de un solo objetivo.
  • Ahora Impulso sólo se activa una vez, en lugar de por cada golpe.
  • Se han corregido los casos en los que la potencia base de Meteorobola no se duplica con el tiempo.
  • Se ha corregido el fallo de Núcleo castigo que no podía anular la habilidad del objetivo.
  • Se ha corregido que Sonámbulo y Ronquido no funcionaban con la habilidad Letargo perenne.
  • Se ha corregido que Abatidoras cambie incorrectamente ciertas habilidades a Insomnio, por ejemplo, Letargo perenne.
  • Se ha corregido que Onda simple cambie incorrectamente ciertas habilidades a Simple, por ejemplo, Letargo perenne.
  • Se ha corregido un problema por el que Rompemoldes no ignoraba Colector y Pararrayos.
  • Se ha corregido un problema por el que Acérrimo y Hélice caudal no ignoraban el efecto de atracción de Colector y Pararrayos.
  • Se ha corregido el problema de que Despejar no despejaba los obstaculos peligrosos del terreno si golpea a un Sustituto.
  • Se ha corregido que Monotema no elegia al entrenador en una sola opción de movimiento.
  • Se han corregido los casos extremos de Última palabra, por ejemplo, que no golpeaba a los Pokémon que estaban detrás de un sustituto y que se cambiaba cuando las estadísticas del objetivo no se reducían.
  • Arreglado el temblor de la cámara de combate al final de los combaets.
  • Arreglado que Eiscue cara deshielo no tenía las estadísticas correctas.
  • Se han corregido los pp, la potencia y la precisión de Electrojaula.
Correcciones en misiones:
  • Corregido un crash extraño de los datos de misiones si el jugador era nulo.

Desarrolador:

  • Se ha añadido Pixelmon#getVersion para permitir que los plugins obtengan la versión actual de Pixelmon sin que el compilador la incluya en el código. (Se ha obviado el campo para ayudar a mostrar esto, lo privatizaremos en algún momento así que actualízalo)
  • Añadido StartRaidEvent
  • Añadido RegisterRaidEvent.
  • Añadido RegisterRaidAllyEvent.
  • Añadida la opción RandomizeRaidEvent.
  • Añadida la función RandomizeRaidAllyEvent.
  • Añadido el evento RaidDropsEvent.
  • Añadido el evento JoinRaidEvent.
  • Añadido el evento EndRaidEvent.
  • Añadido el evento DenEvent
  • Actualizado CaptureEvent para tener en cuenta las incursiones.
  • Añadido el evento FossilCleanerEvent.
  • Añadido el evento FossilMachineEvent.
  • Añadido PokestopEvent.
  • Añadidos métodos a las Poképaradas para cambiarlas para jugadores específicos.
  • El evento ThrowPokeballEvent es ahora cancelable.
  • Añadidas localizaciones de marcador personalizadas adicionales.
  • BaseStatsSyncEvent es ahora MovesetSyncEvent.
  • Añadido CatchComboEvent.
  • Añadido el paquete CloseBattle, para cerrar de forma segura los combates y restaurar el estado del cliente. Funciona incluso si el combate está en un estado de glitch. Tiene un método que contiene PlayerPartyStorage, PlayerPartyStorage#closeBattleSafely.
  • Se ha añadido PlayerPartyStorage#addTaskForBattleEnd, para permitir que se programen tareas para después de que el jugador haya cerrado todas las UI de combate.
  • La IU de combate ahora señala al servidor cuando se cierra en todos los lugares donde debería hacerlo.
  • Se ha añadido PickupEvent. Para los hallazgos de objetos aleatorios de la habilidad Recogida.

Pixelmon Mod 8.2.0

"Algo parece distinto..."



Novedades:

Nuevos Pokémon añadidos:
  • Cufant
  • Copperajah
  • Dracozolt
  • Arctozolt
  • Dracovish
  • Arctovish
  • Duraludon
  • Zacian
  • Zamazenta
  • Eternatus
  • Kubfu
  • Urshifu
  • Zarude
  • Glastrier
  • Spectrier
  • Calyrex
  • Slowking de Galar
Nuevas formas Gigamax:
  • Venusaur Gigamax
  • Charizard Gigamax
  • Blastoise Gigamax
  • Butterfree Gigamax
  • Pikachu Gigamax
  • Meowth Gigamax
  • Machamp Gigamax
  • Gengar Gigamax
  • Kingler Gigamax
  • Lapras Gigamax
  • Eevee Gigamax
  • Snorlax Gigamax
  • Garbodor Gigamax
  • Melmetal Gigamax
  • Corviknight Gigamax
  • Orbeetle Gigamax
  • Flapple Gigamax
  • Appletun Gigamax
  • Hatterene Gigamax
  • Duraludon Gigamax
  • Grimmsnarl Gigamax
  • Sandaconda Gigamax
  • Drednaw Gigamax
  • Inteleon Gigamax
  • Coalossal Gigamax
Nuevas formas añadidas:
  • Lunatone Fase Lunar
  • Meta Groudon
  • Spheal formas JUMP!
  • Beautifly arcoiris
  • Crawdaunt arcoiris
  • Weavile arcoiris
  • Cresselia arcoiris
  • Dustox arcoiris
  • Feebas arcoiris
  • Milotic arcoiris
  • Infernape arcoiris
  • Kecleon arcoiris
  • Caterpie de Valencia
  • Metapod de Valencia
  • Blissey de Valencia
  • Happiny de Valencia
  • Chansey de Valencia
  • Ratatta de Valencia
  • Raticate de Valencia
  • Bellossom de Valencia
  • Nidoran Macho de Valencia
  • Nidorino de Valencia
  • Nidoking de Valencia
  • Nidoran hembra de Valencia
  • Nidorina de Valencia
  • Nidoqueen de Valencia
  • Politoed de Valencia
  • Poliwag de Valencia
  • Poliwhirl de Valencia
  • Poliwrath de Valencia
  • Shellder de Valencia
  • Cloyster de Valencia
  • Magikarp de Valencia
  • Gyarados de Valencia
  • Nuevo Pokémon de creador (ItsRitchieW)
Pokémon actualizados:
  • Magnemite (SMD)
  • Magneton (SMD)
  • Doduo (SMD)
  • Dodrio (SMD)
  • Drowzee (SMD)
  • Hypno (SMD)
  • Porygon (SMD)
  • Mantyke (SMD)
  • Litleo
  • Magby (SMD)
  • Magmar (SMD)
  • Magmortar (SMD)
  • Spheal (SMD)
  • Regice (emisión)
Nuevas habilidades:
  • Puño invisible
  • Unidad ecuestre
  • Relincho blanco
  • Relincho negro
  • Letargo perenne
  • Pareja de baile
  • Maduración
  • Gas reactivo
  • Tragamisil
  • Cólera
  • Medicina extraña
  • Mano rápida
  • Mimetismo
Nuevos movimientos:
  • Orbes espectro
  • Conjuro funesto
  • Furia candente
  • Viraje
  • Lanza Glacial
  • Cura selvática
  • Ráfaga escamas
  • Allanador férreo
  • Azote torrencial
  • Golpe oscuro
  • Poltergeist
  • Gigallamarada
  • Gigaestupor
  • Gigatronada
  • Gigamonedas
  • Gigapuñición
  • Gigaaparición
  • Gigamelodía
  • Gigaternura
  • Gigarreciclaje
  • Gigapestilencia
  • Gigatrampa rocas
  • Gigahuracán
  • Gigadescarga
  • Gigacolofón
  • Gigadesgaste
  • Gigabóveda
  • Gigarroca ígnea
  • Gigapolvareda
  • Gigasopor
  • Gigacorrosión
  • Giganéctar
  • Gigacastigo
  • Gigatrampa acero
  • Gigafundido
  • Gigaespuma
  • Gigacienfuegos
  • Gigaesfera ígnea
  • Gigarredoble
  • Gigadisparo
  • Gigagolpe brusco
  • Gigagolpe fluido
  • Gigalianas
  • Gigacañonazo
Nuevas estructuras:
  • Torre de las Aguas
  • Torre de las Sombras
  • Añadidas varias estructuras en el océano
  • Nueva música en los Centros Pokémon
Nuevos/actualizados objetos:
  • Objeto para el editor de misiones dentro del juego, y un completo editor de misiones dentro del juego para acompañarlo.
  • MTs por generación. Dependiendo del tipo de MTs en blanco que permitas en tu mundo/servidor, puedes estableces si las MTs más antiguas están permitidas.
  • Fósiles de la Generación 8
  • Maxiseta. Estos se generan de forma natural en los biomas de la Isla Champiñón
  • Maxisopa
  • Riendas unión
  • Protección X
  • Amuleto
  • Cola Skitty
  • Seguro fallo
  • Parche habilidad
  • Corona galanuez
  • Botas Gruesas
  • Cubresuelos
  • Nerviosfera
  • Espada Oxidada
  • Escudo Oxidado
  • Escama Corazón
  • Manuscrito de las Aguas
  • Manuscrito de la Oscuridad
  • Se ha mejorado enormemente el aspecto de las gafas protectoras equipadas.
  • Ahora puedes equiparte la Corona antigua y todas las medallas.
  • La Piedra activadora, la Estrella deseo, el Amuleto oval y el Amuleto iris ahora son objetos. Al usarlos se consume el objeto y se desbloquean para su uso.
  • Símbolos del Frente Batalla
Novedades en las misiones:
  • Nuevas misiones añadidas por defecto
  • El diálogo de las misiones ahora utiliza marcadores de posición ?QUEST_DATA?, tanto directamente como a través del lang
  • Objetivo de inserción de nombres
  • Objetivo de fecha
  • Objetivo de Marca
  • Objetivo de Consulta
  • Objetivo de Temporizador
  • Acción de Abandonable
  • Acción de Dar EXP
  • Acción de Poción
  • Acción de Sonido
  • Acción de Fijar Marca
  • Acción de Desactivar Marca
  • Iconos de misiones alternativas
  • Acción de Cosméticos del Servidor
  • Acción de Obtener cosmético del servidor
Nuevas monturas:
  • Eternatus
  • Zacian
  • Zamazenta
  • Torracat
  • Regieleki
  • Regidrago
  • Quilava
  • Bayleef
  • Urshifu
  • Zarude
  • Cufant
  • Copperajah
  • Dracovish
  • Dracozolt
  • Arctovish
  • Arctozolt
  • Numel
  • Hippopotas
  • Dragapult
  • Duraludon
  • Frosmoth
  • Raticate
  • Alolan Raticate
  • Cacturne
  • Lucario
  • Electrode
  • Wobbuffet
  • Audino
  • Shiftry
  • Shelgon
  • Gabite
  • Darkrai
  • Boldore
Voces:
  • Alcremie
  • Appletun
  • Barbaracle
  • Binacle
  • Blissey
  • Bounsweet
  • Chandelure
  • Cinderace
  • Drednaw
  • Dreepy
  • Drizzile
  • Grimmsnarl
  • Grookey
  • Incineroar
  • Inteleon
  • Magearna
  • Milcery
  • Minccino
  • Misdreavus
  • Morgrem
  • Oshawott
  • Primarina
  • Raboot
  • Rillaboom
  • Rookidee
  • Sandaconda
  • Scorbunny
  • Silicobra
  • Snom
  • Sobble
  • Steenee
  • Thwackey
  • Wynaut
Varios/Misc.
  • ¡Actualizada la interfaz de batalla!
  • Añadida música de batalla.
  • Añadida música a los Centros Pokémon.
  • Añadido un NPC Tutor de Transf.
  • Añadida una Mega Tiara.
  • Añadidos dos permisos para /endbattle, "pixelmon.command.admin.endbattle.ordinary" y "pixelmon.command.admin.endbattle.forceful".
  • Añadida configuración del archivo .hocon de allowIllegalShinies
  • Añadida la skin promocional Ho-oh oscuro y acutalizaada la skin de Lugia oscuro, ambas ahora están incluidas y son emisivas. Si ya tenías una, ahora tienes las dos.
  • El Mago Haunter ahora incluye a Gastly y Gengar.
  • Los monóculos dorado y negro promocionales ahora están incluidos. Si ya tenías uno, ahora tienes los dos.
  • Añadida una Yukata como objeto promocional.
  • Añadido el Gorro de Mago como objeto promocional.
  • Añadida la Capa invernal.
  • Se han añadido MTs y DTs en blanco para la Generación 8 a los comerciantes por defecto, al Pokétesoro de nivel 1 y 2, y a la lista de objetos de los Jefes.
  • Ahora todos los objetos de Pixelmon pueden recibir estadísticas de comida. Ahora todas las bayas y el jugo de bayas son comestibles!
  • Se ha añadido un límite máximo para la aparición de Pokémon voladores en la configuración principal.
  • Añadido un botón de Factor Gigamax al editor Pokémon.
  • Ahora se pueden ver las MTs aprendibles desde el menú de estadísticas. Los movimientos de los huevos y los movimientos de subida de nivel también se pueden ver desde esta pantalla.
  • Ahora se pueden encontrar cintas de los Pokémon salvajes, lo que permite utilizar títulos especiales en combates. Las cintas de campeones también están disponibles para que los servidores hagan uso de ellas.
  • Se ha añadido un conjunto de bufandas temáticas de Eevee, que se pueden dar a través de comandos y de misiones.

Cambios:

  • El movimiento externo para Volar ya no puede teletransportarte entre mundos. Teletransporte todavía puede.
  • La generación ahora soporta la generación de Estructuras y generaciones de Lava.
  • La crianza de Galar ahora funciona de la misma manera que la crianza de Alola.
  • Ahora se puede obtener el Factor Gigamax, y puede aparecer de los Pokémon salvajes.
  • Ahora se comprueba correctamente si la madre es de Galar, para la crianza.
  • Se ha añadido una nueva selección de objetivos de misión y acciones de búsqueda.
  • Los entrenadores pueden ser configurados, independientemente del mundo, entre la Gen 7 o Gen 8, y si pueden usar sus respectivas mecánicas o no.
  • Los entrenadores ahora llevan un Mega-aro o una Banda Dinamax si pueden usarla.
  • Los entrenadores tienen las listas de Pokémon actualizadas.
  • Actualizados los objetos que caen de los jefes y de los Pokétesoros.
  • La categoría de configuración de ULTRASPACIO es ahora DIMENSIONES.
  • La regeneración de lana ahora afecta a Wooloo y Dubwool.
  • El Éter y el Éter Máximo ahora se pueden consumir cuando se usan fuera de combate.
  • La máquina de fósiles ahora acepta fósiles duales.
  • ItemPokeball ahora no se puede dañar.
  • Se ha actualizado la Peso Ball para asemejarse a los cambios en Sol y Luna.
  • Cambiado ChoiceItem para que no se aplique en Transform.
  • Añadidos datos de posición para los Bloques de críanza (Ranchos) en caso de error.
  • Añadido más registros de errores en el Editor Pokémon, ahora mostrará errores de los objetos de combate.
  • Añadida una comprobación adicional para errores de evolución, y ahora volcará los datos relevantes.
  • /endbattle ahora se puede cancelar directamente.
  • Se ha mejorado un gran número de texturas de objetos.
  • Las partículas de evolución son ahora de alta saturación.
  • Mejorada la variedad de tipos de jefes disponibles.
  • Se ha mejorado la personalización de los jefes. Cada tipo de jefe tiene ahora su propia lista de objetos de caída, se puede ponderar con respecto a otros tipos de jefes y se puede editar la probabilidad de dar caramelo raro.
  • Se ha añadido una amplia variedad de nuevos colores que se pueden aplicar a las estatuas.
  • Ahora se puede obtener el Amuleto oval.
  • Se ha mejorado el efecto de las partículas de los shiny.
  • Se han mejorado bastante todas las cajas de contorno de los Pokémon del juego.
  • La transformación dinamax ahora tiene un efecto más brillante.
  • Celebi alienígena tiene una nueva forma de obtención, y ahora las Ente balls ya no funcionan en el Santuario del encinar.
  • Removed hovering in Pixelmon stat files
  • Se han realizado muchos cambios en el sistema se spawn que sería mejor leer en la wiki. Ver: Historial de Spawning - Pixelmon Wiki

Iconos de objetos:
  • Mentas y las "semillas de mentas"
  • Ambas chapas.
  • Todos los bonguris (+ cocinados)
  • Todos los medallero.
  • Todas las piedras evolutivas y sus fragmentos
  • La piedra hielo y el fragmento de hielo
  • Todas las sombrillas
  • Caramelo raro
  • Escama bella
  • Regalo
  • Los relojes de arena plateados y dorados
  • Caramelo Dinamax
  • Mejora de crianza
  • Relojes de pared
  • Los tapetes Poké Ball
  • Los bloques de rubí, silicona, zafiro y amatista
  • Objetos de rubí, silicona, zafiro, cristal y amatista
  • Las manzanas dulces, ácidas y selecta
  • La unidad de reensamble
  • Las células, los núcleos y el cubo Zygarde
  • Todas las Poké Balls, tanto cubiertas como las bases
  • Lingotes, placas, bloques, herramientas y armaduras de aluminio
  • Repelentes
  • La tarjeta roja
  • Todos los dulces
  • Todas las megapiedras Pokémon
  • La cinta, las gafas y el pañuelo elección
  • Todos las gemas de tipos
  • La tetera agrietada y la rota
  • Las rocas lluvia, calor, helada y suave
  • Lata de Bach
  • Lata de Darren
  • Huesos finos
  • Nata fresca
  • Patatas
  • Hierba intensa
  • Verduras
  • Especias
  • Clonardor verde
  • Máquina de clonación
  • Clonador naranja
  • Ventilador
  • Limpiador de fósiles
  • Expositor de fósiles
  • Máquina de fósiles
  • Base máquina de fósiles
  • Monitor máquina de fósiles
  • Pieza central máquina de fósiles
  • Nevera
  • Yunque mecánico
  • Cortacésped
  • Lavadora
Monturas actualizadas:
  • Slowking
  • Slowking de Galar
  • Lapras
  • Obstagoon
  • Zweilous
  • Spectrier
  • Mudbray
  • Ponyta
  • Graveler
  • Graveler de Galar

Correcciones:

  • Se ha corregido un error en el que los Pokémon no podían saltar más de una vez. Lo sentimos por todos aquellos Spoinks a los que les hemos parado el corazón.
  • Arreglado un problema al esquilar la lana de un Pokémon en los bloques de crianza.
  • Arregladas las texturas de los shiny de Zigzagoon y de Linoone de Galar.
  • Se ha corregido un error por el que Corte y Golpe roca causaban daños en las herramientas si las tenías en la mano.
  • Se ha corregido una duplicidad con objetos que eran dañables cuando no debían serlo.
  • Se ha corregido un fallo causado por los datos del color de Minior.
  • Se ha corregido un fallo causado por las texturas personalizadas siendo nulas.
  • Se ha corregido un error en el curry súper picante que crasheaba el juego.
  • Se ha corregido que las estadísticas no se actualizan en el cliente cuando los IVs o EVs eran cambiados por plugins.
  • Arreglado un exploit con las máquinas expendedoras.
  • Los NPCs que aparecen ahora respetan los rangos de nivel de los JSONs de los entrenadores si no hay ningún sobreescrito en el JSON de aparición.
  • La curación pasiva ahora cura de forma pasiva.
  • El escalado de Dinamax es ahora más conservador, y el ajuste de la configuración para ello funciona correctamente.
  • Se han arreglado las nubes del efecto Dinamax.
  • Arreglada la tasa para completar la Pokédex.
  • Los tipos fantasma vuelven a soltar objetos.
  • Arreglado un problema de desconexión causado por la Cámara.
  • Arreglados los objetos con un daño máximo de 1 millón.
  • Escarbar ya no dará tesoros subterráneo cuando no se apunte a un bloque transparente.
  • Arreglado CustomTextureSpec que permitía texturas personalizadas nulas.
  • Se ha corregido un problema en el que las especificaciones no coincidan con las formas.
  • Se ha corregido un problema donde no aparecía la textura de Indeedee.
  • Se ha corregido un fallo al utilizar el mod Industrial Foregoing relacionado con el Ganadero de Animales y Wooloo/Dubwool.
  • Arreglado la MO Despejar usando la textura normal del sprite en lugar de la de Vuelo.
  • Se ha arreglado RaiseToCap y BossBonusLevels no funcionando juntos correctamente.
  • Uxie, Azelf y Mesprit ya no pueden ahogarse.
  • Arreglado que los Pokémon se queden atascados en el borde del mundo.
  • Arreglado un error (NPE) al usar Puntas ADN en Kyurem sin Reshiram o Zekrom en tu equipo.
  • Se ha arreglado la destrucción de los rubíes encantados si el inventario estaba lleno.
  • Se ha arreglado el exploit de aprendizaje de movimientos.
  • Se ha arreglado el aumento de velocidad de la Armadura de Piedra Trueno persistiendo tras quitarse la armadura.
  • Se ha corregido el error de duplicación cortando las Mentas.
  • Se ha corregido un error (NPE) relacionado con la evolución de ciertos Pokémon.
  • Arreglado un error (NPE) relacionado con los bloques de crianza.
  • Se ha corregido la imposibilidad de convertir a Greninja en zombi.
  • Arreglado que las Poké Balls sucesorias no ignoraban a Ditto.
  • Arreglado que la mejora de captura de la Ensueño Ball no funcionase.
  • Arreglado que el progreso de los iniciales no se actualiazse correctamente.
  • Arreglado que los iniciales no válidos no sean señalizados correctamente en la consola.
  • Arreglado los iniciales no admitiendo las formas.
  • Arreglado las puertas y camas en las snapshots que no se mantenían colocadas.
  • Arreglado que las botas nuevas de correr ignoren la etiqueta de irrompible.
Arreglos en las batallas:
  • Empezar una batalla contra un NPC con el objetivo ahora sigue sacando las reglas y la selección de equipo.
  • Metrónomo ya no activa los movimientos Z.
  • Alto voltaje ahora tiene la potencia correcta dentro de un campo eléctrico.
  • Se ha corregido que Metaláser no cause daño por retroceso.
  • Se ha actualizado la mecánica de Crítico X a la más reciente.
  • Yo primero ya no puede copiar movimientos que no debería poder hacer.
  • Estruendo escama ya no inflige un solo daño.
  • La transformación de Morpeko ahora muestra mensajes.
  • Momia y Alma errante ahora muestran mensajes.
  • Se ha corregido el mensaje de Maxibarrera.
  • Arreglada la interacción entre Geocontrol Z y Mofa.
  • Se ha corregido que Ráfaga escamas no funcionase en absoluto.
  • Se ha corregido el efecto de Allanador férreo que no funcionaba.
  • Se ha corregido que Regia presencia y Cuerpo vívido no funcionasen.
  • Se ha corregido el error de finalización de las batallas con Mismo destino.
  • Arreglado el movimiento de la cámara de batalla mientras se escribía en el chat.
  • Se ha corregido Sincronía provocando que el efectos de "envenamientos grave" escalen demasiado rápido.
  • Ahora se pueden desactivar los movimientos Max.
Arreglos en las misiones:
  • Se ha corregido que las misiones iniciales (por defecto) tenían requisitos adicionales.
  • Arreglado un exploit potencial por el que las misiones podían ser abandonadas antes de que el botón de abandonar fuera visible.
  • Arreglados el Entrenador Derrotado y la Posición Absoluta.
  • La acción de generar Pokémon ahora puede configurarse para que el jugador participe inmediatamente.
  • Todas las misiones por defecto utilizan ahora insertadores de nombres y nuevos iconos de búsqueda.
  • Los nombres largos de misiones ahora se posicionan correctamente.

Desarrollador:

  • IVStore y EVStore ahora implementan una interfaz para facilitar el uso entre ambos.
  • BaseStats ahora tiene getters apropiados y todos los campos son ahora obsoletos. El objetivo es que sea totalmente inmutable en tiempo de ejecución, como se pretendía.
  • Añadido ForceEndBattleEvent para /endbattle y la Cola Skitty.
  • Añadida la interacción con la Cola Skitty.
  • Añadido el AttackEvent abstracto. Refactorización de AttackEvents.
  • Añadido AttackEvent.Use - Se activa para todos los ataques, permite modificar la precisión y cantMiss.
  • Añadido NPCEvent abstracto.
  • Añadido NPCEvent.Interact - Se activa para todas las interacciones con los NPCs.
  • Añadido NPCEvent.StartBattle - Se activa para todos los inicios de los combates entre NPCs y jugadores.
  • Añadido NPCEvent.EndBattle - Se activa para todos los finales de los combates de NPC contra jugador.
  • EntityNPC y EntityStatue son ahora IAnimals. Evita el renderizado de la estatua si se produce un problema de seguimiento de la entidad.
  • PartyAlolanCondition se ha fusionado con PartyCondition, y ahora soporta cualquier forma.
  • Se ha mejorado ItemBattleItem.
  • Las cintas de campeonato (y otras a medida que las añadimos) se pueden otorgar a Pokémon individuales con el método {Pokemon Instance}.addRibbon(EnumRibbonType.CHAMPION);
  • Añadido el paquete ClientSetLastOpenBox, permite establecer la última caja abierta de un jugador desde el servidor.
  • Añadido ParticleArcaneryDispatcher, permite la creación de partículas Pixelmon desde el servidor.
  • La búsqueda que se está siguiendo ahora puede ser cambiada por el servidor. Se han añadido las funciones PlayerPartyStorage#getQuestData().setTracking(QuestProgresss) y PlayerPartyStorage#getQuestData().hideTracking().
  • Añadido MechanicalAnvilEvent.RemoveStack - Se activa cuando se retira un objeto de un yunque mecánico.
  • Añadido MechanicalAnvilEvent.SetStack - Se activa cuando se añade un objeto a un yunque mecánico.
  • Añadido el evento MechanicalAnvilEvent.Tick.Pre - Se activa al inicio de un tic del yunque mecánico.
  • Añadido MechanicalAnvilEvent.Tick.Post - Se activa al final de un tic de yunque mecánico.
  • Añadido MechanicalAnvilEvent.Hammer: Se activa antes de que un yunque mecánico cree un nuevo objeto.
  • Añadido MechanicalAnvilEvent.HammerResult - Se activa después de que un yunque mecánico cree un nuevo objeto.
  • El evento PokeLootClaimedEvent ha quedado obsoleto y se ha sustituido por PokeLootEvent.
  • Se ha añadido PokeLootEvent.Claim - Es el equivalente a PokeLootClaimedEvent, se activa cuando se intenta reclamar un Pokétesoro.
  • Añadido PokeLootEvent.GetDrops - Permite modificar los tesoros otorgados por un Pokétesoro.
  • Añadido PokeLootEvent.Drop - Se activa cuando un Pokétesoro está a punto de dar un objeto.
  • Añadido Evento SetLevante - Se activa cuando un jugador, o el juego, activa/desactiva la subida de nivel de un Pokémon.
  • Añadido ZygardeEvent.Activate - Se activa cuando se activa una Unidad de Reensamble.
  • Añadido ZygardeEvent.Select - Se activa cada vez que se selecciona un Pokémon para usarlo en una Unidad de Reensamble.
  • Añadido ZygardeEvent.Seperate - Se activa cuando un Zygarde es separado por una Unidad de Reensamble.
  • Añadido ZygardeEvent.New.Start - Se activa al inicio del montaje de un nuevo Zygarde en una Unidad de reensamble.
  • Añadido ZygardeEvent.New.End - Se activa al final del montaje de un nuevo Zygarde en una Unidad de reensamble.
  • Añadido ZygardeEvent.Merge.Start - Se activa al inicio de la fusión de un Zygarde existente en una Unidad de reensamble.
  • Añadido el evento ZygardeEvent.Merge.End - Se activa al final de la fusión de un Zygarde existente en una unidad de reensamble.
  • Añadido AbandonQuestEvent - Se activa cuando se intenta abandonar una misión.
  • Añadido FinishQuestEvent.Complete - Se activa cada vez que un jugador completa una misión.
  • Añadido FinishQuestEvent.Fail - Se activa cuando un jugador falla una misión.
  • Añadido NPCInserterEvent - Se activa cada vez que un NPC de Quest Giver se intenta elegir por un NPC inserter.
  • Añadido QuestActionEvent - Se activa cuando una acción de misión está a punto de ser ejecutada.
  • Añadido QuestObjectiveEvent.Progress - Se activa cada vez que un jugador progresa para completar un objetivo de misión.
  • Añadido QuestObjectiveEvent.Complete - Se activa cuando un jugador completa un objetivo de misión.
  • Añadido QuestStageEvent.Complete - Se activa cuando un jugador completa una etapa de la misión.
  • Añadido QuestStageEvent.Set - Se activa cada vez que un jugador tiene su etapa establecida en una misión.
  • Añadido el evento ArmorEffectEvent.Effect - Permite modificar los efectos de una armadura de Pixelmon.
  • Se ha añadido ArmorEffectEvent.Attribute: Permite modificar los atributos de una armadura de Pixelmon.
  • Añadido CameraEvent.DuplicatePhoto - Se activa cuando una foto está a punto de ser tomada, pero podría ser bloqueada por la configuración de foto duplicada. La cancelación permite evitarlo.
  • Añadido CameraEvent.ConsumeFilm - Se activa cuando la cámara está a punto de consumir el carrete. Se puede cancelar.
  • Añadido CameraEvent.TakePhoto - Se activa cuando se toma una foto con una cámara. Mutable y cancelable.
  • Añadido EntityPokestop. Diviértete.

Pixelmon Mod 8.1.2

"A Sweet Update!"



8.1.2

  • Fixed stat files for clients

8.1.1

  • Fixed Tutor moves for new Pokemon
  • Fixed decoration placement
  • Fixed an error with Quests
  • Fixed a crash with Super Rod
  • If updating from 8.1.0, you only need to refresh Generation 8 jsons

Additions:

Nuevos Pokémon:
  • Agregado Clobbopus
  • Agregado Grapploct
  • Agregado Cramorant
  • Agregado Arrokuda
  • Agregado Barraskewda
  • Agregado Corsola de Galar
  • Agregado Cursola
  • Agregado Zigzagoon de Galar
  • Agregado Linoone de Galar
  • Agregado Obstagoon
  • Agregado Weezing de Galar
  • Agregado Darumaka de Galar
  • Agregado Darmanitan de Galar
  • Agregado Sizzlepede
  • Agregado Centiskorch - También conocido como el insectito calentito.
  • Agregado Falinks
  • Agregado Toxel
  • Agregado Toxtricity - Agudo y Grave
  • Agregado Indeedee - Formas macho y hembra
  • Agregado Hatenna
  • Agregado Hattrem
  • Agregado Hatterene
  • Agregado Milcery
  • Agregado Alcremie
  • Agregado Ponyta de Galar
  • Agregado Rapidash de Galar
  • Agregado Impidimp
  • Agregado Morgrem
  • Agregado Grimmsnarl
  • Agregado Farfetch'd de Galar
  • Agregado Sirfetch'd
  • Agregado Slowpoke de Galar
  • Agregado Slowbro de Galar
  • Agregado Morpeko
  • Agregado Pincurchin
  • Agregado Snom
  • Agregado Frosmoth
  • Agregado Mr. Mime de Galar
  • Agregado Meowth de Galar
  • Agregado Perrserker
  • Added Dreepy
  • Added Drakloak
  • Added Dragapult
Pesca
  • Agregadas nuevas forma Jump! para la Super Caña. ¡Buena suerte!
Agregadas formas Relámpago:
  • Boltund
  • Electivire
  • Gallade
  • Jolteon
  • Ninetales
  • Vivillon
  • Poliwrath
  • Weavile
  • Crobat
Added new Alter forms:
  • Volcarona
Agregadas nuevas formas de Creador:
  • Mewtwo
  • Xerneas
  • Dragonite
Nuevas formas Valencianas:
  • Bellsprout
  • Weepinbell
  • Victreebel
  • Butterfree
  • Paras
  • Parasect
Nuevas formas Zombi:
  • Electrode
  • Snorlax
  • Omanyte
Nuevas formas extra:
  • Snorlax Níveo
  • Variantes de Arbok
Nuevas habilidades:
  • Afortunado fue actualizado
  • Cobardía fue actualizado
  • Intimidación fue actualizado
  • Allanamiento fue actualizado (Afecta al spawn del jugador)
  • Agregado Recogebolas
  • Agregado Cuerpo Mortal
  • Added Dragon's Maw
  • Added Transistor
Nuevos Movimientos:
  • Agregado Fitoimpulso
  • Agregado Moluscañón
  • Agregado Ala Bis
  • Agregado Acérrimo
  • Agregado Hora del Té
  • Agregado Octopresa
  • Agregado Espejo
  • Agregado Lariat Oscuro
  • Agregado Puños Plasma
  • Agregado Mandato
  • Agregado Aria Burbuja
  • Agregado Pataleta
  • Agregado Bola de Polen
  • Agregado Purificación
  • Agregado Núcleo Castigo
  • Agregado Bruma Explosiva
  • Agregado Coraza Trampa
  • Agregado Desahogo
  • Agregado Foco
  • Agregado Golpe Mordaza
  • Agregado Gas Corrosivo
  • Agregado Envidia Ardiente
  • Agregado Vasta Fuerza
  • Agregado Alto Voltaje
  • Agregado Arenas Ardientes
  • Agregado Golpe Rastrero
  • Agregado Pulso de Campo
  • Agregado Motivación
  • Agregado Triple Axel
  • Agregado Rayo Meteórico
  • Agregado Dracoenergía
  • Added Thunder Cage
Nuevos Items:
  • Agregado Caramelo Dinamax
  • Agregadas todas las MTs y DTs de la Octava Generación
  • Added Galarica Twig
  • Added Galarica Cuff
Nueva Decoración:
  • Agregados bloques decorativos de incienso
  • Agregadas decoraciones de reliquias
  • Added Galarica Cuff display
Nuevas monturas:
  • Abomasnow, Bronzong, Chatot, Empoleon, Infernape, Lickilicky, Rhyperior, Tangrowth, Vespiquen, Venomoth, Golduck, Machoke, Slowbro, Muk, Gengar, Lickitung, Weezing, Vaporeon, Jolteon, Flareon, Kabutops, Xatu, Espeon, Umbreon, Slowking, Forretress, Granbull, Scizor, Heracross, Blissey, Pinsir, Blaziken, Breloom, Lairon, Swalot, Wailmer, Zangoose, Armaldo, Dusclops, Deoxys (normal, defence, speed, & attack), Leafeon, Glaceon, Swoobat, Gurdurr, Vanilluxe, Delphox, Greninja, Diggersby, Pangoro, Aegislash, Malamar, Barbaracle, Dragalge, Clawitzer, Sylveon, Trevenant, Hoopa (unbound), Lurantis, Oranguru, Passimian, Palossand, Type: Null, Tapu Koko, Tapu Lele, Tapu Bulu, Tapu Fini, Zeraora
Misiones:
  • Se agregó soporte para códigos de color y en MENSAJE
    • El objetivo de NPC ya no usa recuento, NPC_RESPOND sin un índice de respuesta ahora tiene un valor predeterminado de 0
    • Se agregó SpawnPokemonAction (Dar y Spawn) para misiones
    • Se cambió RandomObjective, aleje PokemonObjective de almacenar especificaciones ya que esto rompe las cosas
    • Se agregó FollowthroughObjective
    • Patrón de constructor agregado para misiones
    • Se corrigieron los FakePlayers que causaban errores con las misiones.
    • Se agregaron las acciones KEY_ITEM y TAKE_KEY_ITEM
    • Añadida acción DIALOGUE
    • Los objetivos de tipo NPC ahora se encadenan entre sí, desbloqueando infinitas posibilidades con DIALOGUE
    • Se eliminó el tipo de misión y la rareza.
    • Las misiones ahora se pueden configurar para que se puedan repetir explícitamente
    • Las misiones ahora se pueden marcar como no abandonadas.
    • Varias misiones con el mismo NPC ahora van una tras otra
    • Los íconos de misiones ahora tienen una resolución mucho más alta
    • La superposición de misiones en la esquina inferior de la pantalla ahora señalará los marcadores de misión de la misión mostrada, si hay alguno presente.
Miscelánea:
  • Agregado Dinamax
  • Agregado soporte de texturas emisivas. Las formas Relámpago y Alter la tienen.
  • Agregados nuevos logros para las formas
  • Agregadas recetas para los objetos de curri.
  • Mejorado el sistema de montura.
  • Todos los Pokémon montables de la Primera Generación usan el sistema menciona arriba. Ahora montarse en ellos se sentirá completamente diferente.
  • ¡Ahora puedes poner cosas en mesas!
  • Todos los Pokémon de Sword and Shield usan el conjunto de movimientos de la Generación 8. Cualquiera que no haya hecho el corte todavía está en la Generación 7.
  • Agregada condición de spawn en estructuras (''structure''), para hacer que Pokémon puedan generarse en estructuras como la ciudad del end o mineshafts.
  • Agregada una nueva categoría de spawn en el Better Spawner: structure
  • Agregados nuevos lugares de spawn: Indoors (Dentro de casas), Manmade (En bloques colocados por jugadores), Surface Lava (Como Surskit, pero en lava), Underground Lava (Lava de cuevas), Lava Floor (Como Clamperl, pero en lava), Liquid (Tanto agua como lava), Surface Liquid (Como Surskit, pero en tanto agua como lava), Underground Liquid (Tanto agua de cuevas como lava de cuevas), Liquid Floor (Como Clamperl pero tanto en agua como en lava)
  • Added NPC skins; Aqua Boss, Flare Grunt Female, Flare Grunt Male, Galactic Boss, Galactic Grunt Female, Galactic Grunt Male, Giovanni, Guzma, Lass3, Lysandre, Magma Boss, Magma Grunt Male, Magma Grunt Female, N, Plasma Grunt Male, Plasma Grunt Female, Skull Grunt Female, Skull Grunt Female, Team Yell Male, Team Yell Female, Youngster 6, Youngster 7
  • Added new Trainer NPCs (Also as Dialogue NPCs; Aqua Boss, Flare Grunt Female, Flare Grunt Male, Galactic Boss, Galactic Grunt Female, Galactic Grunt Male, Giovanni, Guzma, Lysandre, Magma Boss, Magma Grunt Male, Magma Grunt Female, N, Plasma Grunt Male, Plasma Grunt Female, Skull Grunt Female, Skull Grunt Female, Team Yell Male, Team Yell Female

Cambios:

  • Nuevos sprites para Grookey, Thwackey, Rillaboom, Scorbunny, Raboot, Cinderace, Sobble, Drizzile, Inteleon, Skwovet, Greedent, Rookidee, Corvisquire, Corviknight, Blipbug, Dottler, Orbeetle, Nickit, Thievul, Wooloo, Dubwool, Chewtle, Drednaw, Yamper, Boltund, Rolycoly, Carkol, Coalossal, Flapple, Appletun, Silicobra, Sandaconda, Gossifleur, Eldegoss, Runerigus, Solrock, Lunatone, Luvdisc & Bronzor - Gracias fapdos.
  • Las mentas ahora solo se podrán cultivar en suelo labrado
  • Las mentas ya no darán semillas al romperse
  • El comando Legendary Spawn ahora forzará un spawn incluso si el spawning está desactivado
  • Encontrar un Pokémon en la batalla ahora hace que se registre como se ve en la pokedex de los jugadores. Esto también incluye a los espectadores debidamente registrados en una batalla.
  • Forraje movido a un mejor reproductor
  • Se actualizó la tasa de captura de Dialga a la estadística del juego moderno.
  • Se actualizó la tasa de captura de Palkia a la estadística del juego moderno.
  • Aumentar el tamaño de compra máximo permitido para los comerciantes, lo limitará como dinero máximo disponible, el límite superior es el espacio de inventario vacío máximo
  • Deshabilitar una generación completa de engendros ahora también afectará a los entrenadores y comerciantes salvajes
  • Permita un intercambio de su último Pokémon si el intercambio es válido (no un huevo)
  • Cambie Move Tutors para aceptar la entrada directa de elementos, en lugar de simplemente aceptar la entrada con la finalización de la pestaña
  • Este cambio también se extiende al Editor de entrenador
  • Se agregaron estadísticas de sabor a la información sobre herramientas de bayas.
  • Ya no puedes pescar con un equipo desmayado
  • Gastroácido actualizado para reflejar nuevas habilidades en las que no debería funcionar.
  • Se actualizó la lista de movimientos que bloquea Bulletproof.
  • Ya no puedes colocar una baya debajo de un cofre
  • Bottle Caps ahora buscará el nivel máximo de configuración en lugar de específicamente 100
  • Se actualizó la mecánica de Destiny Bond a la Generación 7 y 8 - Destiny Bond ahora falla si se usó con éxito en el último turno, y falla si el oponente está dinamizado
  • Se agregaron grupos de huevos secundarios para todos los nuevos Pokémon.
  • Iconos de tipo y estado actualizados
  • Ahora puede usar el meta de elementos en entrenadores
  • Sprites de Pokémon encogidos en Pokechecker para evitar que se vean tan explotados
  • Se modificó la interfaz de la estatua para permitir nombres de formularios más largos.
  • Pokémon will no longer take drowing damage if they are in a Water egg group
  • Pokémon will no longer take fire damage if they are Water type
  • Pokémon will only not take lava damage if they are Fire type
  • Pokémon will heal from lightning bolt damage if they are Electric type
  • Pokémon will no longer take magic damage if they are in the Mineral egg group
  • Pokémon will no longer take any damage except magic if they are Ghost type
  • Vice Grip -> Vise Grip, el cambio más importante de Sword and Shield
Cambio de modelos:
  • Miltank actualizado a SMD
  • Larvesta actualizado a SMD
  • Volcarona actualizado a SMD
  • Nihilego actualizado a SMD, ahora tiene textura emisiva
  • Arreglado el modelo de Rookidee
  • Arreglado el modelo de Wooloo
  • Updated NPC skins; Aqua Grunt Female, Aqua Grunt Male, Lass 2, Magma Grunt Male, Magma Grunt Female, Pokemaniac Girl 2, Punk Girl.
Cambios de monturas:
  • Fearow, Nidoqueen, Nidoking, Ninetales (normal & alola), Vileplume, Arcanine, Machamp, Rapidash, Dewgong, Cloyster, Rhyhorn, Rhydon, Tauros, Bibarel, Drifblim, Floatzel, Gastrodon, Honchkrow, Staraptor, Torterra, Lapras, Snorlax, Dragonite, Mewtwo, Meganium, Typhlosion, Feraligatr, Noctowl, Ariados, Crobat, Lanturn, Quagsire, Girafarig, Ursaring, Mantine, Skarmory, Kingdra, Donphan, Stantler, Raikou, Entei, Suicune, Camerupt, Vibrava, Flygon, Whiscash, Crawdaunt, Claydol, Milotic, Tropius, Sealeo, Walrein, Huntail, Gorebyss, Salamence, Regirock, Registeel, Latias, Latios, Groudon, Chesnaught, Talonflame, Pyroar, Gogoat, Furfrou, Tyrantrum, Goodra, Avalugg, Xerneas, Yveltal, Volcanion

Arreglos:

  • Se eliminó una restricción de elemento retenido que ahora evitará que falten ciertos elementos retenidos en los engendros
    • Las recetas de tazas ahora crean sus respectivas tazas correctamente
    • Arregla a Wooloo comiendo todos tus artículos al hacer clic derecho
    • Arreglar Pokémon marcados como invisibles mostrando partículas
    • Se corrigió la reproducción de Flapple en más Flappes en lugar de Applin
    • Una extensión de eso, toda la generación 8 se reproducirá correctamente ahora
    • Los NPC que conversan ya no generarán líneas fantasmas sobre otros NPC
    • El número de Pokémon aumenta la amistad ahora aumenta la cantidad obtenida si el Pokémon tiene una campana de alivio.
    • El efecto de armadura de piedra de trueno ya no persiste cuando se quita
    • Se han arreglado las recetas de elaboración de las tazas.
    • Unshorn Mareep / Wooloo / Dubwool ya no hace que los elementos se atasquen en su lana al hacer clic con el botón derecho.
    • Arreglada la puerta de salida del Ground Gym.
    • Se corrigió un engaño de artículo retenido
    • Corregido el reinicio de los beneficios de la menta al usar un caramelo raro o ganar una batalla
    • Hacer que Pokespec maneje mejor las formas de género - Esto corrige pokegive para una forma de género que no siempre devuelve el sprite correcto
    • Soluciona el bloqueo con el editor de pokemon
    • Elimine un código de versión de formulario realmente antiguo que era anterior a la era IEnumForm. Corrige algunos errores con las nuevas formas texturizadas especiales que se borran.
    • Arregla el manejo de estatuas de formas de género, Corrige las formas de salto de Magikarp con estatuas.
    • Corrige un error de lanzamiento de clase de los modelos Electrode y Voltorb cuando se reproducen o son una estatua.
    • Problema solucionado con el menú de registro de pesca en los servidores
    • Bolas de sueño fijas
    • Se corrigió que el encanto brillante no se pudiera obtener
    • Eliminar el píxel erróneo de un pequeño sprite de televisión
    • Se corrigió que la Pokedex se atascara al 95%
    • Se corrigió un idioma distinto de en_US que rompía la interfaz gráfica de usuario del paquete de recursos / entrenador personalizado
    • Se solucionó un problema con los nombres de los formularios que contenían guiones bajos que no funcionaban con la especificación del formulario.
    • Información sobre herramientas de curry fijo
    • Se corrigió un bloqueo con tintes específicos utilizados en sillas.
    • La información de generación en la Pokedex ahora se traduce correctamente
Correcciones de batalla:
  • Se corrigieron las acciones de la GUI de batalla que persistían si hacía clic demasiado rápido
  • Corregido combate inverso ignorando tipos dobles
  • ... También la batalla inversa funciona correctamente ahora
  • La corrosión ahora causa una eficiencia normal contra los Pokémon de tipo Acero para movimientos que no sean de tipo Veneno.
  • La corrosión ahora puede envenenar correctamente a los Pokémon de tipo veneno.
  • Bide ahora debilitará por más tiempo a un Pokémon que no esté en batalla.
  • Bide ahora tiene un cálculo de daño adecuado (problema de estado)
  • Bide ya no ignora Proteger
  • Se corrigió que Steam Engine enviara ~ 100 partículas de cambio de estadísticas de velocidad cuando no debería haberlo hecho.
  • Corrige Burn Up que no elimina la escritura de fuego del usuario
  • Arregla No Retreat aplicando No-Escape al oponente, y no tener objetivos definidos.
  • Se corrigió la falta de coincidencia entre el botón de expulsión y el spray para la garganta
  • Se corrigió eludir la verificación isAlreadyInBattle, evita un engaño
  • Repara Chip Away, Sacred Sword y la habilidad Inconsciente que no ignora las estadísticas de evasión
  • Se corrigió que Z-Growth tuviera asignado el cristal incorrecto
  • Se corrigieron algunos ataques que ignoraban la precisión.
  • Se corrigieron los movimientos OHKO que golpeaban objetivos de un nivel más alto que el del usuario si se usaba No Guard, Lock-On, etc.
  • Manejar batallas NPC eliminando elementos del usuario con ciertos movimientos, debería actualizar correctamente las estadísticas si se mantiene un elemento. Cuentas de movimientos que no deberían tomarse
  • Corrige las megapiedras que se eliminan una vez que los Pokémon han sido megaevolucionados a mitad de la batalla
  • Se corrigió el lanzamiento del control de confusión si el Pokémon se estremecía
  • Revertir a formas no temporales usando la forma conocida cuando entraron en batalla (o usaron la habilidad de movimiento). Esto debería permitir que las formas de batalla temporal vuelvan a la forma especial adecuada.
  • Agrega una protección para el modo Zen que actúa sobre un pokemon desmayado
  • Stuff Cheeks ahora funciona según lo previsto
Correcciones de rancho:
  • Se corrigieron los huevos que se eliminaban si el bloque de rancho se activaba antes de la primera marca de actualización después de que se cargara
  • Se corrigió que el rancho no mostrara el huevo cuando se descargaba y recargaba
  • Se corrigió el uso del reloj de arena cuando ya hay un huevo presente
  • Se corrigió que el reloj de arena se pudiera usar cuando los Pokémon no eran reproducibles.
  • Se corrigió que no se mostrara canBreed que no se usaba al verificar la compatibilidad
  • Se agregó TileEntityRanchBlock.canBreed () (con algún documento de Java para mostrarlo)
  • Se corrigió que los Pokémon mostraran que se estaban enamorando cuando no se podían criar.
Correcciones de monturas:
  • Chandelure, Clefable, Corviknight, Drednaw, Dusknoir, Regigigas, Reuniclus, Sigilyph, Starmie, Bidoof, Durant y Stunfisk

Desarrollador:

  • Se agregó un evento cancelable para usar con el Santuario Ilex. También permite la manipulación de los Pokémon generados directamente.
  • Pokemon # getNature ahora devuelve la naturaleza activa, por ejemplo, la naturaleza de menta, si está presente. Pokemon # getNature (boolean) está obsoleto y un nuevo método Pokemon # getBaseNature es ahora el reemplazo para obtener la naturaleza original. Se debe tener cuidado al usar getBaseNature en lugares como reproducción y exportación de datos. Esto soluciona todos los problemas con las naturalezas de menta que se ignoran cuando se actualizan las estadísticas, como al subir de nivel u otros cambios.
  • BlockPokeChest ya no envía un mensaje de reclamo de botín cuando se cancela el evento
  • Agregado tendero npc a ShopkeeperEvent
  • Se agregó una nueva api: WarpPlateEvent
  • Se agregó la api DialogueInput, es una API gui que permite la entrada de texto simple.
  • Agregue soporte de huevo al formato sprite NBT
  • Se movieron ISyncHandler e IReflectingMessage fuera del paquete API, no pueden ser API ya que extienden una clase de forja que no existirá después de 1.12 y, por lo tanto, se romperá
  • Se agregó una API BadgeCase personalizada
  • Eliminados métodos y clases depreceated de versiones anteriores
  • Se cambiaron los nombres de las Megas especiales para que las especificaciones de los formularios funcionen un poco mejor
  • Añadido StatusEvoCondition
  • Se implementó una condición Nature Evo.

Pixelmon Mod 8.0.2

"¡Generación 8, a rodar!"



  • Recuerda eliminar tus JSONs externos y carpeta de configuración antes de actualizar a una nueva versión. Mira https://pixelmonmod.com/wiki/Updating_Pixelmon

Adiciones:

Nuevos Pokémon agregados:
  • Grookey
  • Thwackey
  • Rillaboom
  • Scorbunny
  • Raboot
  • Cinderace
  • Sobble
  • Drizzile
  • Inteleon
  • Skwovet
  • Greedent
  • Rookidee
  • Corvisquire
  • Corviknight
  • Blipbug
  • Dottler
  • Orbeetle
  • Nickit
  • Thievul
  • Gossifleur
  • Eldegloss
  • Wooloo
  • Dubwool
  • Chewtle
  • Drednaw
  • Yamper
  • Boltund
  • Rolycoly
  • Carkol
  • Coalossal
  • Applin
  • Flapple
  • Appletun
  • Silicobra
  • Sandaconda
  • Mr. Rime
  • Runerigus
  • Stonjourner
  • Eiscue
  • Yamask de Galar
  • Stunfisk de Galar
  • 8.0.1 - Sinistea
  • 8.0.1 - Polteageist
Pesca
  • Agregadas nuevas variantes al Jump! - Requerirá una Caña Buena mejorada
Agregadas nuevas formas Alter:
  • Azumarill
  • Aegislash-Filo
  • Shedinja
  • Claydol
  • Salamance
  • Porygon-Z
  • Greninja
  • Ash-Greninja
Agregadas nuevas Formas de Creador:
  • Eevee
  • Porygon-Z
  • Sentret
  • Ash-Greninja
Nueva forma arcoíris:
  • Skarmory
Nuevas formas Zombi:
  • Sableye
  • Mega-Sableye
Habilidades agregadas:
  • Monotema
  • Antibarrera
  • Corrosión
  • Revés
  • Hélice caudal
  • Cara de hielo
Nuevos Ataques:
  • Agregado Cepo
  • Agregado Atiborramiento
  • Agregado Alquitranazo
  • Agregado Disparo certero
  • Agregado Dracoflechas
Items agregados:
  • Agregadas las Ensueño Balls

  • Botas gruesas

  • Plumas (Vigor, Músculo, Aguante, Intelecto, Mente, Ímpetu, Bella) - Las alas ahora han sido removidas de los drops, pero aún existen. Les daremos algún uso en el futuro, así que deja que se salgan un poco de los trámites.

  • Mentas (Menta Huraña, Menta Firme, Menta Pícara, Menta Audaz, Menta Osada, Menta Agitada, Menta Floja, Menta Plácida, Menta Modesta, Menta Afable, Menta Alocada, Menta Mansa, Menta Serena, Menta Amable, Menta Cauta, Menta Grosera, Menta Miedosa, Menta Activa, Menta Alegre, Menta Ingenua, Menta Seria)

Objetos de curri agregados:
  • Curri (Base, Picante, Seco, Dulce, Amargo, y Ácido) (Todos los de abajo tienen las mismas variaciones)
  • Curri con salchichas
  • Curri gourmet
  • Curri a la marinera
  • Curri con legumbres
  • Curri con pan tostado
  • Curri con pasta
  • Curri con setas
  • Curri con cola a la parrilla
  • Curri con puerro
  • Curri con manzana
  • Curri con huesos
  • Curri con patatas
  • Curri a las finas hierbas
  • Curri con verduras
  • Curri con frituras
  • Curri con huevo duro
  • Curri tropical
  • Curri con queso
  • Curri especiado
  • Curri con nata
  • Curri decorado
  • Curri al coco
  • Curri con fideos instantáneos
  • Curri con hamburguesas
  • Curri gigamax
Agregados ingredientes de curri:
  • Cola ahumada
  • Frituras
  • Huevo duro
  • Manzana selecta
  • Puerro grueso
  • Curri de bote
  • Fruta tropical
  • Lata de Bach
  • Nata fresca
  • Queso Mu-mu
  • Especias gigamax
  • Especias
  • Hamburguesas
  • Lata de Darren
  • Pan de molde
  • Salchichas
  • Hierba intensa
  • Pasta
  • Lata de habas
  • Setas
  • Fideos de bote
  • Huesos finos
  • Leche de coco
  • Patatas
  • Verduras
Agregada decoración:
  • Agregada una banda alternativa. Con esta actualización, la banda estandard de Pixelmon estará disponible para todo el mundo. La Banda Alternativa será un premio de giveaways, y si ya ganaste una Banda en nuestro Discord, instantáneamente conseguirás la Banda Alternativa.
  • Agregadas Luces de Calle
  • Agregadas Bancas (Acacia, Roble Oscuro, Abedúl, Jungla, Roble, Abeto)
  • Agregadas Tazas (Blanca, Pokéball, Pikachu)
  • Agregadas recetas para los Sofás.
  • 8.0.1 - Agregadas Tazas (Blanca, Pokéball, Pikachu)
Adiciones para las Misiones:
  • Se agregó el tipo de NPC de Quest Giver, se agregó una GUI para las misiones
  • Los nombres de misiones largas ahora se aplastan en la interfaz de usuario
  • Se agregaron un montón de nuevas misiones predeterminadas
  • Los objetivos basados ​​en POKEMON ahora tienen un insertador para elegir una especificación al azar.
  • Objectivos: ENTITY_INTERACT, ENTITY_VICINITY, TILEENTITY_VICINITY, RANDOM, DIMENSION, STRUCTURE, POKEMON_DEFEAT, BLOCK_BREAK, BLOCK_PLACE, ITEM_SMELT, ITEM_DROP
  • Acciones: COMMAND
Comandos:
  • /completeallquests [jugador] - Completa todas las misiones.
  • /resetallquests [jugador] - Reinica todas las misiones.
  • /setstage [jugador] - Selecciona el estado de una misión.
  • /questdata {numeric,literal} [value] - Establece un campo de datos en tu progreso para esta búsqueda
  • /reloadquests - Recarga todas las misiones.

Cambios:

  • Los Caramelos Raros ahora pueden ser usados en Pokémon de nivel 100 para activar la evolución.
  • Se eliminó el límite de 100 estadísticas de las vitaminas, lo que permitió su uso para el límite de estadísticas individuales 252 / límite de 510 total.
  • Bayas curativas actualizadas para sanar un tercio de la salud en lugar de un octavo.
  • Se redujo la proporción de generación de Ilex Shines como ... mucho
  • Se agregó la capacidad de tener información sobre herramientas en los bloques de elementos de Pixelmon.
  • Aumento de la dureza de las máquinas Zygarde, que ya no están hechas de paneles de yeso.
  • La pantalla de compra del comerciante limitada al tamaño máximo de pila del artículo que están vendiendo, valida ese límite del lado del servidor. El límite de venta no se ve afectado, ya que eso siempre valida que tienen la cantidad en el inventario.
  • Se eliminó el modificador de cantidad en los paquetes de la máquina expendedora, ya que siempre están limitados a 1.
  • Las bicicletas ya no se pueden colocar en el mismo bloque.
  • Las texturas especiales se han convertido en formas. ¡Puede acceder a ellos utilizando la especificación de formulario ahora!
  • Se actualizó el Pokedex para permitir nuevas entradas.
  • Divido Dolor ya no hace daño directo. No activará Disfraz.
  • 8.0.1 - Ahora los Pokémon siguen al jugador si están sosteniendo una moneda.
Cambios de Modelos:
  • Actualizado el Idle de Regice
  • Actualizado el modelo de Sandile (Te escuchamos, el Sandile cúbico ahora está actualizado y es una forma accesible)
  • Actualizado el modelo de Politoed
  • Actualizado el modelo de Drapion
  • Actualizado el modelo de Krokorok
  • Actualizado el modelo de Krookodile
  • Actualizado el modelo de Cryogonal
  • Actualizado el modelo de Snorlax
  • Actualizado el modelo de Yamask
  • Actualizado el modelo de Skorupi
  • Actualizado el modelo de Goldeen
  • Actualizado el modelo de Seaking
  • Actualizado el modelo de Paras
  • Actualizado el modelo de Parasect
  • 8.0.1 - Actualizado el modelo de Eevee forma Creador
Cambios de misiones:
  • Se corrigieron errores en ITEM_GIVE si se usaba más de una vez.
  • Se corrigieron errores con las misiones del lado del cliente que aparecían en los servidores.
  • Se corrigieron errores donde las misiones se cargan cuando no están allí.

Arreglos:

  • Se corrigió el texto faltante de la Habilidad Banco de Wishiwashi.
  • Se corrigieron las entradas faltantes en el registro de pesca de Magikarp.
  • Se corrigió Old Fisherman dando múltiples registros en algunos casos.
  • Se corrigió que Lucky Punch y Leek no aplicaran el modificador crítico correctamente.
  • Se solucionó un problema con los santuarios naturales de Ilex que no activaban eventos correctamente.
  • Se corrigieron algunos problemas de muerte con Mareep.
  • Se corrigió que la TV grande no se caiga cuando está rota.
  • Solucionado e incompatibilidad con fuentes, paquetes de recursos y modificaciones que afectan a la información sobre herramientas.
  • Se corrigieron las búsquedas de clientes que se muestran en los servidores.
  • Se corrigió el movimiento de Knock Off para los NPC.
  • Se corrigió que los clientes de Vanilla pudieran conectarse a los servidores de Pixelmon.
  • Se corrigió la habilidad de la cápsula que se puede usar en Zygarde.
  • Se corrigió un bloqueo relacionado con Zygardes con una forma incorrecta.
  • Se corrigió el renderizado de bicicletas con la configuración de animación suave.
  • Se solucionó un problema con el estancamiento de las batallas debido a los cambios de forma y nivel.
  • 8.0.1 - Se corrigieron las Alola sprties.
  • 8.0.1 - Se corrigió que Wooloo y DubWool no se podían compartir.
  • 8.0.1 - Se corrigió Summer Raichu usando el modelo incorrecto.
  • 8.0.1 - Se corrigió que los iniciadores de agua gen 8 no tenían la habilidad correcta.
  • 8.0.1 - Se corrigió que Scorbunny evolucionara a Raboot en el nivel incorrecto, (35 no 16)
  • 8.0.1 - Se corrigió la escala del modelo de vuelo corviknight.
  • 8.0.1 - Se corrigió el salto de pokemon con piel que se genera en la naturaleza.
  • 8.0.1 - Se corrigió que todos los pokemon anteriores a 8.0.0 recibieran una naturaleza resistente a la menta.
  • 8.0.1 - Se solucionó un problema con formas especiales que no anulaban el brillo correctamente.
  • 8.0.1 - Se corrigieron los archivos de desove de Silicobra y Sandaconda.
  • 8.0.1 - Se corrigió un bloqueo al comenzar una batalla causada por un cambio de forma que ocurría demasiado rápido.
  • 8.0.1 - Se corrigieron algunos de los movimientos de nivel de Corviknight.

Desarrollador:

  • Se agregó un nuevo evento CustomDropsEvent.
  • Se agregó un nuevo evento PixelmonKnockoutEvent.

Pixelmon Mod 7.3.1

"Bye-Bye Pixelmon 7"



Additions:

  • Added Wishiwashi's School form and relevant logic.

  • Added Zygarde forms and the reassembly machine. You will need a special item to catch well-hidden Zygarde cells throughout the world!

  • Added new functionality to the Old Rod! Have an old fisherman assess your Old Rod and Jump! at the opportunity to try it out!

  • Added quests. You can now have tasks and rewards divvied out by your local villager NPCs! These will be continually added to in order to keep the experience fresh, and servers and creators can make custom quests for you to experience with this system. View Quests Wiki page for more information.

You can also share quests! Do so on the Pixelmon Forum

  • Added a smooth animation setting. This may be taxing on older systems, and is disabled by default. Enable it in the Pixelmon config file if you're rocking enough power to run Crysis.

  • Added Pokédex generation options.

  • Added 9 new berries to the forageable items list.

  • Added infusion recipes for all 9 Incense held items.

  • Added tab completion to most GUIs that take Pokémon names, move names or item names as text input.

  • Added rainbow variants of Ho-Oh, Ponyta, and Rapidash. You can obtain them by using a Rainbow Wing on them!

  • Added the Ilex Shrine. Celebi can be found here if you know the way!

  • Added storage blocks for Silicon and Aluminium.

  • Added crafting recipes for the Pokésand variants.

  • Added the other core colors for Minior.

  • Added a "bald" version of Mareep to indicate if it has been sheared. With this, you can now dye and shear Mareep once again!

  • Added Custom Texture Spec.

  • Added Real Solgaleo.

  • Added Rayquaza Alter.

  • Added Kecleon Alter.

  • Added Zoroark....Alter. This was a joke that went too far. I'm so sorry.

  • Added Pyukumuku Sushi. Less sorry.

  • Added Summer Lopunny and Raichu-Alola.

  • Added Crystal Onix, Steelix and Mega Steelix.

  • Added Pink Beedrill, Butterfree, Misdreavus, Mismagius, Nidoking, Nidoqueen, Venomoth, Venonat.

  • Added Alien Celebi.

  • Added Zombie Arcanine, Ditto, Mega Blastoise, Mega Charizard X and Y, Mega Venasaur, Ash Greninja, Mega Gyarados, Samurott.

  • Added new decorative blocks. These include the Cash Register, Workstations, Armchairs, Couches, Park Benches, a Big TV and a Small TV. Some of these are dyeable.

  • Added a special hat for users who boost the SwSh Subreddit Discord. Join here

  • Added the Nitro Sash, to be given to Pixelmon Discord boosters along with the keystone. This was supposed to come with the keystone, oops. Blame Klaxo :)

Changes:

  • Increased the spawn chance for Meltan slightly, and lowered some of its requirements.

  • Added a confirmation screen when attempting to delete an NPC by smacking them with the Editor wand. Also allowed smacking to delete all Pixelmon NPCs for consistency.

  • Added the Type and CustomTexture Specs. (Thanks, Flashback083!)

  • We now mark the player as active on some battle actions to fix being kicked as 'AFK' on servers with AFK kicking enabled.

  • You can now select your sash via /redeem if you have multiple.

  • Pixelmon tooltips can be customized on individual item stacks with the "tooltip" NBT tag. Set it to an empty string to hide it altogether.

  • Added fallback texture to resource pack NPC skins.

  • The allowMoneyMultipliers config option has been split up in to multiple options for Happy Hour, Pay Day, and Amulet Coin.

  • Updated Shadow Lugia to a new texture, oops. Blame Klaxo.

  • Updated animations for Excadrill, Sableye and Araquanid.

Fixes:

  • Fixed a timeout issue during battles caused by a lack of packets being sent from the client.

  • Fixed not being able to pick Bulbasaur (or any other Pokémon in the first menu slot) as your starter.

  • Fixed a null pointer crash from rendering sprites.

  • Fixed Pokédex not displaying the shiny/form texture changing arrows.

  • Fixed a few brewing recipes that had incorrect berries as inputs.

  • Fixed an issue with automatically disabling the forcedUnicode option.

  • Fixed a crash from gaining XP during battle.

  • Fixed Pokédex asset sizing and positioning to make it look as intended.

  • Fixed Thunder Stone tools lowering the enchant level of efficiency.

  • Fixed Lake Trio Rubies checking for original trainer only by name causing them to not work if a player had changed their name.

  • Fixed an unfortunate error where planting a berry tree on the same block a chest occupied cleared the inventory. Who even does that?

  • Battle Fix: Fixed Gear Up triggering twice on all allies.

  • [7.3.1] Remove PARSE_ESCAPES as its breaking formatting targets.

  • [7.3.1] Change scale of couch and armchair slightly.

  • [7.3.1] Fixed schooling form not reverting to solo (Wishiwashi).

Spawning:

  • Spawning changes are too hefty to be listed here, so you can instead view them on the wiki here: View Spawning Wiki page

Developer:

  • We have changed from using IDs to Ordinal numbers for Special Textures. Sidemods should take note of this if they interact with textures.

  • Added Pokemon#isOriginalTrainer(EntityPlayerMP) which will check both OT UUID and OT username if there is no UUID set. Older versions of Pixelmon did not store the OT UUID.

  • Pokemon#setOriginalTrainer(EntityPlayerMP) method signature was changed to Pokemon#setOriginalTrainer(EntityPlayer).

Pixelmon Mod 7.2.2

"Little bit of this.. little bit of that"



Additions:

  • Made it so NPC custom player textures don't change when the player it's based on changes their skin

  • Added Custom Player Name and Custom Resource Pack options to Chatting NPCs

  • Added two new valentines day textures for Gardevoir and Spinda... better late then never right?

  • Added new Pokémon cries for Abomasnow, Aipom, Bruxish, Crustle, Cutiefly, Darmanitan, Darumaka, Delphox, Dwebble, Mimikyu, Noivern, Numel, Pelipper, Riolu, Salamence, Swablu, Vivillon, Whimsicott, and Zoroark.

  • Added a new machine called the Infuser, this allows you to craft Type Gems and Vitamins!

  • Added item tooltips for loads of items! Tooltips also now support full RGB, use the color code §#!

Changes:

  • Reduced loading times by around 20 seconds!

  • Polished Pokédex GUI with sound effects, animations, etc.

  • Decreased the time it takes for bikes to reach full speed.

  • You can now toggle off a giveaway pokémon texture by using /redeem .

  • Renamed the config option allowPayDayMoney to allowMoneyMultipliers and extended it to the Amulet Coin.

  • Bird Shrines now give a warning when attempting to activate with a fainted party.

Fixes:

  • Fixed a good amount of lag caused by Pokémon spawner.

  • Fixed lag related to creating Pokémon from PokemonSpecs.

  • Fixed the teleport Move Skill sometimes crashing the game. Also fixed it randomly creating neither portals out of the blue.

  • Fixed the in-game config GUI missing some options and categories.

  • Fixed Wobbuffet's, Torkoal's, Porygon-z's, and Burmy's cry sound files not loading due to typos.

  • Fixed some issues with special Pokémon sprites showing as missing texture.

  • Fixed an issue where the animate button on the statue editor would sometimes cause a animation desync.

  • Fixed an issue where the mechanical anvil would desync and show as running when its not.

  • Fixed /redeem sometimes sending the wrong message.

  • Fixed lures being enchantable.

  • Fixed lure inventory code.

  • Fixed an issue where the team selection screen would get stuck open, forcing you to restart your game.

  • Fixed an issue that allowed battling a trainer at the same time as another player.

  • Fixed potion effect positions in inventory.

  • Fixed async chunk loading from /checkspawns.

  • Fixed spawning a boss Necrozma causing an error.

  • Fixed localization error with wormholes in the /checkspawns command.

  • Fixed shovels being unable to create paths.

  • Battle Fixes:

  • Fixed Clanging Scales and Clangorous Soulblaze boosting stats before the move instead of after.

  • Fixed Psychic Terrain blocking moves that had their priority boosted by Quick Claw or a Custap Berry.

  • Fixed Extreme Evoboost not working against Ghost type Pokémon.

  • Fixed Sketch not being able to copy Transform.

  • Fixed Watery Voice not applying type-changes.

  • Fixed an issue when selecting a target in double battles where the wrong move name would show with a z-move selected.

Spawning:

  • Spawning changes are too hefty to be listed here, so instead you can view them on the wiki!

  • View Spawning Changes

Pixelmon Mod 7.2 - The Berry Update

"Mmmm... Berries..."



Additions:

  • Added Lures, crafted from berries, that increase the spawn rate of many different types of Pokémon.

  • Made the following berries plantable (finally): Oran, Pecha, Chesto, Rawst, Persim, Lum, Sitrus, Aspear, Leppa, Figy, Mago, Wiki, Aguav, Roseli, Chilan, Iapapa.

  • Added an option, 'useSystemTimeForBerries' which makes berries grow even when the game is closed, which means that /time commands won't break berry growth.

  • Added potion brewing recipes that use berries to create Pixelmon potions like Super Potions and Full Heals.

  • Added a special texture spec, allows for spawning Pokémon with the zombie and roasted textures. Can be used as 'st:zombie' or just 'st' to select the first special texture the Pokémon has.

  • Added the Scorhood cosmetic! Available to anyone with a linked Pixelmon forum account.

Changes:

  • Added new models for Farfetch'd, Poliwag, Poliwhirl, and Poliwrath.

  • Added the config option landMounts. If set to false, Pokémon can no longer be mounted unless they have surf or fly abilities.

  • Added the config option requireHM. It only prevents Pokémon from using the fly and surf abilities. They can still be ridden even if landMounts is true.

  • Added OreDict compatibility for the Anvil block.

  • Reduced how fast you can fly upwards while mounting Pokémon. Yeah, yeah; Celesteela is technically a rocket

  • but that doesn't mean everything else should go up that bloody fast.

  • Added TMs 171-174 to shopkeepers.

  • Made the terrain seeds obtainable from using Headbutt in different forests.

  • Changed a lot of held items in spawning.

  • Improved Biomes O' Plenty support along with some missing biomes.

  • Changed spawning locations/condition for the following legendaries: Celebi, Latias, Kyogre, Cobalion, Terrakion, Virizion, Thundurus, Torndaus, Reshiram, Zekrom, Genesect, Volcanion, Tapu Fini, Magneara, Zeraora.

  • Completely changed a bunch of berry tree stuff:

  • All berry plants are now 1 block tall and are actually consistently sized.

  • Berry trees no longer take up the entire block for collisions so you they don't feel so silly to walk over.

  • Berries now make plant sounds when destroyed instead of wood sounds.

  • Berries replant themselves up to 9 times instead of having a 50% chance of replanting.

Fixes:

  • Fixed Magearna and Raticate not having shiny sprites.

  • Fixed a crash in some menus caused by having a Pokémon with the '/div> symbol in its nickname.

  • Fixed Kyogre requiring a Red Orb to undergo Primal Reversion outside of battle. How they thought red was for Kyogre is beyond someone on my salary.

  • Fixed Battle-Bond Greninja not being able to change form outside of battle.

  • Fixed the Ignite and Lightning Bolt move skills ignoring claim protection on servers.

  • Fixed more issues with Pixelmon Spawner blocks causing crashing.

  • Fixed item display names not being used properly in the item drop GUI.

  • Fixed a rendering issue with Picket Fences.

  • Fixed the message about items dropping due to a full inventory having a blank space instead of the item name.

  • Fixed some advancements displaying incorrectly.

  • Fixed a packet exploit that allowed people to buy enormous amounts of stuff from shopkeepers for free.

  • Fixed a packet vulnerability where you can make other players use Struggle to make battles extra easy.

  • Fixed another packet exploit that let people arbitrarily delete trainer NPC Pokémon.

  • Fixed an quick timing exploit with capturing out of battle allowing you to capture a wild pokemon twice if you engaged it at the same time you threw a empty Pokéball at it.

  • Fixed swimming Pokémon falling through the air in slow motion as if they were in water.

  • Fixed the rare case of entities attempting to spawn in unloaded chunks.

  • Fixed a mod incompatibility with Phosphor, Silent Gems, and many others due to the spawning system handling light incorrectly.

  • Fixed Pokédex descriptions cutting creating new lines in the middle of a word.

Localization/language:

  • Fixed various Pokédex headings not translating.

Developers:

  • Added IRarityTweak to the Better Spawner API so that individual rarities can be modified for different players.

Pixelmon Mod 7.1.1

"Ooh, pretty things!"



Additions:

  • Added Temple Slabs and Temple Brick Slabs.

  • Added particle effects to the Smelt, Ignite, Heal Other, and Flash move skills so that they look way, way cooler.

  • Added Electric Seed, Grassy Seed, Misty Seed, Psychic Seed items. They are sometimes held by specific wild Pokémon, and findable by using Forage in grass.

  • Added an outside-of-battle effect to the Poison status, causing it to drain HP. This was actually done in 7.1 but we forgot so we're saying it here.

Changes:

  • Changed the Flash move skill so that any Pokémon with the Illuminate ability can use it. It does make sense.

  • The Ignite move skill now has much longer range; I assume so that you can appreciate the cool effect.

  • The Heal Other move skill no longer drains health from the user.

  • The "needHMToRide" option now also prevents Pokémon that could neither fly nor swim from being mounted.

Fixes:

  • Fixed the model scale of Emboar, Oshawott, and Snivy.

  • Fixed the Forage and Mega Evolve move skills saying that you don't have enough PP despite them not even requiring a move.

  • Fixed the Rain Dance move skill NOT requiring PP when it should. Don't ask me what's going on with this dev.

  • Fixed some people crashing when their battles end.

  • Fixed spawner blocks crashing you when you try to edit them. Sort of defeats the purpose, doesn't it?

  • Fixed Pokémon-targeting move skills forcing the user to get super close even if the move skill is long range.

  • Fixed the Pokédex advancements being given when you're actually 1 away from unlocking it.

  • Fixed the allowExternalMoves option not matching whatever it is on the server, and fixed that option not being respected in enough places.

  • Fixed the animate button in the chisel GUI not sending those changes to everyone else on the server.

  • Fixed a hacking vulnerability that let hackers crash whichever servers they liked. Well, whichever servers they hated.

  • Fixed players' games thinking that they're still in battle if they logged out and then back in.

  • Fixed fleeing or forfeiting a battle giving back consumed held items regardless of the 'returnHeldItems' config option.

  • Fixed a crash when attempting to target an entity that isn't a living entity. Like, say, a furnace on a minecart.

Developers:

  • Added an API for the particle effects used for battles and move skills. It's handled through VariableParticleEffect.

Pixelmon Mod 7.1.0 - The Integration Update

"Pixelmon, but with Minecraft"



Additions:

  • Added bikes! Includes both the Acro and Mach bike! You can find the crafting recipes here: Pixelmon Wiki

  • The Mach bike is fast! Be careful not to drive off cliffs.

  • The Acro bike is not as fast as the Mach bike, but no need to be careful driving off cliffs! It's cushioned well, I hear.

  • Added a new GUI for selecting external moves! Also, renamed those to move skills. Don't ask me why.

  • Added move skills: (Find which moves are needed and more information here: Pixelmon Wiki )

  • Flash: Creates a temporary light at the Pokémon's location.

  • Mount Boost: Temporarily increases the Pokémon's riding speed.

  • Ground Birds: Grounds nearby flying Pokémon so they're easier to engage in battle.

  • Rain Dance: In LAN and singleplayer, this changes the weather to rain. If Kyogre uses it, it's a thunderstorm!

  • Sunny Day: In LAN and singleplayer, this clears the weather.

  • Scare: Spooks all nearby Pokémon and gives you the Repel effect for a while.

  • Analyse Pokémon: Uses psychic power to reveal nature, ability, and other information about the targeted wild Pokémon.

  • Smelt: Pours fire into a furnace, powering it. Strong Fire-type moves can instantly smelt some of the contents!

  • Ore Sense: Uses magnetism to illuminate nearby ores for a short time.

  • Special thanks to Veraxiel, Oomaloo, and Fapdos for their excellent artwork for these!

  • Even more thanks to the many players who suggested these in comment sections on YouTube. Some of these are fantastic ideas!

  • Added male/female variations for Combee. It's just a little red dot, but it helps. That's what they tell me, anyway.

  • Added an "animate" button to the chisel GUI so you can make statues animate without doing hard stuff.

  • Added a wearable Mega Anchor keystone.

  • Added an Eevee hood, like the Pikachu hood, as a new giveaway item!

  • Added "generation" spec, so you can spawn or filter Pokémon based on the generation they were added in.

  • Added "legendary" spec, similar to the above but for legendary/not legendary.

  • Added global rarity multipliers to the Better Spawner config. The developer is assuring me it will be useful.

Changes:

  • Improved the look and performance of Ultra Wormholes. Less lag, more sparkle.

  • Updated the sprites for Hiroku's Gold and Silver Lens.

  • Increased the maximum number of characters in the Pokémon name box of spawner blocks from 32 to 250, just a li'l bump.

  • Compressed all our model files to binary to shave off some of the file size and decrease model load time.

  • Shiny charms now also apply to Rock Smash, fishing, all that stuff.

  • Better Spawner tags are now used as intervals.

  • All Pokémon Spec loading from JSONs now supports string formats such as "spec". Example: "Pikachu lvl:5 untradeable"

  • Added support for auto-tagging of spawns on a Pokémon Spec basis, through the Better Spawner Config.

  • Pokémon SpecFlags such as "untradeable" and "unbreedable" can now be removed with "unbreedable:false", for example.

Fixes:

  • Fixed deleting Pokémon from the PC search window deleting the wrong one.

  • Fixed shiny Vullaby and Pikachu not having a different texture to the usual for some strange reason.

  • Fixed Bottle Caps not being usable on Pokémon that can be mounted.

  • Fixed server-side custom Pokémon Specs not working in spawner blocks.

  • Fixed party storage sometimes not being saved and unloaded if it was loaded while the player was offline.

  • Fixed the spawner block GUI radius option label being broken text.

  • Fixed another crash from older Forge versions. You should still be on 2838, though! We're watching!

  • Fixed a crash caused by searching a PC without specifying a species, as well as a few other less common causes.

  • Fixed PC searching not showing nicknamed Pokémon despite having the species name typed into the search box.

  • Fixed Ethers causing errors and not displaying up-to-date information in the GUI when used outside of battle.

  • Fixed Marowak, Raichu, and Exeggutor being unable to pass down their hidden abilities.

  • Fixed Pokéball inheritance not using generation 7 mechanics where it gives equal chance for same-species parents.

  • Fixed custom particles being way too intensive under certain conditions.

  • Fixed Kyurem transform effect jitter.

  • Fixed bells causing crashes.

  • Fixed battle rule clauses being reset and replaced with just forfeit for engaging trainers.

  • Fixed fainted Pokémon still attempting evolution, only to fail and trap you in the evolution screen for eternity.

  • Fixed ability names with "armour" in them not accepting the U.S. spelling in commands and GUIs.

  • Fixed Cut as a move skill causing lag spikes for large trees.

  • Fixed the "canPokemonBeHit" option allowing Pokémon to be hurt with weapons during battles, which isn't sporting at all.

  • Fixed Frillish and other gender-formed Pokémon always getting the same ability.

  • Fixed Crafting Tables having a breeding environment value of 3. (now it's 1)

  • Fixed /redeem not showing whether you have the boosted necklace.

  • Fixed not being able to put held items on a Pokémon if the held item had some extra NBT data.

  • Fixed battles force-switching the camera view even if the battle camera is disabled. Fixes Vivecraft issues.

  • Fixed "/pokegive" not working from console if the person you're giving it to is named after a Pokémon. So, like, not even a thousand people.

  • Fixed trainer battle rules not being respected when challenging a trainer using V-targeting and /pokebattle.

  • Fixed Pokeloots duplicating the item within them if the same item is put in to multiple Pokeloots.

  • Fixed the Shiny Charm showing the wrong status in the GUI.

  • Fixed battle animations only working in the overworld.

  • Battles:

  • Fixed starting a battle with a double battle trainer starting you with duplicate Pokémon.

  • Fixed Unburden boosts lasting even between battles.

  • Fixed status icons vanishing in-battle in a bunch of situations.

  • Fixed Facade not ignoring the physical attack reduction of burns.

  • Fixed Arceus and Silvally being able to be given Plates/Memories in battle.

  • Fixed Spectral Thief not ignoring Substitute.

  • Fixed Grass Whistle not being recognised as a sound-based move when a whistle is clearly a sound.

  • Fixed Aurora Veil and Reflect reducing the damage done by Brick Break and Psychic Fangs. Also fixed Aurora Veil's double battle behaviour.

  • Fixed Clear Smog resetting the user's stat changes instead of the target's.

  • Fixed newly learned moves in battle not being visible until one turn later.

  • Fixed Clanging Scales and Clangorous Soulblaze only hitting one foe in double battles.

  • Fixed trapping moves working for one less turn than they should.

Localization/language:

  • Updated es_ES, it_IT, ko_KR, and ru_RU. These translation guys are great.

Developers:

  • Pokémon Specs now remember the original String array that was used to create them.

  • Pokémon SpecFlags are now sent to the client so they can be parsed and checked locally.

  • They also don't really need to be extended, it's not abstract anymore.

  • This breaks any sidemod that had SpecFlag implementations!

  • Added TimespaceEvent, with many subevents, for handling when things happen to Timespace Altars.

Pixelmon Mod 7.0.8

"A few more fixes before 7.1!"



Additions:

  • Implemented the move effects for Beak Blast, Burn Up, Shore Up, Speed Swap, Photon Geyser, and Spectral Thief.

  • Added in Gold and Silver bottle caps. Both can be found via fishing in the ocean, with Silver also being tier 3 PokéLoot.

  • Added a new keystone cosmetic, the Mega Glasses!

Changes:

  • Removed a bunch of the unused 'rarity' stuff in the NPC JSONs since that confuses absolutely everyone.

  • Complete overhaul on Pokémon spawning rarities across the board to account for the change in the last version.

Fixes:

  • Fixed Ultra Necrozma's model having a huge horn.

  • Fixed a crash on older Forge versions due to newer Forge versions breaking some small API.

  • Fixed Poké Balls flying through certain solid blocks like glass. They can still go through grass like they should, though!

  • Fixed an issue where battles would leak memory and linger after a player had left the game.

  • Fixed not being able to battle occasionally due to previous battles lingering.

  • Fixed a stack overflow (a very bad crash) caused by the Pokédex trying to give the Shiny Charm when loading.

  • Fixed an off-by-one error in the /shinycharm command causing target selectors to not work.

  • Fixed egg hatching taking absolutely forever if you have the passive healing option on.

  • Fixed /pokebattle not allowing for 1v1 Double Battles, it was only supporting Multi/Tag Battles.

  • Fixed /pokebattle not starting battles with NPCs.

  • Fixed Pixelmon Grass and Spawner Cave Rock blocks being able to interrupt evolution. (which is very impolite)

  • Fixed /dolegendaryspawn not working from the server console.

  • Fixed spawning areas being too strict on Pokémon size, making large Pokémon spawning almost impossible.

  • Fixed Deep Sea Tooth and Scale giving stat boosts to Pokémon other than Clamperl.

  • Fixed Meloetta and Aerodactyl missing some Tutor Moves.

  • Fixed storages not being unloaded from memory after a user logs off.

  • Fixed a desync issue with the Pokédex not registering a caught Pokémon if caught with a Pokéball.

  • Fixed a crash due to Pokédex updates when the receiving player is not online.

  • Fixed a crash when opening the Pokédex on a server without Pixelmon installed or before you're given a starter Pokémon.

  • Fixed a crash caused by clicking the Pokédex before it's finished its opening animation.

  • Fixed an issue with Sponge due to Shop Keepers giving items to the player.

  • Fixed a packet exploit with vending machines.

  • Battle Fixes:

  • Fixed several battle rules causing crashing when Necrozma with its Z Crystal is in the battle.

  • Fixed Ultra Burst counting as Mega Evolution making it so you can't Mega Evolve another Pokémon in the same battle.

  • Fixed The Light That Burns The Sky not being a option after Ultra Bursting.

  • Fixed Photon Geyser, Moongeist Beam, Sunsteel Strike and their Z counterparts not ignoring abilities.

  • Fixed Revelation Dance becoming normal type instead of being typeless if the user is typeless.

  • Fixed Aerilate, Normalize, Pixilate, Refrigerate and Galvanize affecting moves they shouldn't have been, like Multi-Attack and Hidden Power.

  • Fixed Power Trip not getting power boost from stats.

  • Fixed Sticky Web being blocked by Substitute.

  • Fixed Ice Hammer, Plasma Fists and Power-Up Punch not getting the Iron Fist boost.

  • Fixed NPCs not being able to Ultra Burst.

  • Fixed Crush Grip Doing only 1 damage if the target does not have full HP.

Developers:

  • Minor convenience additions to the Dialogue API.

  • Fixed enchanted items displaying wrong on the notice overlay.

Pixelmon Mod 7.0.7

"Now with... Smart phones?"



Additions:

  • Added a new Pokédex GUI! It shows the locations of where Pokémon can spawn, too!

  • Added Ultra Burst and Ultra Necrozma.

  • Added Shiny Charm.

  • Added Ultra Desert.

  • Added SMD (smooth) models for Venonat, Venomoth, Magby, Snivy, Servine, Serperior, Tepig, Pignite, Emboar, Oshawott, Dewott, and Samurott.

  • Added new Halloween textures for Serperior and Emboar.

  • Added a Color Blind Mode config option for Ultra Space fog.

  • Added loot to the chest in village Pokémon Centers.

  • Added the Boosted Necklace Key Stone as a special treat for people who Nitro-boost the Pixelmon Support discord.

Changes:

  • Pokémon now heal slowly while wandering around, with chances to revive from fainting and to heal status effects as well.

  • Repels are now craftable.

  • Ultra Beasts now have a powerful aura.

  • Meltan is now obtained, and evolved, via smelting metal ingots.

  • Added better command block support to all Pixelmon commands, and added offline player support to /pokegive and /givemoney.

  • Removed /battle2, it's now handled by /battle.

  • Updated the chance for Hidden Abilities to be passed down via breeding from 80% to 60% across the board.

  • Structures now blend more with the surrounding environment, à la Mojang structures.

  • Spawning:

  • Pheromosa now spawns in the Ultra Desert biome.

  • The Lake Trio legendaries now all spawn on Surface Water.

  • Azelf now spawns in the Forest biome.

  • Mesprit now spawns in the Birch Forest biome.

  • Uxie now spawns in the Roofed Forest biome.

Fixes:

  • Fixed statuses not making Pokémon easier to catch! This has been a bug for years!

  • Fixed mount positions on Tentacruel and Mudsdale.

  • Fixed missing sprites for Shiny Meltan and Melmetal.

  • Fixed (added) a missing message when you catch Meltan and it transforms into a Ditto.

  • Fixed the E (inventory open) key not closing Badge cases, PC, and Ranch GUIs.

  • Fixed ESC not working on the Mail GUI.

  • Fixed an exploit in NPC and Chisel packets.

  • Fixed Alolan Pokémon having the wrong base stats.

  • Fixed the Ultra Wormhole not reverting some GL settings causing bounding boxes to render thicker.

  • Fixed issues with some bred Pokémon not inheriting their forms correctly.

  • Fixed an issue with egg group lookup that allowed Battle Bond Greninjas to breed.

  • Fixed ball inheritance breeding logic.

  • Fixed Frillish eggs and spawns always being male.

  • Fixed Pokémon not being able to be thrown against plants and tall grass.

  • Fixed Wobbuffet and a bunch of other Pokémon not showing their male/female forms in the Chisel interface.

  • Fixed Pokémon losing form information if they are incorrectly despawned by the server.

  • Fixed Pixelmon-given items having their display name, lore, etc. removed if the player's inventory is full.

  • Fixed hammers taking damage even if you're in Creative mode.

  • Fixed the Strength HM using the wrong icon.

  • Fixed Keldeo not switching into its Resolute Form when learning the Secret Sword move.

  • Fixed Deoxys not being able to learn Nasty Plot.

  • Fixed being able to run from trainer battles when the trainer is set to Engage.

  • Fixed the "maxivs" and "minivs" specs in commands such as /pokegive not working at all.

  • Fixed spawning percentages not working properly in world spawning under particular circumstances.

  • Fixed the starter screen sometimes popping up over and over again. Probably.

  • Fixed Spoink and Lickitung's tails behaving very weirdly in animations.

  • Fixed Pokémon always getting the first ability after evolving from a Pokémon with only one ability (Like Spewpa!).

  • Fixed "/checkspawns" sometimes causing chunk loading, making a particular server API freak the frick out.

  • Fixed "/checkspawns megaboss" showing the legendary spawn chance instead of the boss spawn chance.

  • Fixed Ultra Wormholes often spawning practically on top of each other. Absolutely shameless.

  • Fixed things like GriefPrevention (which can cancel spawns) causing Pokémon to stop spawning for some players.

  • Fixed gyms not generating when running SpongeForge.

  • Fixed an issue with Apricorn Trees and Berry Trees generating in the same position causing some log spam.

  • Fixed a issue with the raise-to-cap battlerule not proportionately raising the Pokémon's health.

  • Fixed double battle trainers causing the player to send out fainted Pokémon. Also fixes the order of the Pokémon sent out by the player.

  • Fixed an "Updating screen events" crash when moving Pokémon around in a PC box.

  • Fixed a crash caused by Z Moves overriding moves in the Pokémon's moveset GUI.

  • Fixed a tracking error on Sponge caused by the NPC Editor creating trainers off-thread.

  • Fixed multiple spelling errors in the spawning files.

  • Fixed "/dolegendaryspawn" making Sponge deeply uncomfortable.

  • Fixed Pixelmon Spawner blocks giving Pokémon inappropriate moves for their level.

  • Fixed flying legendaries and mega bosses sometimes spawning underwater, glub glub.

  • Fixed trainers set to Engage allowing you to try to forfeit - only for them to lock you in infinite waiting like some kind of sadist.

  • Battle Fixes:

  • Fixed changing form mid battle with a temporary level or cap set causing health to revert to non-temporary level values.

  • Fixed Iron Fist not boosting Double Iron Bash.

  • Fixed Misty Surge and Terrain not blocking all Status effects.

  • Fixed Bulletproof giving the wrong message.

  • Fixed entry hazards dealing damage before Healing Wish took effect.

  • Fixed Heal Bell/Aromatherapy not updating the switch Pokémon UI properly.

  • Fixed Mind Blown dealing incorrect recoil damage.

  • Fixed Extreme Evoboost being effected by Magic Coat.

  • Fixed Electric Terrain checking the wrong Pokémon for grounded status.

  • Fixed Magic Guard not preventing Mind Blown's recoil damage.

  • Fixed Sticky Webs being blocked by Protect-like moves.

  • Fixed the Entrainment battle message for people using non-US English, or as I call it, English English.

  • Fixed Memory items being able to be knocked off of Silvally.

  • Fixed Nature Power not selecting Psychic in Psychic Terrain.

  • Fixed Aurora Veil and Reflect/Light Screen being able to stack.

  • Fixed Thousand Arrows permanently grounding flying Pokémon.

  • Fixed the Shell Bell being able to resurrect a Pokémon from 0 health after using moves like Self-Destruct/Explosion.

  • Updated Psychic Fangs to remove Light Screen, Reflect and Aurora Veil.

  • Updated Strong Jaw to boost Hyper Fang and Psychic Fangs.

  • Updated Brick Break so it removes Aurora Veil.

  • Fixed some Berries not being effected by Gluttony.

  • Fixes some Z Status moves not working at all.

  • Fixed Z-Type moves not switching between physical or special properly.

  • Fixed a few health updating bugs that would cause desync or waiting issues.

  • Fixed an issue where battles could be mistakenly ended by spectators of the battle.

  • Fixed Wide Lens not really doing anything.

Developers:

  • Updated Javadocs to 7.0.7

  • Made ExperienceGainEvent cancelable.

  • Fixed MovesetEvent.ForgotMoveEvent and MovesetEvent.LearntMoveEvent not firing.

  • Restored the SpriteHelper class so outdated plugins don't crash. The methods however do not work properly and should not be used.

  • Added the type of experience gain in ExperienceGainEvent.

  • Items with the NBT key HasEffect now glow as if they were enchanted.

  • Structures now support Structure Void blocks.

  • MegaEvolutionEvent now has a new field for determining if the cause of the event was Ultra Burst.

  • Pokémon now have BonusStats for determining stat stage increases which occur prior to battle start.

  • ApplyBonusStatsEvent.Pre and ApplyBonusStatsEvent.Post can be used to manipulate BonusStats on the fly.

  • Added AttackEvents, with subclasses: StabEvent, CriticalHitEvent, TypeEffectivenessEvent, and DamageEvent.

  • Added TurnEndEvent in battles.

  • Added BattleMessageEvent.

  • Added EVsGainedEvent.

  • Added ShopKeeperEvent

Pixelmon Mod 7.0.6

"Two words: Legendary apocalypse"



Additions:

  • Added moves: Strength Sap, Baneful Bunker, Mind Blown.

  • Added smooth models for Psyduck and Golduck. Those blocky models were incredibly old.

  • Added PP-Up and PP-Max for all your PP needs!

Changes:

  • Made Hiroku's Lens impossible to enchant. We probably should've foreseen people putting Unbreaking on these.

  • Made Dawn/Dusk Stone Ore about twice as common, as an 7.0.4 change accidentally made them super rare.

  • Made Meltan and Melmetal easier to get. Apparantly no one has found it yet. Casuals.

  • Changed the spawn rarities of some Ultra Beasts.

  • Updated Wobbuffet's model and textures to have lipstick if it's female.

  • Added a new Deep Sea block for Ultra Space, low chance to drop Amethyst, Crystal and Sapphire.

Fixes:

  • Fixed legendaries spawning regardless of legendarySpawnChance, making them spawn waaay too much.

  • Fixed JEI/NEI compatibility on all our GUIs! No more having to hide the JEI screens when interacting with.. well, anything of ours.

  • Fixed spectating a battle not displaying the Pokémon in the battle.

  • Fixed Turtonator's tutor moves being all wrong.

  • Fixed Red Shards being unobtainable.

  • Fixed the Timespace Altar taking your plates. It's not the one that uses those.

  • Fixed the Unown blocks recipe not working. Also, it no longer consumes the photo in the crafting recipe!

  • Fixed the Tapu Pokémon bosses sometimes being invisible.

  • Fixed Fomantis's evolution to Lurantis not being given the move Petal Blizzard.

  • Fixed Sharpedo not being rideable even though they were surfable.

  • Fixed a StackOverflow crash that could happen in Ultra Space due to some recursive world gen.

  • Fixed some battle forms not always reverting after battle or before entering a battle.

  • Fixed gym signs not displaying the right item icon in some cases.

  • Fixed Rock Smash not reverting blocks on Sponge servers even when the player is in Adventure mode.

  • Fixed Clothed Tables not dropping their item when broken.

  • Fixed Pokérus not spreading to eggs in your party.

  • Fixed being able to get rid of all your Pokémon in exchange for eggs. The logic for this is surprisingly complicated.

  • Fixed bugged-out trainer Pokémon being catchable. Fat chance of that being possible now. What's that ominous music?

  • Fixed interacting with decorative trees causing crashes on servers under particular circumstances.

  • Fixed Synchronize being so easy to cheat with its out-of-battle effect that I'm not mad, just disappointed.

  • Fixed mail being super easily hackable and, if you can believe it, making it possible to cause chunk reversion. No, really.

  • Fixed the Love Ball only working on same-gendered Pokémon. I'm going to very specifically not make a joke about this.

  • Fixed happiness not increasing with time out of the Pokéball on Sponge servers. Thanks Sponge™.

  • Fixed experience bars flying through the side of the box when leveling to the max level.

  • Fixed sounds.json loading from the jar instead of resource packs. You can now change the Pokémon cries from resource packs again.

  • Fixed Water Floats sending you underground if you sneak while trying to sit on them.

  • Fixed an issue with Ranch Blocks accessing data outside of their block bounds causing issues with other tile entities.

  • Fixed PokemonSpec giving abilities before setting the form, causing Pokémon to have the wrong abilities on spawn.

  • Fixed a crash on leveling up when you have specific nicknames on your Pokémon.

  • Fixed the NPC Editor only checking if the user had OP on servers instead of checking for a permission.

  • Fixed /teach displaying Pokémon names as 'null'.

  • Fixed Rattata showing up as "Ratatta" in the main config's Ditto transformation section. What even is a Ratatta?

  • Battle fixes:

    • Fixed Disguise not taking the hit from some moves.
    • Fixed Grassy Terrain healing airborne Pokémon.
    • Fixed Infestation not being a contact move.
    • Fixed Metronome being able to use Z-Moves.
    • Fixed HP updates from Potions and Revives not being shown if the Pokémon is not currently out in the battle.
    • Fixed OHKO moves not being guaranteed to hit through No Guard, Lock-On, etc.
    • Fixed Fissure being guaranteed to hit underground Pokémon. According to Bulbapedia, it's possible but not guaranteed.

API/back-end (for sidemodders):

  • Added PixelmonSpawnerEvent for our spawner blocks. And yes, it is cancellable.

  • Fixed the BattleEndedEvent's results being inconsistent when the Full Heal battle rule was used in the battle.

  • Made BreedEvent.CollectEgg cancelable.

  • Fixed LensUsedEvent not being cancellable when all the documentation says it is. Woops.

Pixelmon Mod 7.0.5

"They're no longer bugs. All hail Buzzwole."



Additions:

  • Implemented Mimikyu's ability.

  • Implemented Aurora Veil.

Changes:

  • Reworked water surface spawns so that way more places count as water surface, making things like Lapras much easier to find.

  • Increased the duration of dawn and dusk in spawning, which also makes Lapras easier to find. Also helps other Pokémon but no one cares.

  • Made legendary spawning much more aggressive so that it will keep trying different players until either it runs out or until a legendary spawns.

  • Updated the Mega Boss biomes to match with the 7.0 Spawning locations.

  • Allow the healer to be dye-able if there was no data on who placed it. Allows you to dye healers from pre 7.0.4

  • Pokémon cries now apply to all forms and not just the base form.

Fixes:

  • Fixed us missing some lang and spawning files from 7.0.4.

  • Fixed badge cases not opening if there are badges in them.

  • Fixed clocks becoming ever increasingly wrong by each passing mc day. They were just like the ones in my living room.

  • Fixed some Pokémon reverting forms when switching out and back in.

  • Fixed mega abilities reverting after switching out and back in.

  • Fixed Giratina switching forms after battle even if it was still holding the Griseous orb.

  • Fixed the 'You picked a starter!' advancement firing way after you've picked a starter.

  • Fixed the mass attack of the Buzzwoles again.

  • Fixed the starter screen resizing if you hover over a custom starter that is disabled.

  • Fixed Slowpoke being unable to be sweet scented for at a beach.

  • Fixed Bad Dreams damaging pokemon who had Magic Guard.

  • Fixed the hitboxes of the following Pokémon:

    • Alolan Raichu, Togetic, Celebi, Volbeat, Illumise, Lunatone, Burmy.
  • Fixed the textures on the following Pokémon:

    • Lucario, Persian.

API/back-end (for sidemodders):

  • Added LegendaryCheckSpawnsEvent.

Pixelmon Mod 7.0.4

"We caught even more Weedles and Caterpies hanging around in the code."



Additions:

  • Added new healer models! Healers can now FINALLY be dyed 16 different colors! It only took a few years, no big deal.

  • Added the ability for move relearner NPCs to require items with special NBT data to be present on an item.

Changes:

  • Updated all Pokémon's TM moves, egg moves, and level-up moves to generation 7's Ultra Sun and Ultra Moon mechanics.

  • Updated to latest Smogon tiers (March 2019)

  • Updated the Beast Ball texture for the Overlay GUI (credit to ButteredToastWarrior).

Fixes:

  • Fixes Pokémon not saving if there was a crash or you didn't exit the world properly.

  • Fixed a bunch of the cascading world generation errors when creating a new world.

  • Fixed Pokémon statues floating off into space in UltraSpace.

  • Fixed Tidal and Clear Bells causing a crash.

  • Fixes gendered Pokémon ending up without a gender.

  • Fixed Pixelmon Spawner blocks not spawning bosses or aggressive Pokémon.

  • Fixed Chingling not evolving at night. Apparently this has been an issue for a long time!

  • Fixed a hack in move learning where you could make it teach any Pokémon any move.

  • Fixed a hacking vulnerability in the Pokédex.

  • Fixed crashes in Ranch Blocks when the box count is larger than like, 127ish.

  • Fixed a possible error when doing a trade where a party has changed.

  • Fixed Leaf Stone ore creating blank spaces if you're in Spectator Mode, instead of being like normal stone.

  • Changed how Pokémon photos work so they stop turning purple on updates where we add new forms.

  • Exp.All can now only have a stack size of one. Fixes some bugs due to it having NBT data.

  • Fix some TMs being 'corrupted' due to the moves being renamed.

  • Fix Unown not being able to learn Hidden Power via TM.

  • Fixed boss Pokémon not being able to go above the max level.

  • Fixed /pokebattle starting a 2 v 1 battle with trainer NPCs.

  • Fixed a race condition where some party/money/Pokédex data may not sync correctly on join.

  • Fixed a crash when using a external move on item frames or other non-living entities.

  • Fixed the level-cap and raise-to-cap battle rules sometimes not reverting after battle causing permanent changes to your Pokémon level.

  • Fixed trainer NPCs pokemon not getting their items back after battle.

  • Fixed trainer NPCs being able to mega evolve more then once per battle. Computers always cheat I tell you!

  • Fixed trainer NPCs pokemon not reverting from mega if you ran or lost the battle.

  • Fixed a battle crash with trainers that caused the trainer's Pokémon to become wild. Dobby is not free.

  • Fixed some Pokémon having Coming Soon as their ability and not the actual ability that will be coming soon.

  • Fixed a crash with breeding due to some Pokémon's abilities not being implemented... yet... Soon™

  • Fixed a crash if you removed a pokemon from the ranch block while having a search open.

  • Fixed being able to add Z-Moves onto a Pokémon via the Pokémon Editor.

  • Fixed the mail and badge-case GUIs opening for the host on LAN worlds.

  • Fixed special textured Pokémon not displaying the correct sprite.

  • Fixed Wingull being exactly as common as Magikarps when you're on a beach. Literally a seagull for every fish in the sea.

  • Showdown Import/Export fixes:

  • Fixed the importer not renaming moves from the old names to the new, causing import errors.

  • Fixed the importer/exporter not handling Alolan forms correctly. Showdown called them Alola forms; we call them Alolan forms.

  • Fixed Meowstic trying to export its gender as if it were a form.

  • Fixed the Pokémon exporter exporting Coming Soon as the ability and not the real ability.

  • Battle fixes:

  • Fixed Solar Blade not being a 2 turn move.

  • Fixed battles not taking into account Pokémon type changes from moves like Soak.

  • Fixed a visual bug where PP restoring items did not update the remaining PP in battle.

API/back-end (for sidemodders):

  • Added PokedexEvent for detecting and cancelling Pokédex updates.

  • Added UseBattleItemEvent so you can make item usage do nothing during battles.

  • Removed battle temporary movesets out of the Pokemon class as it's not really API.

  • Fixed BattleEndEvent giving incorrect results if the full heal battle rule was enabled.

Pixelmon Mod 7.0.3

"Serious bugs? What serious bugs? I don't see any bugs."



Fixes:

  • Fixed a very serious issue with catching your first Pokémon causing crashes or a PC full of that Pokémon.

  • Fixed the physics of Ultra Space no longer working.

  • Fixed Buzzwole being pretty much the only thing spawning in Ultra Space's jungles.

  • Fixed NPCs being broken unless you just so happened to have external JSONs on.

Pixelmon Mod 7.0.2

"That's an awful lot more fixes"



Additions:

  • Added a bunch of new advancements. Now with wiki pages! See here

  • Added Pokémon Spec support to Pixelmon Spawner blocks.

  • Added two cheat items that can only be accessed in Creative Mode: Hiroku's Golden Lens and Hiroku's Silver Lens. Right click a wild Pokémon and it will expose their attributes.

Changes:

  • Buzzwole can now spawn on the tops of trees. He's big enough that he can't really spawn under them.

  • Removed the /pokegiveegg command. it can now be emulated with /pokegive <Pokemon> egg

  • Removed the config option allowRandomSpawnedEggsToBeLegendary as it was only used by /pokegiveegg. It's replaced by allowRandomPokemonToBeLegendary which applies to /pokegive random or more importantly, all contexts that make use of PokemonSpec's 'random' keyword.

Fixes:

  • Removed Hiroku.

  • Fixed Alolan Vulpix line not getting Encore as an egg move.

  • Fixed some incorrect spawning with Gligar, Gliscor, Feebas (fishing), Barboach (fishing).

  • Fixed Genesect, Hoopa, Deoxys, and Kyurem not holding a Drive, Prison Bottle, Meteorite or DNA Splicer respectively.

  • Fixed Roggenrola and Boldore holding the wrong items.

  • Fixed the hitbox on Necrozma being too big.

  • Fixed the name tag going through Skiploom's body.

  • Fixed Biomes O' Plenty settings in spawning.

  • Fixed stat information for Dragonite and Volcarona.

  • Fixed Salandit not evolving correctly.

  • Fixed Eevee not evolving into Sylveon because of other eeveelutions taking priority.

  • Fixed Fomantis having the wrong evolution conditions and thus also being unable to evolve.

  • Fixed the shiny Rotom sprites. Properly, this time.

  • Fixed Everstones not preventing evolution if the Pokémon was asked to learn a new move on level-up.

  • Fixed Pokémon not evolving by Rare Candy if they learnt a move during that level-up.

  • Fixed wild Pokémon move PP not being restored in between battles (Like if you run away or something).

  • Fixed a pretty crazy bug where multiple Pokémon of the same species would share the same PP for moves. Whacky stuff!

  • Fixed Silvally not being counted as a legendary (due to a typo!) and therefore not getting 3 guaranteed 31 IVs.

  • Fixed bosses often requiring an extra hit to be taken down.

  • Fixed Litleo evolving into a male Pyroar even if it was originally a female. I was going to make a joke here but I saw what happened to Changelog Guy and I want to live.

  • Fixed crash involved with searching within Ranch Blocks.

  • Fixed the Leech Life TM teaching Aurora Veil, and the Aurora Veil TM teaching Leech Life! Explaining that bug is a long story.

  • Fixed computer boxes not actually saving the name and wallpaper. No Karen, I don't want to talk about it.

  • Fixed the held item clause. Bloody Gabe.

  • Fixed rarity multipliers and composite spawning conditions not working properly in pretty much all cases.

  • Fixed your money being zero after logging in.

  • Fixed Giratina in its Altered form not being a mount.

  • Fixed Pangoro not being in the Humanlike egg group like Pancham.

  • Fixed Battle Bond Greninja not being able to learn Water Shuriken. It is now a tutor move.

  • Fixed the Water Fishing loot missing the Enchanted Books.

  • Fixed the Mega Ring not working if you have the alwaysHaveMegaRing config option enabled.

  • Fixed some spawner config options not taking effect from the config GUI or a /pokereload

  • Fixed special textures like roasted Magikarp not overriding shiny textures.

  • Fixed special textured pokemon not displaying the correct sprite.

  • Fixed the Mega Evolution button showing up in battle even if you didn't have the correct Mega Stone on the Pokémon.

  • Fixed a crash from external moves if an invalid move was in the Pokémon's data.

  • Fixed a bug where setting your number of PC boxes to 256 caused PCs to not open.

  • Fixed some issues with non-English languages causing overlapping text in some GUIs.

  • Fixed the inventory open key not closing the ranch block screen like it does with the PC.

  • Fixed statues being really, really good at staying still, making it impossible to move them to where you actually wanted them to be in the first place.

  • Fixed the Soft-Boiled TM saying that it's corrupted for some reason. A bad egg. Haha. Please don't fire me this is the only job I could get.

  • Fixed you not being able to delete an egg from your party if there was only one non-egg Pokémon in your party.

  • Fixed Ranch Blocks not sending out the Pokémon immediately after you added it. Also fixes the Pokémon sometimes not updating the interact message for the second Pokémon in the ranch.

  • Fixed the trainer card using the dollar symbol instead of the Pokédollar symbol. Unforgivable.

  • Fixed shiny particles not working. You got us. We tried getting rid of those with the Pokémon cries. There's no fooling you guys.

  • Fixed the Gracidea flower having a 1024x1024 size texture... Sandile doesn't even deserve that high a resolution. Ok, maybe Sandile does.

  • Fixed bad /pokegives being able to cause errors in all sorts of sidemods/plugins.

  • Fixed NPC Trainers Pokémon levels being all over the place instead of the trainers level.

  • Fixed NPC Trainers levels always being really low and not scaling to player level.

  • Fixed more battle issues since battles always have issues:

  • Fixed battles being updated twice as fast as we wanted, causing some lag when a lot of battles are happening.

  • Fixed Baneful Bunker not having a Priority of +4.

  • Fixed the move Transform being able to transform into a Pokémon behind a substitute or a Pokémon that is currently transformed. That last one is really funny in Ditto v Ditto.

  • Fixed the Impostor ability not copying the target's moves.

  • Fixed a race condition that caused temporary levels to not show correctly on the first Pokémon in battle.

  • Fixed Pokémon coming out at the end of a battle due to Exp. Shares.

  • Fixed Strength Sap being a Ground-type move.

  • Fixed Belch, Brutal Swing, Draco Meteor, Dragon Claw, Dragon Pulse, Dragon Rush, Dragon Tail, Dual Chop, Infestation, Night Shade, Outrage, Power-Up Punch, Roar of Time, Seismic Toss, Spacial Rend, Steam Eruption, and Twister not being able to become Z-Moves.

  • Fixed Beast Boost raising the wrong stat. Again. Someone at some point will test their fixes.

  • Fixed not being able to Mega-Evolve Rayquaza.

  • Fixed incorrect effects with Lunge and Trop Kick.

  • Fixed incorrect accuracy on Smart Strike.

  • Fixed some battle issues caused by stat changes when they aren't caused by moves.

  • Fixed a lot of Pokémon Editor issues:

  • Fixed not being able to import an entire team.

  • Fixed not importing items and Poké Balls if they were in another language and other bad language handling.

  • Fixed the Pokémon Editor exporting in non-English, breaking compatibility with Pokémon Showdown.

  • Fixed not being able to import Battle Bond Greninja.

  • Fixed natures not importing if there was a space after the word "Nature".

  • Fixed Z-Crystals and Silvally's Memories being removable by things like Thief.

Localization/language:

  • Fixed Magician not being completely translated.

  • Fixed an absolute TON of language translation issues with battles on servers, like it not translating things to your native language and instead using the server's language.

API/back-end (for sidemodders):

  • Added StorageManagerLoadEvent to majorly help with customising the adapter or scheduler for the default storage manager.

  • Fixed the PixelmonDeletedEvent not getting fired from trashing Pokémon.

  • Fixed some variable declarations in the storage API that cause trouble for attempts at JSON adapters.

  • Healer-use events now have access to the player using the healer tile and the BlockPos of the healer used.

  • Reworked the NoticeOverlay and protected the client from bad values.

Pixelmon Mod 7.0.1

"For the biggest update ever, that was pretty close to stable!"



Additions:

  • Added support for giving standalone structures biome categories from the Better Spawner Config.

  • Added an "ultrabeast" tag to all the Ultra Beasts for those that want to add a cooldown onto Ultra Beast spawning.

  • Added "egg" and "!egg" Pokémon specs to things like /pokegive.

Changes:

  • Improved Rhyperior's idle animation. Now his horn spins too.

  • Changed breeding with Alolans. Read our wiki on breeding for how this works now, because it isn't like the games!

  • Adjusted Basculin, Necrozma, Dhelmise, Jellicent, Frillish, Wailord, Wailmer, Finneon, Wishiwashi, Dewpider, Toxapex, Mareanie, Decidueye, Bruxish, Dartrix, Drifblim, Swanna, Dragonite, Tranquil, Unfezant, Noctowl, Wingull, Pelipper, Fletchinder, Talonflame, Noivern, Noibat, Swoobat, Woobat, Tropius, Trumbeak, Toucannon and Blacephalon's swimming, walking or flying properties.

  • Added existing structures to many more biomes.

  • Removed Ho-oh and Lugia from legendary spawning. We have bells for a reason.

Fixes:

  • Fixed evolutions not working after battles

  • Fixed an issue where it was possible for players on a server to be unable to see their PC Pokémon.

  • Fixed Guardian of Alola not working on the Tapus.

  • Fixed the new items added in 7.0.0 being unable to be sold to shopkeepers.

  • Fixed the last box opened in the PC not being the one opened first after restarting your game.

  • Fixed statues in Mega or other temporary forms reverting back to the base form.

  • Fixed the outrageous sizing on Blacephalon, Celesteela, Cosmoem, Cosmog, Litten, Stakataka, and Xurkitree.

  • Fixed an error in battles occurring while switching.

  • Fixed Oricorio's wings clipping into the ground during his animations. Applies to P'au, Pom Pom, Baile and Sensu forms.

  • Fixed boss drops not using the tier system with rewards.

  • Fixed the evolution into Alolan Raichu, Cubone, and Exeggutor. Having an Alolan in your party at the time will evolve them.

  • Fixed Trop Kick being a Fire-type move instead of Grass. Whoopsie.

  • Fixed a move-replacing error from spamming your console. To find the exact cause, we've added some debug code.

  • Fixed Alolan Ninetales being Ice type instead of Ice-Fairy.

  • Fixed Araquanid, Avalugg, Axew, Barbaracle, Basculin, Beartic, Alomomola, Qwilfish, Corsola, Masquerain, Delcatty and Chimecho having the wrong base stats or moves.

  • Fixed attempting to catch Wimpod causing kicking due to no catch rate. Of ALL the Pokémon we added, only it was missing a catch rate. It's a strange world.

  • Fixed very broken breeding logic with Ditto.

  • Fixed eggs hatching at a normal speed and then suddenly going super fast.

  • Fixed not being able to put a Pokémon in the first party slot if you were in the PC search screen.

  • Fixed Mega Ring changes not saving and not showing when you log in.

  • Fixed Necrozma not being able to open wormholes.

  • Fixed async saving not actually saving until shutdown, that could have been bad!

  • Fixed the special textured starter (and Magikarp) skins. We need more zombies.

  • Fixed the "pixelmon:honey" error during start up. It was harmless, don't worry.

  • Fixed some level 100 Pokémon having experience bars that go off the screen in the info menu.

  • Fixed Brutal Swing, Burn Up, Clanging Scales, Darkest Lariat, Dragon Hammer, Fire Lash, First Impression, Ice Hammer, Leafage, Liquidation, Lunge, Multi-Attack, Pollen Puff, Power Trip, Prismatic Laser, Psychic Fangs, Revelation Dance, Shadow Bone, Shell Trap, Smart Strike, Solar Blade, Sparkling Aria, Spectral Thief, Spirit Shackle, Stomping Tantrom, Strength Sap, Throat Chop, Toxic Thread, Trop Kick and Zing Zap having their power and accuracy swapped around. Uhh... It was opposite day when it was added? You can't prove otherwise

  • Fixed Rotom Wash and Rotom Frost having each other's sprites.

  • Fixed the new Generation 7 TMs not actually being obtainable. They are in Ultra Ball loots now.

  • Fixed Rockruff being unable to evolve into Dusk form. Level it up at Dusk now at lvl 25+.

  • Fixed Rockruff being broken with all its evolutions, really. It was a misspelling.

  • Fixed Shiny Vulpix having a broken texture.

  • Fixed Stakataka and Blacephalon not liking Ultra Space as a spawning dimension.

  • Fixed the mass spawns of Rowlet, Komala, Pidgey, Pheromosa and Buzzwole.

  • Fixed Alolan Marowak not having Lightning Rod.

  • Fixed Normal Raichu accidentally giving Alolan Raichu's Z-Crystal as a drop.

  • Fixed Obsidian not being counted as an underfoot spawning block. Fixes Nihilego spawning.

  • Fixed the fact that the Ground PC wallpaper was missing.

  • Fixed a bunch of problems with the trainer editor importing parties.

  • Fixed the Tapus not being counted as legendaries for some things like IVs and announcements and stuff.

  • Fixed some nasty problems with trade machines.

  • Fixed minor Ultra Space spawning issues.

  • Fixed re-ordering and deleting a Pokémon's moves not working. You can also do that from the PC, now.

  • Fixed Beast Boost checking accuracy and evasion, and so always boosting evasion. Someone didn't read Bulbapedia properly.

  • Fixed the displayed level of Pokémon often not being the true level. No more scary surprises.

  • Fixed breeding particles not working.

  • Fixed the in-game config editor missing some settings and translations.

  • Fixed Natu appearing as just a shadow. He can't be a ninja anymore.

  • Fixed the height condition on Mudbray and Mudsdale being too low to spawn reliably.

  • Fixed broken NPC skins in the gyms.

  • Fixed name plates not properly displaying the owner of a Pokemon.

  • Fixed Hakomo-o evolving a few levels too early.

  • Fixed the ability to fish up infinite Burnt Magikarps.

  • Fixed Solageo and Lunala having the wrong shiny sprites.

  • We tried removing Pokémon sounds to see if anyone noticed. You did. Damnit. Fine, now Pokémon are back to their obnoxious name-yelling selves.

  • Fixed Ranch Upgrades not working.

  • Fixed the Pokédex not being updated on login if you were coming from another server/world.

  • Fixed caught count in Trainer Card always displaying as zero.

  • Fixed some overlapping issues in the starter GUI.

  • Fixed non-gendered Pokémon being able to fall in love with each other.

  • Fixed eggs not being able to be transferred if they were with only 1 other Pokémon in the party.

  • Fixed semi-colons breaking the PC's search entirely.

  • Fixed old Move Tutors disappearing if they had moves like BubbleBeam that were renamed.

  • Fixed the Pokédex advancement on join. It now runs after you pick a starter and has the correct text.

  • Fixed some TMs that had incorrect move names. Bubble Beam, Solar Beam, Dynamic Punch, and Dragon Breath all work again.

  • Fixed the allowCaptureOutsideBattle config option not working.

  • Fixed the Move Relearner / Move Tutor's pick move screen showing pokemon in the wrong slots.

  • Necrozma now gets his special moves when fusing with Lunala and Solgaleo.

  • Necrozma's fused forms can now also use their special Z-Moves.

  • Fixed the Pokédex not being updated if the Pokémon you caught was sent to the PC.

  • Fixed friendship (happiness) not going up on level-up or when you have them out in the world.

  • Fixed some NPC files not being exported correctly causing spam on startup with fresh files.

  • Fixed Pokémon being recalled after you give them a rare candy. Dine and dash, disgraceful.

  • Fixed Ultra beasts not getting 3 perfect IVs.

Performance:

  • Major caching set up for the Better Spawner which will hopefully prevent the blockages that slowed spawning down.

  • Fixed a bug where pc's would be marked for saving but never unmarked. Causing them to be saved on every save interval afterwards.

API/back-end (for sidemodders):

  • Added ChangeStorageEvent.

  • Added ItemPixelmonSprite.getPhoto(Pokemon) so you don't need to make an entity for it.

Pixelmon Mod 7.0.0 - The Decisive Update

"There is only one Pixelmon, and it is Reforged."



Additions:

  • Added every Pokémon. Really. Added: Rowlet, Dartrix, Decidueye, Litten, Torracat, Incineroar, Popplio, Brionne, Primarina, Pikipek, Trumbeak, Toucannon, Yungoos, Gumshoos, Grubbin, Charjabug, Vikavolt, Crabominable, Oricorio, Cutiefly, Ribombee, Rockruff, Lycanroc, Wishiwashi, Crabrawler, Mareanie, Toxapex, Mudbray, Mudsdale, Fomantis, Lurantis, Morelull, Shiinotic, Salandit, Salazzle, Stufful, Bewear, Bounsweet, Steenee, Tsareena, Comfey, Oranguru, Passimian, Wimpod, Golisopod, Sandygast, Palossand, Type:Null, Silvally, Minior, Komala, Turtonator, Togedemaru, Mimikyu, Bruxish, Drampa, Dhelmise, Jangmo-o, Hakamo-o, Kommo-o, Tapu Koko, Tapu Lele, Tapu Bulu, Tapu Fini, Cosmog, Cosmoem, Solgaleo, Lunala, Nihilego, Buzzwole, Pheromosa, Xurkitree, Celesteela, Kartana, Guzzlord, Necrozma, Marshadow, Poipole, Naganadel, Stakataka, Blacephalon, and Zeraora.

  • Added Alolan forms: Alolan Rattata, Alolan Raticate, Alolan Raichu, Alolan Sandshrew, Alolan Sandslash, Alolan Vulpix, Alolan Ninetales, Alolan Diglett, Alolan Dugtrio, Alolan Meowth, Alolan Persian, Alolan Geodude, Alolan Graveler, Alolan Golem, Alolan Grimer, Alolan Muk, Alolan Exeggutor, Alolan Marowak.

  • Added new SMD models for Rhyhorn, Rhydon, Rhyperior, Pikachu, Raichu, Exeggcute, Exeggutor.

  • Added Generation 7 forms: Lycanroc Midday, Lycanroc Midnight, Lycanroc Dusk, Oricorio Pom Pom, Oricorio Baile, Oricorio P'au, Oricorio Sensu, Minior Core, Minior Meteor, Necrozma Dusk Mane, Necrozma Dawn Wings.

  • Added new, higher-resolution sprites for all Pokémon. Thank you, eva08maicy02, for this spectacular contribution!

  • Added particle effects for hundreds of moves (so far) in battle! I'm being told by the old guy that this has been requested for 6 years. Alright, well, Santa was running late.

  • Added Ultra Space dimension! Portals spawn in the wild, or you can use an external move of Lunala and Solgaleo to make one!

  • Added Z-Crystals and Z-Moves. Probably not all of them, these guys are lazy

  • Added abilities: Battery, Beast Boost, Dazzling, Electric Surge, Fluffy, Full Metal Body, Galvanize, Grassy Surge, Liquid Voice, Long Reach, Merciless, Misty Surge, Neuroforce, Power of Alchemy, Prism Armor, Psychic Surge, Queenly Majesty, Receiver, RKS System, Shadow Shield, Shields Down, Slush Rush, Soul-Heart, Stakeout, Stamina, Steelworker, Surge Surfer, Tangling Hair, Triage, Water Bubble, Water Compaction.

- Completely reworked the PC! Here's what's new:

  • You can now search a PC for specific Pokémon, levels, abilities, etc. Totally unique idea of course, bet you've never seen it before.
  • Added a shift-click shortcut to the PC that works like inventory shift-clicking.
  • PC boxes now support custom names and wallpapers. Thank you StabWaifu, happyzlife, and Amethyst (http://rebornevo.com/) for these contributions!
  • Added support for resource packs to add custom PC box wallpapers.
  • Added overflow protection so if you turn down the total number of PC boxes, any Pokémon in boxes that no longer exist will be safe.

- Added a lot of new NPC skins to both chatting and trainer NPCs. Big thanks to Starwarschamp4 and Crystal_Missile for them. Now I've been told to list them all:

  • Chatting NPC: Aqua Grunt Male and Female, Blacksmith, Bride, Cultist, Evil Professor, Gardener, Groom. Jon Snow, Knight, Magma Grunt Male and Female, Mailman, Monk 1 and 2, Pirate Captain, Pirate Grunt, Professor Ras, Rocket Grunt Male and Female, Santa, Tesla.

  • Trainer NPC: Aqua Grunt Male and Female, Jon Snow, Knight, Professor Ras, Rocket Grunt Male 1-6, Magma Grunt Male and Female, Pirate Captain, Pirate Grunt 1 and 2, Football Fan 1 and 2, Gardener 1 and 2, Pokemaniac Girl 3, Swimmer Male 2 and Female 1 and 2, Youngster 5.

  • Added the N-Solarizer and N-Lunarizer, and their effect on Necrozma. It's basically exactly what DNA Splicers do, though?

- Added Silvally's RKS System ability.

  • Added Poison, Ice, Fire, Rock, Ground, Steel, Bug, Flying, Psychic, Dark, Ghost, Fairy, Dragon, Water, Grass, Electric, and Fighting memory held items.

  • Added evolution moves; moves that are taught on certain evolutions.

  • /pokebattle now supports wild Pokémon battles.

  • /pokebattle and /pokebattle2 now support comma-separated Pokemon Specs (Pikachu,s,lvl:50)

  • Added Big Malasada and updated the Rage Candy Bar to a status healing item.

  • Added all the region-specific healing items to shopkeepers.

  • Added Pearl, Big Pearl, Pearl Chain, King's Rock, Comet Shard, Ice Stone, and Ice Stone Shard to Water Fishing Loot.

  • Added the sprites for all the different Vivillon forms.

  • Added the Beast Ball. Technically it's been in for a while, but it wasn't in the creative menu before so now it's added!

  • Added Tree Top location type to the spawner.

- Added in a massive amount of new mounts. Thanks to ProudSquirrel for doing all of these!

  • Gen 1 - Arbok, Vileplume, Cloyster, Rhyhorn, Snorlax, Dragonair
  • Gen 2 - Ariados, Crobat, Lanturn, Quagsire, Donphan
  • Gen 3 - Ludicolo, Swellow, Pelipper, Slaking, Exploud, Hariyama, Aggron, Mega Aggron, Manectric, Mega Manectric, Sharpedo, Mega Sharpedo, Vibrava, Whiscash, Claydol, Sealeo, Walrein, Huntail, Gorebyss, Regirock, Regice, Registeel
  • Gen 4 - Bibarel, Floatzel, Gastrodon, Purugly, Hippowdon, Drapion, Lumineon, Probopass, Heatran, Regigigas, Giratina
  • Gen 5 - Stoutland, Gigalith, Conkeldurr, Seismitoad, Scolipede, Darmanitan, Carracosta, Emolga, Galvantula, Ferrothorn, Klinklang, Eelektross, Haxorus, Stunfisk, Bouffalant, Mandibuzz, Durant, Zweilous, Hydreigon
  • Gen 6 - Chesnaught, Pyroar, Furfrou, Goodra, Zygarde

- On top of that, some previous mounts were also fixed

  • Gen 1 - Venusaur, Charizard, Mega Charizard X, Fearow, Tentacruel, Graveler, Golem, Tauros, Mega Gyarados, Aerodactyl, Mega Aerodactyl, Zapdos

  • Gen 2 - Raikou, Entei, Lugia, Ho-Oh

  • Gen 3 - Mega Swampert, Mega Camerupt, Flygon, Milotic, Tropius, Absol, Salamence, Mega Salamence, Metagross, Mega Metagross, Latias, Mega Latias, Latios, Mega Latios, Groudon, Primal Groudon, Primal Kyogre, Rayquaza, Mega Rayquaza

  • Gen 4 - Staraptor, Drifblim, Honchkrow, Magnezone

  • Gen 5 - Serperior, Samurott, Archeops, Braviary, Kyurem-Black, Kyurem-White

  • Gen 6 - Aurorus, Avalugg

  • Added a lot of bugs, probably.

Changes:

  • Legendary spawning on servers will no longer favour clusters of players over individuals.

  • Leaping forward in battle animations now jumps back afterwards so Pokémon aren't cuddling each other after 2 turns.

  • Reworked where everything spawns. Like, legit everything.

  • Happy Hour now does nothing if allowPayDayMoney is false in the config.

  • You can now remove the Mew you put into the cloning machine by sneaking and right-clicking.

  • Changed the Pokémon Editor and the Statue Editor to use a drop-down menu instead of a text menu for forms.

  • Updated the tier lists to Gen 7 latest (as of 06/10/2018).

  • Primal forms can now be bosses, and now also spawn. Groudon in arid biomes, and Kyogre in oceanic biomes.

  • Pokémon no longer recoil from battle damage. If they still did then our particle animations would be off!

  • The maximum number of Pokémon in a ranch block was reduced to 2. This is for the good of everyone, believe me.

  • Statues will now fallback to the original texture if a custom texture isn't loaded (like normal Pokémon).

  • Added a config option for restricting the number of Pokémon a given player can have in all their ranch blocks combined.

Fixes:

  • Fixed an exploit in trainer cards.

  • Fixed Castform not changing form when it's sent out in Minecraft weather (outside of battle).

  • Fixed going down many elevator blocks being so fast your brain hurts.

  • Fixed being able to add your last Pokémon to the clone machine.

  • Fixed others not seeing shiny, owned Pokémon name tags as yellow.

  • Fixed fences and glass panes from connecting to PCs, trade machines, washing machines, fans, and mowers.

  • Fixed /checkspawns legendary erroring if you're in one of those locales that normally uses commas for decimal points.

  • Fixed all the /checkspawns variants using nonsensical permission nodes, they all use pixelmon.checkspawns now. That one was a bit embarrassing.

  • Fixed Scolipede being the size of a Primal Groudon. Now it's just big, as opposed to monstrous.

  • Fixed untradeable Pokémon being tradeable if you're sneaky.

  • Prevent Pokémon from changing dimension. Fixes a dupe bug with nether portals.

  • Potentially fixed how sometimes a huge amount of bird Pokémon will spawn above water. Potentially not though, developers are useless.

  • Fixed bell sprites displaying wrong on newer forge versions.

  • Fixed cloning machines not being breakable in survival.

  • Finally fixed the Pokégift block. It wont eat your Pokémon anymore.

  • Fixed the Pokégift event block reversing the giveLegendsOrNa config setting. That's been bugged for years!

  • Fixed the Heavy Ball not taking form into account when checking the Pokémon's weight.

  • Fixed an exploit in Rock Smash where you could duplicate the block you smash.

  • Fixed an exploit with ranch block upgrades where they could be used without being taken from the inventory.

  • Fixed Gen 6 sprites being a different height to the other sprites. You probably saw this as a bug with the egg sprites.

  • Fixed you hovering magically if the chair you're sitting on is destroyed.

  • Fixed Pokémon being able to spawn outside the world border.

  • Fixed the Unbreedable spec.

  • Fixed you falling through Ho-oh while flying on it.

  • Fixed item stack data being lost when you retrieve an item from a PokeChest.

  • Fixed a possible tile entity error during world generation. Thank you, Cepera, for finding this.

  • Fixed a possible crash from breaking a cloning machine that's been cut in half by world edit or something.

  • JEI no longer shows in the battle menu.

  • Cave spiders and silverfish no longer spawn.

  • Fixed the useRecentLevelMoves config option making it use the earliest moves instead.

  • Fixed an exploit with Thief and /endbattle that let you infinitely duplicate held items.

- Battle fixes:

  • Fixed some Timespace Orb held item problems.
  • Fixed Metronome being able to select King's Shield, Hyperspace Fury, Diamond Storm, and a bunch of other moves.
  • Fixed Assist having similar issues as Metronome did.
  • Fixed Magnet Rise never ending.
  • Fixed Techno Blast bypassing immunities by not being the drive's type fast enough.
  • Fixed Sturdy and Sweet Veil not being ignored by Mold Breaker Pokémon.
  • Fixed Trace being able to copy fainted Pokémon abilities using moves like U-Turn.

Performance:

  • Significantly improved the Better Spawner's performance on its thread. This won't be a hugely visible change in-game but your processor will send us a Christmas card.

API/back-end (for sidemodders):

  • Completely rewrote storage and EntityPixelmon. Every sidemod is probably broken. This will be better, trust me.

  • Added Notice Overlays to API after reworking the existing CustomNoticeOverlay. You can scale the Pokémon models now!

  • Removed the now-unused BaseStatsLoadEvent.

  • Added Pokedex#wipe(). Probably useless, I dunno.

  • BerryEvent.PickBerry now actually fires.

  • BreedEvent.AddPokemon's result can be used to bypass the new maxCumulativePokemonInRanch config setting.

  • BreedEvent.AddPokemon also now actually fires.

  • Added "status" spec so Pokémon can spawn asleep, paralyzed, etc. Seems like cheating but what do I know.

  • Added config options for intercepting Pixelmon loot table injection so you can cancel our changes to the loot.

Pixelmon Mod 6.3.4

"This wasn't my fault!"



Fixes:

  • Fixed a big held item problem. This undoes the JEI fix since it broken.

  • Fixed PokéBalls sitting weirdly in healers and other places.

  • Fixed spam caused by warp plates.

  • Fixed debug spam from cloning machines!

Pixelmon Mod 6.3.3

"Ok fine there were some fixes to be done first"



Additions:

  • Added new, smooth models for Clefairy, Clefable, Gastly , Haunter, Yanma, Yanmega, Electivire, Gligar, Gliscor, Venipede, Whirlipede, Scolipede, Bisharp, and Pawniard.

  • Added animations for Stunfisk, Tynamo, Eelektrik, Eelektross, Durant, Druddigon, Cubchoo, and Beartic.

  • Taught Empoleon to dab on the haters (Usable from statues).

  • Added Gliscor and Volcanion as flying mounts because it looks great. What do you mean it doesn't make sense? We're doing it anyway, you can't stop us.

Changes:

  • Legendaries that are spawned as bosses are now always red bosses.

  • Removed a lot of spammy debugging code.

  • Eggs now need to hatch before it adds it to the caught list in your Pokédex.

  • Increased the spawn rates on a few Pokémon that had low chances due to needed nearby blocks.

Fixes:

  • Fixed a Pokémon duplication bug that was very very bad. Thank you ??QAQ for helping us find this!

  • Fixed the Timespace Altar being completely unusable. Now that's a woopsy!

  • Fixed many types of PokéBalls not shaking or animating.

  • Fixed crashes caused by the ice gym structure.

  • Fixed Sir Doofus III being able to evolve. Sir Doofus III IS the ultimate form of any Pokémon and you all know it.

  • Fixed NPC traders being super whacky and not accepting trades if they were edited.

  • Fixed a possible crash when spawnLevelsByDistance or spawnLevelsCloserToPlayerLevels is on.

  • Fixed all kinds of weird behaviour caused by /pokereload.

  • Fixed modified block spawns (e.g. tall grass) causing crashes due to not being spatially aware. We bought them new glasses, it was fine.

  • Fixed spawning issues with Lotad.

  • Fixed Yveltal being a land spawn, instead of an air spawn. It has MASSIVE wings and it was a land spawn. Developers, man.

  • Fixed Mega Sableye being way too common. God damn these Ghost-type megas.

  • Fixed Unown needing night time to spawn despite spawning in caves. Even Patch Notes Guy knows that caves are dark all day long, and his only qualification is typing.

  • Fixed mount positions for Yveltal, Primal Groudon, Primal Kyogre and Mega Rayquaza.

  • Fixed /pokespawn evhp:100 evattack:252 etc. not accepting values above 31.

  • Fixed Magneton's model issue. Bloody Gabe's fault, no doubt.

  • Fixed fishing rods still having a chance to fail despite being able to catch things in that location.

  • Fixed TMs being able to teach moves that are only through level-up, tutors, or breeding.

  • Fixed the sprite offset on the Trainer Cards.

  • Fixed Trainer Cards being able to see what is inside eggs. We gave the Trainer Cards' glasses to the block spawners.

  • Fixed (probably) /checkspawns causing errors for European locales. Using ',' instead of '.' in decimal numbers is weird!

  • Fixed Rotom having some of its forms moves as tutor moves and getting passed down with breeding due to old mechanics.

  • Fixed Water Stone and Fire Stone tools giving infinite obsidian when used on non-source blocks. Now you get cobblestone like you should.

  • Fixed some Generation 6 Pokémon missing AI behaviour.

  • Fixed baseBlocks property of spawn conditions.

  • Fixed an issue caused by glitched Pokémon that can't decide if they're in a Ranch Block or not.

  • Fixed Greninja not being able to learn Happy Hour.

  • Fixed Piplup having a hard time spawning.

  • Fixed Reforged having their own Brokedemaru. Elekid now looks normal. You saw nothing.

  • Fixed Mega Slowbro and Mega Blastoise having little chance of spawning due to only being on land in ocean biomes.

  • Fixed Archeops and Swanna having bugged models.

  • Fixed a potential error with breeding.

  • Fixed wild Pokémon spawning completely ignoring the maxLevel config option.

  • Fixed a few stutters in some animations.

  • Fixed Ho-oh's and Yveltal's models touching the ground when flying. It was very un-legendary.

  • Fixed texture issues on Mega Pidgeot and Mega Sharpedo.

  • Fixed Cloning Machines increasing the Mew's times cloned when it's put into the machine instead of when the machine does the cloning.

  • Fixed Pokérus issues.

  • Fixed JEI compatibility with the battle GUI.

  • Fixed the mower inventory GUI continuing to work after the actual mower was destroyed. No more dupes 4 u

- Fixed battle stuff:

  • Fixed Aegislash's stat changes from form changing not applying until next turn.
  • Fixed an uncommon battle error when leveling up.

Server-related fixes and changes:

  • /checkspawns permissions split into pixelmon.command.checkspawns.fishing, .normal, .legendary, .megaboss, .rocksmash etc.

  • Shrunk computer data file sizes even more, speeding up saving. Also made the shrinking retroactive so when someone logs in their PCs shrink in data size.

  • Fixed Badge Cases stalling a server when trying to remove a non-existent badge.

Performance:

  • Fixed wide-reaching spawning performance issues caused by the spawnLevelsByPlayerLevels and spawnLevelsByDistance config options

  • Aggressively optimized even more Better Spawner stuff because Spark is an amazing profiler.

API/Back-end (for sidemodders):

  • EvolveEvent.PostEvolve#preEvo is now a much closer clone of the original entity before evolution.

  • Made single-arg PokemonSpec construction do the string separation itself so PokemonSpec("Ralts lvl:50") works like PokemonSpec("Ralts", "lvl:50").

  • Added ISyncHandler for forcefully main-threaded packet handlers. Unless you're doing client modding this probably means nothing to you.

Localization/language:

  • Updated fr_FR, fr_CA, it_IT, ko_KR.

Pixelmon Mod 6.3.2

"Hey look, everything from generation 1-6 is now done. I wonder what's going in the next version? It's SO unclear."



Additions:

  • Added all remaining megas: Mega Aggron, Mega Camerupt, Mega Diancie, Mega Heracross, Mega Houndoom, Mega Sableye, Mega Scizor, and Mega Steelix.

  • Zygarde now spawns in Mesas at night. You lot asked for it so you got it. The Zygarde forms from gen7 will come... with gen7.

  • You can now make Groudon and Kyogre undergo Primal Reversion outside of battle, same way as Mega Evolutions.

  • Added a special Bidoof, Sir Doofus III, as a rare form. There is a 1/30 chance a Bidoof caught with a Luxury Ball will be Sir Doofus III. This was purely for our own entertainment.

  • Remodeled Magnemite, Magneton, Magnezone, Camerupt, Numel, Aggron, Lairon, Aron, Salamence, Shelgon, Bagon, Sableye, and Scizor. We got new modelers and animators! Woo!

  • Animated Drilbur and Excadrill.

  • By default, wild Pokémon and trainers will now spawn closer to your level so you're less likely to get your ass wooped when you start. SO much better.

  • Synchronize now makes wild Pokémon have a 50% chance of being of the same nature.

  • Added heaps of new Pokémon to fishing, Sweet Scent, Rock Smash and Headbutt.

  • Added a Badge Case made out of 9 cooked apricorns. Now you have a place to put all those badges you've (maybe) earned!

  • Added Trainer Cards. They are permanently attached to you. No escape.

  • Added Rage Candy Bar, Lava Cookie, Old Gateau, Casteliacone, Lumiose Galette, and Shalour Sable. Shopkeepers sell them.

  • Added gold text for shiny Pokémon in the wild.

  • Added coloured gender icons to the GUIs so there's less of that unrelenting, depressing grey.

  • Speaking of colours, added white, gray, black, pink, purple, cyan, blue, green, brown, yellow, red and orange chairs.

    • Added a new smooth model for the chairs.
    • Added new and improved block textures for Fossil Display, Bridge, Pokésand, Pokécenter Sign and Pokémart Sign.
  • Spawning options in the P menu no longer require a restart to apply.

  • Added a config option for whether the "Drop all" button should delete the drops instead of dumping them on the ground.

  • Added "unbreedable", "ivhp"/"evatk" etc, "minivs/evs", and "maxivs/evs" to things like /pokespawn and /pokegive.

Changes:

  • Showing the names of wild Pokémon is now on by default because us old people have no idea what these new Pokémon are.

  • Lowered the minimum level of many many wild Pokémon because it's too difficult to find Pokémon to train against early on.

  • Put enchantment books in the fishing loot.

  • Improved stuff with the anvil because it was annoying the hell out of Patch Notes Guy:

    • It no longer takes up an entire block despite being so little.
    • It now rotates based on how you placed it.
    • Reworked the sounds so that it no longer tricks you into thinking you're getting experience, and the volume is now consistent.
  • Nerfed loot chests and the start chest because those were very unbalanced!

  • Made the Timespace Altar a two-block-tall block.

  • The spawnLevelsByDistance config option will now prevent Pokémon from spawning if its evolutions would make it unrealistic at that level.

  • Underground Pokémon won't spawn when they're just underneath glass (if you reset your BetterSpawnerConfig.json).

Fixes:

  • Fixed Battle Bond Greninja's ability reverting to Torrent under particular circumstances.

  • Fixed Deoxys and Hoopa not holding a Meteorite and Prison Bottle respectively when they spawn in the wild.

  • Fixed battle stuff:

    • Fixed your first Pokémon not being visible when a battle starts.
    • Fixed switching a Mega Rayquaza back into battle causing everything to flip out.
    • Fixed Truant not letting you attack after switching.
    • Fixed Unburden not activating when things like Knock Off remove the item being held.
    • Fixed Fake Out failing after switching out and back in. Turns out that should work. Pokémon battles are confusing.
    • Fixed Delta Stream's weather condition doing all sorts of whacky stuff to move effectiveness.
    • Fixed Trick, Thief, etc being able to take items which have special value to the user. For example, a Gengar could Trick a Gengarite onto itself. Not allowed!
    • Fixed Fling feeding the target a berry when a non-target has Unnerve.
    • Fixed a loophole where Groudon could relieve itself of its Red Orb in battle.
  • Fixed Clamperl and Carvanha fishing stuff all erroneously referring to "Clampearl" and "Carvahna", making them impossible to catch. Speling is hrd.

  • Fixed walking into raised Red and Blue Orbs causing suffocation. Also fixed very rare player crashes caused by destroying Orbs.

  • Fixed the majority of config options not appearing in the P config menu.

  • Fixed DNA Splicers being only one time use. Good thing we didn't store the fused Pokémon in the item, haha. ... I had a heart attack.

  • Fixed a few errors with Pokémon stats, mainly with megas. Ok, so we aren't perfect; sue us. ... On second thought, please don't. Not again.

  • Fixed Lucario not spawning in the wild.

  • Fixed Pokérus spreading to the not-sent-out Pokémon being very, very, very, very, very rare. Pretty much a one in a million chance.

  • Fixed the "renderWildLevels" config option not working in any useful way.

  • Fixed PokéDollars not updating properly in singleplayer or in not-Sponge servers. There are a couple of those.

  • Fixed issues when loading Pokémon that have moves that are currently only in inferior mods.

  • Fixed Mega Gengar and Mega Banette having dominance over the other night-time megas, spawning way more often.

  • Fixed missing Griseous Orb from boss drops, so you can legitimately get Giratina now. Sorry 'bout that.

  • Fixed Registeel not being capable of spawning. Now it's deep underground in medium-temperature hill biomes. Again, very sorry.

  • Fixed the Arc Chalice sprite having that awkward white background. Woops!

  • Fixed Nurse Joy's name appearing as Nurse John. I would make a joke about this but it's a touchy subject.

  • Fixed Magikarp when fished from lava. What's special about those? Uhh... Nothing. I didn't say anything.

  • Fixed collisions with all the following mons:

    • Confined and Unbound Hoopa, normal and Mega Rayquaza, normal and Primal Groudon, normal and Primal Kyogre, Mega Gyarados, Mega Altaria, Goodra, Aurorus, Landorus, Tornadus, and Thundurus
    • Also, fixed heaps of riding positions but we completely lost track of all of the ones that were fixed. Xerneas and Yveltal were definitely fixed, though. This is awkward.
    • Also also, fixed Hoopa Confined being a little bit too big for a pixie, Mega Absol being massive, Mega Salamence being small, and Excadrill being too small as well.
  • Fixed Teleport external move not working properly when you're in the same dimension that you're going to.

  • Fixed shopkeepers scamming you and taking way more money than advertised when selling you evolution stones. (Fixed buyMultiplier not being visible on clients)

  • Fixed the display of the Repel effect.

  • Fixed HP Up using the Protein sprite. It's been like that since they were added!

  • Fixed the Little Boy, Policeman, Punk Girl, Rancher, Sailor, Scientist M and Shop Girl NPC textures.

  • Fixed Weepinbell's dent in his back. Nothing a good chiropractor couldn't sort out.

  • Fixed those random Pokémon Centers not having a nurse in them. John and Joy were on strike. Something about wages, I wasn't listening.

  • Fixed the quantity and meta fields in spawning items not working properly.

  • Fixed a potential spammy error with the Headbutt external move.

  • Fixed /checkspawns legendary giving really weird next spawn times after /pokereload.

  • Fixed /pokereload not regenerating BetterSpawnerConfig.json, and not properly removing the removed sets.

  • Fixed Pixelmon Spawner blocks spawning on the corner of blocks, where Pokémon may suffocate.

  • Fixed bosses using the legendarySpawnChance option instead of bossSpawnChance.

  • Fixed Pixelmon Spawner blocks not spawning on things like snow layers and plants.

  • Fixed Apricorn Trees, Berry Trees, and Orbs dropping an item when the player is in creative.

  • Fixed that "null" Better Spawner section of the config.

  • Fixed the /struc command not actually tab completing the structure names.

  • Probably maybe fixed that battlespot.json error on startup.

Server-related fixes and changes:

  • Fixed async saving options being completely ignored.

  • Fixed a possible storage-related crash made possible by Sponge. Thanks Sponge™.

  • Fixed a held item duplication trick connected to battles on servers. No more dupes 4 u.

  • Fixed Pixelmon donation sashes sometimes not appearing on other people in-game.

  • Fixed ranch blocks being very invisible in most cases.

  • Fishing rods can no longer be used to pull entities that are unable to be pushed, like stationary trainers and armour stands.

  • Fixed deleting a move and various other things causing more async stuff that Sponge hates. God damn it Sponge.

  • Fixed the Red and Blue Orbs being dupe-able on Sponge servers.

  • Further improved Better Spawner efficiency on Sponge servers.

  • Fixed Pokérus spreading sometimes causing end of battle errors. Almost definitely caused by a sidemod problem, but it won't happen again either way.

  • Spawn sets no longer need to be suffixed with .set.json.

Performance:

  • Fixed /checkspawns being on the main thread (again) causing lag spikes.

  • Sped up the performance of lots and lots of Apricorns.

  • Optimized those evolution stone armour things.

  • Significantly optimized Pokérus. Thank you, VengeanceMC, for giving us the information we needed for this.

API/Back-end (for sidemodders):

  • Added ISpawningTweak for slight adjustments to make it easier to set up slight spawning changes in entity creation.

  • Added ISpawnerCondition for giving programmable conditions on spawns and locations to spawner objects.

  • Added "causes" to SpawnLocation, such that all locations that are oriented towards a player know who it is was. All default spawning has a player cause.

  • Added CreateSpawnerEvent for very easy modification of spawning behaviour for individual players.

  • Added BreedEvent.AddPokemon event, used to prevent certain Pokémon from being put into ranch blocks.

Localization/language:

  • Updated the en_US, en_GB, es_ES, fr_CA, fr_FR, ru_RU, zh_TW, zh_CN language files. You won't find a better translation team, anywhere.

Pixelmon Mod 6.3.1

”To be fair, we've had buggier updates”



Additions:

  • Added a shiny AZ Floette texture since why not.

Changes:

  • Made those spiky-eared Pichu and AZ Floettes a bit rarer since boy were those too common.

  • Also fixed rarities defaulting to 50 which fixes Red Shards also being too common.

  • Got the growths ordered correctly in the Pokémon Editor as well, instead of just the statues.

  • Improved the names of some of the Pokémaniac trainers.

Fixes:

  • Fixed statues without animations causing crashes.

  • Fixed Dawn and Dusk Stone ore causing client crashes on servers. Not much of a performance improvement after all. ):

  • Fixed a related crash on the server-side caused by us having "END" where we should have had "START". Programming is hard.

  • Fixed the occasional capture causing a hundred billion of that Pokémon to go into your PC.

  • Fixed the Red and Blue Orbs not being taken from your inventory when you place them.

  • Fixed randomly generated trainers not having Pokémon!

  • Fixed evolutions not working once that species has evolved once.

  • Fixed regular bosses using the megaBoss drops.

  • Fixed regular sun and regular rain behaving like extreme sun and extreme rain!

  • Fixed the default levels of: Rhyperior, Roggenrola, Crustle, Scraggy, Scrafty, Yamask, Cofagrigus, Ferroseed, Skunktank, Shaymin.

  • Fixed things like /pokegive having trouble targeting players whose username is the beginning of someone else's username. I know that's confusing.

  • Fixed a crash from Pokérus trying to spread.

  • Fixed a crash if a player logs off after throwing a PokéBall that catches a Pokémon.

  • Made a workaround to restore BungeeCord support. Thanks BungeeCord.

  • Fixed the Good Rod recipe giving you a Super Rod lmao.

  • Fixed the random gym structures not generating properly because of trainer data.

  • Fixed those new megas not dropping their stones. I swear, one day we will remember.

  • Fixed Mega Gyarados, Mega Audino, and Mega Altaria not having the appropriate types.

  • Fixed some Pokémon getting two of the same move!

  • Fixed spiky-eared Pichu's sprite being too high.

  • Fixed bad things happening if you make some goofy mistakes in the SpawnSet JSONs.

Pixelmon Mod 6.3.0 - The Legendary Update

"This changelog goes on forever!"



Additions:

  • Added Arceus event, the Azure Flute, and the 'Arc Chalice'. Use all the Plates on the chalice to get the Azure Flute, then use the Azure flute near the Timespace Altar. Then battle God.

  • Added Ho-oh and Lugia event. Get a whole bunch of Clear Bells or Tidal Bells, hang 'em up together, and if they start ringing at dawn, come back at dusk later that day. Get ready to fight a legendary.

  • Added Black Kyurem and White Kyurem. DNA Splicers are carried by wild Kyurem when you catch them! Use them on Kyurem with Reshiram/Zekrom in your party. The transformation effect is awesome.

  • Added transformation effects for Hoopa and Shaymin too since we were in the neighbourhood and we saw the lights on.

  • Added Mega Rayquaza. Find some move tutors to teach it Dragon Ascent. Or cheat.

  • Added Primal Kyogre and Primal Groudon. "But Mr. Changelog Guy sir, how do we get the orbs" - Read the next change.

  • Added the Red Orb and Blue Orb. Fish from lava (in deserts) or water (in oceans) to get the shards, and place them on the ground to make the orbs!

  • Rotom can now change into his many forms. Throw him out at the specific items to let him absorb their forms.

    • Furnaces and fridges have been updated to allow the transformation of Rotom.
    • 3 new blocks have been added: - Washing Machine, Fan and Mower, each of them having their own crafing recipies. Check the wiki for them.
    • Each Rotom learns a special move upon fusing with a machine: Hydro Pump, Overheat, Air Slash, Blizzard and Leaf Storm.
    • Rotom changes back to normal form if thrown at an item that's the same as its current form. This removes the special move.
  • Added Megas for the following pokemon: Ampharos, Banette, Gyarados, Kangaskhan, Lucario, Sharpedo and Salamence.

  • Added Pokérus. Now your Pokémon can get infected! (... What? No I think it sounds fine, leave it in.)

  • Added Landorus, Thundurus, and Tornadus Therian forms. Use a Reveal Glass on them to change their forms.

  • Added Reveal Glass crafting recipe. You'll need polished andesite, two crystals, a ruby, a sapphire, an emerald, and a glass pane. Check the Pixelmon Wiki!

  • Added Stance Change for Aegislash's Shield and Blade forms. Use a damaging move to go to Blade stance, use King's Shield to go back to Shield stance.

  • Added Zen Mode for Darmanitan. When his health is low, he turns into a weird blue thing, I dunno.

  • Added SMD remodels for Rattata, Raticate, Ponyta (!), Rapidash (!!), Lapras, Mareep, Flaaffy, Ampharos, Bellsprout, Weepinbell, Victreebel, Shellder, Cloyster, Lunatone, Solrock, Darumaka, Sharpedo, Mega Altaria, Grimer and Muk.

  • Added animations for Bergmite, Avalugg, Vanilluxe, Doublade, Honedge, Aegislash.

  • Added some sound effects to the Timespace Altar since it's weird to summon legendaries in absolute silence.

  • Added fishing loot to both water and lava fishing.

  • Added many more Pokémon to fishing in water, sometimes specific to biomes.

    • A fair few evolution lines are now exclusive to fishing.
    • Old Rods and Good Rods are now craftable, check the wiki for the recipies.
    • Super Rods are now available as a Boss Drop item, as well as a fishing loot item. Which is kinda funny if you think about it.
  • Added /megaring [player] command to give players a Mega Ring.

  • Re-added green bosses and non-mega bosses. Those were cool. Mega bosses will still work as per usual. Some drops are only found by beating mega bosses specifically.

  • Some Pokemon now have the chance to be holding items when caught naturally.

  • Added Headbutt & Sweet Scent external moves.

  • The following External Moves now spawn Pokémon, some exclusive to these moves:

    • Headbutt
    • Rock Smash
    • Sweet Scent
    • Combee line, Pineco line, Carbink, Nosepass and Dunsparce are now exclusive to these moves.
    • Rock Smash also has the chance to drop fossils. Rarely.
  • Added Spiky Eared Pichu and AZ's Floette. Only found using the External Move Sweet Scent. Pro-tip, Flower Forest and Flower Plains biomes only!.

  • New mounts! Do I have to name them all? Really? ... I don't get paid enough for this.

    • Flying: Talonflame, Dialga, Palkia, Arceus, Swanna, Cresselia, Reshiram, Zekrom, Yveltal, Noivern, Tornadus-Therian, Thundurus-Therian, Landorus-Therian, Garchomp despite not being able to learn Fly.
    • Land only: Sawsbuck, Parasect, Luxray, Rampardos, Bastiodon, Mamoswine, Heatran, Zebstrika, Cobalion, Terrakion, Virizion, Gogoat, Absol, Keldeo, Crustle, Tyrantrum, Avalugg, Xerneas, Victreebel
    • Water: Swampert
  • Added new skins for a lot of NPCs. Like, a LOT:

    • Shopkeepers: shopgirl, shoplady, shoplady2, shoplady3, shoplady4, shopman, shopman2, shopman3, shopman4, shopman5, shopsecondman.
    • Grunts: rocketgruntfemale1, rocketgruntfemale2, rocketgruntfemale3, rocketgruntfemale4, rocketgrunt5, rocketgruntfemale6.
    • Thematic Trainers: bugcatcher1, bugcatcher2, bugcatcher3, bugcatcher4, bugcatchergirl, firebreather1, firebreather2, firebreather3, firebreather4, pokemaniac1, pokemaniac2, pokemaniac 3.
    • Gym Leaders: electricleader1, fireleader2, flyingleader1, flyingleader2, iceleader1, iceleader2, waterleader1, waterleader2, psychicleader1.
    • Townies: artist, baker, blackbelt, blacksmith, cueball, doctor, engineer, fisherman, hexmaniac, hiker, lass, littleboy, littlegirl, madame, monsier, miner, npcchat1, npcchat2, officerjenny, oldwoman, policeman, preschooler_f1, prisoner, psychic, psychic_f, punkgirl, punkguy, rancher, richboy, sailor, santa, scottish, streetthug, suit, supernerd, swimmer_m.
    • Trainers: breedergreen_f, breedergreen_m, gnome_trader, ornithologist, ornithologist_f, ranger_f, ranger_m, scientist_f, scientist_m, spawntrader, youngster1, youngster2, youngster3, youngster4, youngstergirl, youngstergirl2.
  • ** Special thanks to Starwarschamp4, Crystal_Missile and Kayouri for the months-long effort ?

  • Obliterated the traditional spawner. Everything will now spawn in new locations! Chaos! The wiki is gradually being updated and you can use /checkspawns so I'm sure you'll be fine!

  • Added "untradeable" option to things like /pokespawn and /pokegive.

  • Better Spawning:

    • Added NPC and boss spawning to the Better Spawner.
    • Added "percentage" option for spawns. Check the wiki before using this so you don't make a horrible mistake.
    • Did the actual wiki for the Better Spawner. I'm told that took many hours but nobody cares.
  • Added copy/paste buttons for the import/export feature of the PokeEditor.

  • Added a bunch of external JSONs:

    • Added npcs/trades.json for changing what trade offers NPC traders can have in the wild.
    • Added JSONs for Pokémon base stats which includes stats, evolutions, riding information, moves, etc.
    • Added JSONs for moves. Probably not a great idea to change these but y'know, do whatever.
  • Added bossRate, bossSpawnTicks, bossSpawnChance config options.

  • Added PokemonSpec stuff to the trade editor and added optional descriptions to NPC trades.

  • Added a handful (if you have ginormous hands) of new colours to decorative blocks:

    • Water floats: Black, Gray, White, Brown, Cyan and Red.
    • Cushion chairs: Black, Gray, White, Orange, Brown, Purple, Pink, Cyan, Green and Blue.
    • Folding chairs: Black, Gray, White, Yellow, Orange, Brown, Red, Purple, Pink, Cyan and Blue.
    • Vending machines: Black, Gray, White, Brown, Purple, Cyan.
    • Clocks: Black, Gray, White, Yellow, Orange, Brown, Red, Purple, Cyan, Green.
    • Umbrellas: Black, Gray, White, Orange, Brown, Purple, Pink, Cyan.
    • Pokéball Rugs: Black, Gray, White, Orange, Purple, Pink, Cyan.
    • Recipes changed a bit, check the Pixelmon Wiki for updated information!
  • Added Recipe Book unlocking for machines, water floats, vending machines, clocks, cushion chairs, folding chairs, umbrellas and Pokéball rugs.

  • Added Nurse Joy! Don't worry, Nurse John still has a job. At minimum wage.

  • Added /checkspawns [legendary/megaboss/sweetscent/rocksmash/headbutt/fishing/player]. Now it's way easier to see what you can find in an area.

Changes:

  • Move tutor NPCs will now have 20 available moves instead of 3.

    • This can be raised or lowered in the Pixelmon config.
    • Additionally, they will all have the chance to have event-only moves like Relic Song and Dragon Ascent.
  • Rewrote legendary spawning to be less crap.

  • Fishing will now never fail unless there is insufficient room or no possible Pokémon.

  • /pokereload now reloads the Pixelmon hocon and the Better Spawner config and the spawning external JSONs and pretty much everything else except stat JSONs.

  • Removed heaps of unused config options from the Pixelmon hocon. There were sooo many we haven't used in years!

  • Fully removed the deprecated database Pokémon storage.

  • Migrated Grass, Cave Rock & Rock Smash to Better Spawner for way more configuration. (Headbutt & Sweet Scent are there too!)

  • /pokeheal now requires "pixelmon.command.admin.healother" permission to heal other players.

  • Added Mega Blaziken's spawning files - they seemed to have "Burnt Out". Haha. Sorry. I guess I'm going to get "Fire-" whoah who are you, put the gun down, sto-

  • Replaced the Changelog Guy.

  • Tweaked a bunch of other megas spawning rarities as some seemed to be too hard to find.

  • Updated all of the competitive tiers - now we can do Smogon a bit better.

  • Some legends have had a rethink about where they want to live. We didn't try to stop them. They would squish us if we tried.

  • Updated the BossDrops and PokeDrops JSONs.

  • Gracidea now grow like normal flowers.

  • Healing a party from an NPC is 50% faster now. It was meant to be like this forever but it's been bugged this whole time!

  • The growths of the statue editor are now ordered by their scale so if you have OCD you'll no longer be bleeding from the eyes.

  • Removed the fire particle effects from Charizard since we pretty much have animated fire on him anyway.

  • Pixelmon Grass can now be placed on earthy and sandy blocks.

Fixes:

  • Fixed a hacking vulnerability with NPC trading.

  • Fixed dodgy hitboxes on Apricorn trees and berry trees so you don't get angry every time you walk through a garden.

  • Fixed /checkspawns in a big way.

  • Fixed players being able to trade away their last hatched Pokémon and therefore only have an egg left.

  • Fixed instant dismounting of chairs when mounting while sneaking.

  • Fixed Wurmple not being able to be bred from the Cascoon branch of the evo line. It was a little bit "buggy". I can't believe I still have this job.

  • Fixed Poké Editor sometimes wiping EVs/IVs. Would've liked to have fixed its appearance too, but nah, still ugly.

  • Fixed Hidden Grottoes not generating in some forest biomes, both normal and especially from Biomes O' Plenty.

  • Fixed a random player being disconnected if a player captures a Pokémon then disconnects.

  • Fixed NPC editing attacks not prioritizing your language for move names.

  • Fixed the wiki key opening up a wiki page for air whenever your hand is empty.

  • Fixed Spewpa evolving into Pokéball Vivillon when evolving in forests and forest hills biomes.

  • Fixed fishing not working when the hook is near the edge of water. You still need deep water for bigger fish though.

  • Fixed things like Nosepass not evolving if they levelled up while not sent out.

  • Fixed the Lure Ball advancement. We definitely didn't forget all about it. This was almost certainly Gabe's fault.

  • Fixed all those Pokédex completion advancements not working. No one told us about this! What the heck!

  • Fixed maxLevel, afkHandlerOn/afkTimerActivateSeconds, riding speed multiplier config options not working on servers.

  • Fixed Pokémon causing item frames to pop off.

  • Fixed Pokémon bounding boxes being solid and not pushable like other mobs.

  • Fixed mounting a surf Pokémon causing the player to have no breathable air if dismounting underwater.

  • Fixed the PokeEditor not importing/exporting form information.

  • Fixed players sometimes getting kicked from Sponge servers when they fiddle with held items. Thanks Sponge.

  • Fixed a serious issue in the dawn/dusk ore block which caused Sponge servers' performance to go ballistic! Thanks Spon- wait no this one is on us.

  • Fixed Drifblim being a water mount. Balloons go up. Developers don't get out very much.

  • Fixed tier JSONs so they work for all new multi-form Pokémon from now until Changelog Guy is allowed to retire.

  • Fixed Cobalion, Roggenrola, Zorua, Mega Audino, Liepard, Conkeldurr, Swoobat, Cinccino, Furfrou and Binacle textures. Also cleaned up Rayquaza's texture.

  • Fixed Lucario's, Starmie's, Staryu's, Koffing's, Weezing's, and Garchomp's animations.

  • Fixed missing shiny mega sprites as well as form sprites for a whole bunch of Pokémon.

  • Fixed Foonguss and Amoonguss not spawning due to needing high grass nearby.

  • Fixed a few megastones having the wrong images. Copy pasting gone horribly wrong.

  • Fixed a legendary, pixel-sized error the pink vending machine's texture. So huge. Ruining the game experience completely, I know.

  • Fixed the missing Beast Ball sprite in the Pokémon overlay on the left.

  • Fixed the Egg Sprites on the Gen 6 Pokémon being lower down than the rest.

  • Fixed newly added multi-form Pokémon temporarily having a glitched sprite if you had one before it was multi-form.

  • Fixed Teleport external move not remembering which dimension/world you were in when you last healed.

  • Fixed Cherish Ball blocks being usable for dupes in Sponge servers. Probably.

  • Battle fixes:

    • Fixed Judgement having 130 power instead of 100. I've no idea why it was ever 130.
    • Fixed Hold Back not holding back.
    • Fixed Sticky Web getting blocked by Protect. Nothing can block Sticky Web.
    • Fixed Flash Fire keeping its boost after switching out then back in. To be fair, Bulbapedia doesn't explicitly say that it loses it on switch out, soooo...
    • Fixed moves like Hurricane causing errors when used.
    • Fixed No Guard not guaranteeing OHKO moves. Sucks to be a No Guard Pokémon right about now.
    • Fixed entry hazards failing when used on semi-invulnerable opponents (like Pokémon that are dived or underground)
    • Fixed Secret Sword causing contact where it shouldnt.
    • Fixed Ghost-type Pokémon not always being able to flee from battle.
    • Fixed Eviolite working on Phione. Looks like we couldn't get away with the hack solution after all.
    • Fixed Freeze Shock being special instead of physical.

Pokémon Voices:

Thank you Alstrador, Avery, Drago, Fatyg5, JM Knuckles, LinnRiddikuluss, Lu, Robin Hoot, TheDonStrife, and bigbadgav for the voice acting work!

  • Added Altaria, Amoongus, Audino, Axew, Azumarill, Azurill, Baltoy, Beautifly, Bergmite, Bibarel, Bidoof, Bouffalant, Braixen, Breloom, Buneary, Cascoon, Cleffa, Corsola, Deerling, Emolga, Fennekin, Foongus, Happiny, Haxorus, Kirlia, Klefki, Luxio, Mamoswine, Mime Jr., Minccino, Noctowl, Noibat, Ralts, Sawk, Seedot, Sentret, Shiftry, Shinx, Shroomish, Silcoon, Skarmory, Smoochum, Spinarak, Sunflora, Sunkern, Sylveon, Teddiursa, and Throh.

  • Updated Blissey, Charmeleon, Croagunk, Croconaw, Drowzee, Glaceon, Magikarp, Phanpy, and Torchic.

Performance:

  • Made very large improvements to ranch block performance. That code was awful.

  • Fixed renaming Pokémon causing lag spikes when you have lots of Pokémon in your PC.

  • Improved the performance of the /checkspawns command.

API/Back-end (for sidemodders):

  • Added more power to PokemonSpec, you can now register your own additional arguments to PokemonSpec.

    • This is done by adding ISpecTypes to PokemonSpec#extraSpecTypes during preInit or something.
    • These will automagically work with /pokegive and spawnsets and trade JSONs and evolutions and everywhere else.
  • Added the EggHatchEvent event, fired when an egg hatches.

  • The "to" field in Evolutions now supports all PokemonSpec stuff.

  • PokemonSpec#create will warn and stop if it has a name given but is not a correct name.

  • Added NBT functionality to PokemonSpec.

  • Changing a spawn action to or from a legendary will correctly add/remove the legendary announcement.

  • Destroyed every trace of the Pixelmon2 database. Praise Arceus.

  • Fixed PixelmonSendOutEvent firing off thread causing issues on sponge.

  • Fixed BreedEvent.MakeEgg sending the same parent twice when caused by /breed.

  • Added IPixelmonBankAccountManager, IPixelmonBankAccount so the Economy Bridge can be optimised for servers.

  • DialogueAPI now accepts localizable messages.

  • Added HealerEvents (Pre which is cancellable and Post which is not cancellable).

  • Added PokerusEvents: Spread (Same cancellation as HealerEvents) and Cured.

Localization/Language:

  • Updated zh_TW, es_ES, pt_BR, zh_CN, ru_RU, it_IT, nb_NO and fr_FR. We have the greatest translation team ever.

Pixelmon Mod 6.2.3

"Now potatoes can run it!"



Performance:

  • Optimised even more stuff so you only need 1GB of RAM. Now the THOUSANDS of people on 1.7.10 can move on with their lives!

  • Moved Performance section up to the top of this changelog just this once because we wanted people to see the RAM thing and Changelog Guy has no sense of continuity.

  • 64-bit Java still recommended.

Additions:

  • Added megas (2): Blaziken, Lopunny.

  • Added smooth models for Staryu and Starmie. If you saw Sirud's video, relax, we scaled down Starmie since then.

  • Added smooth models for Meowth and Persian.

  • Added new Boldore and Meganium sounds.

  • Added /checkspawns [specific] [pokemon...] - Gets a percentage based list of Better Spawner spawns for an area or position. Mostly for our own benefit tbh.

  • Added config option: alwaysHaveMegaRing - When you log in it gives you a Mega ring if you don't already have one. Someone asked for this, so here we are.

Changes:

  • Made the Better Spawner the default spawner. New installs will have useBetaSpawner turned on initially. The old spawner is shaking in fear. It knows.

  • Changed many of the default config values for Better Spawning to be more active.

  • Made the Lake Trio spawn underwater instead of on the surface. They swim to the surface anyway, it'll be fine.

  • When a legendary spawns, it now says which it is. Also logs its location in the server console.

  • Legendaries spawned by the Better Spawner now take ages to despawn instead of sometimes immediately going poof.

  • NPC trainers can now utilize Ash-Greninja. Scary times ahead.

  • Removed a bunch of sound files. We don't need Pokémon with 17 voices!

  • Made Xerneas 5x more common.

Fixes:

  • Fixed Pokémon entering battle and reverting to default abilities until switched out and in. Oops.

  • Fixed form changing not updating the ability/type/etc unless it was changed while sent out.

  • Fixed a few problems with PCs and parties on servers. Only tiny of course, bet you didn't even notice.

  • Fixed a Fossil Display visual bug. I wasn't told what this bug was but I'm sure it was huge! Almost definitely Gabe's doing.

  • Fixed even more ways that Apricorn trees can cause crashing. I hate these bloody trees.

  • Fixed Pokémon not walking around at all after mega-evolving outside of battle.

  • Fixed being unable to click the first row of recipes in the recipe book because of the Pixelmon inventory GUI being obnoxious.

  • Fixed evolution stone boots not giving armour values.

  • Prevented eggs from being sent out under any circumstances. There was a teeny tiny little loophole where you could.

  • Fixed the Cursed Body ability using the wrong battle message. Yeah this counts as a bug.

  • Fixed those new megas not spawning in the wild. We forget this every single time we add megas. We did it this time though. Changelog Guy checked.

  • Fixed evolution from single- to multi-forme Pokémon like Cherrim and Gardevoir temporarily breaking their sprite. 2 lines of code to fix. So exhausting.

  • Probably fixed some mods that add biomes not being compatible with the Better Spawner. Bit of a guess. Put it all on red.

  • Also probably fixed an issue where sometimes people can't open a PC.

  • Model fixes:

    • Fixed Kangaskhan lying on its back instead of walking like everyone else with legs.
    • Fixed Tyrantrum being too small. It was technically the right height already but a T-Rex should be bigger, soo.
    • Fixed Metagross being way bigger while flying.
    • Fixed Darkrai being too high up off the ground, hiding his level tag.

Localization/Language:

  • Updated the following language files (Thank you, translators!):

    • es_ES
    • fr_CA
    • fr_FR
    • ru_RU
    • zh_CN

Pixelmon Mod 6.2.2

"Hang on a second, what have the devs really been working on all this time?"



Additions:

  • Added (7) megas: Abomasnow, Audino, Latias, Latios, Manectric, Sceptile, and Swampert.

  • Added a new model for Tauros. It looks slightly less like a box now.

  • Added a Mega Evolve external move so you can admire them without having to be in battle. You can even ride them! The future is now, old man.

Fixes:

  • Fixed ruby armour and tool recipes vanishing.

  • Fixed eggs not hatching sometimes. Not a huge issue but it was a very old bug! It was probably Gabe.

  • Fixed Friendship not going down if your Pokémon faints during battle. For anyone that cares, this also fixed the PixelmonFaintEvent.

  • Fixed Friendship increasing while in a ranch block.

  • Fixed Pokegifts sometimes causing big spammed errors and crashes and chaos and war in the Middle East. Maybe not the last two.

  • Fixed loads of NPC skins being Steve instead of the referenced player skins.

  • Fixed the async save option causing a pretty easy duplication. Woopsy daisy.

  • Fixed spawn interval seconds being -1 not cancelling the spawns for that interval. Dunno what I mean? Don't worry.

  • Fixed (big) server statue save problems.

  • Fixed the statue gui not responding when editing some form based Pokémon. Also fixes some performance issues with form based Pokémon.

  • Fixed Giratina texture being broken when summoned from the Timespace Altar.

  • Fixed Ash-Greninja sometimes not reverting after battles and fixed Ash-Greninja being considered a mega evolution.

  • Fixed Victini being female instead of genderless.

  • Fixed /givepixelsprite giving an invalid texture for multi-form Pokémon.

  • Fixed Uxie not giving the Ruby of Knowledge.

Also fixed the ruby items not being named properly.

  • Fixed trainers with engage mode not engaging players, and that weird twitching they did.

  • Fixed eggs being able to evolve by trade.

  • Added Pancham to the Human-Like egg group.

  • Fixed Azelf, Mesprit and Uxie not obeying the limit on enchanting rubies.

  • Battles:

    • Fixed Safety Goggles not protecting against Hail and Sandstorm.
    • Fixed Sap Sipper not stopping Solar Beam during intense sunlight.
    • Fixed Solar Beam during intense sunlight saying it's charging and then smashing the target immediately after. That's just dishonest.
    • Fixed temporary abilities being kept after mega-evolution. (e.g. Gardevoir Traced abilities remaining instead of changing to Pixilate)

Changes:

  • Timespace Altar:

    • Requirements to obtain a special ruby from Azelf, Mesprit and Uxie change from level 50, friendship 220, and original trainer to level 60, friendship 255, original trainer.
    • Each Azelf, Mesprit and Uxie can now only be used to get special rubies three times each.
    • Realized game balance is actually pretty difficult. I've called management about it but no reply yet.
  • Better Spawning:

    • Added '/spawning diagnose' to help track down what is happening when spawning stops spawning.
    • Completely reworked the random spawn selection. You'll see other legendaries spawning, less bias in favour of rare locations like Surface Water, and just general better balance.
    • Made Keldeo 300x more common.
    • Made Numel 10x more common.
    • Made Shuckle, Bronzor, Bronzong, Geodude, Gible, Swoobat, and Zubat properly spawn underground. Underground spawning is hard to do properly, leave me alone.
    • Made Burmy spawn in various forest biomes instead of all biomes. Why on Earth was it like that?
  • Added target selector support to the /unlock command. We also fixed the command telling you it was successful at unlocking before it even attempted the unlocking.

  • Added a workaround for fishing not working on servers with a hub.

  • Changed how you get a Porygon. You now have to craft a Porygon with a head, body, leg, and tail. You get these pieces at random when crafting a PC or Trade Machine.

  • Added an option to change the amount of times Azelf, Mesprit, and Uxie can enchant a ruby

Performance:

  • Reduced passive RAM consumption by like, 50mb. Apparently. Can you really trust developers, though? Answer is yes.

  • Reduced the lag spike when joining a world. Also reduced the random lag spikes during normal game play. Your frame-rate should be as smooth as butter now~

  • Fixed a few mechanics that would cause the RAM usage to gradually increase. It should stay lower now.

  • Optimised a lot of our assets. This reduces the jar size considerably. About ~200MB shaved off the top.

Configuration:

  • Split up the external JSON config nodes (useExternalJSONFilesDrops, useExternalJSONFilesNPCs, useExternalJSONFilesRules, useExternalJSONFilesSpawning, useExternalJSONFilesStructures).

    • Added migration to convert the old value of useExternalJSONFiles to the new nodes. Basically, if the original node was true, all the new ones are true.

Localization/language:

  • Updated de_DE language file.

  • Updated fr_FR language file

  • Updated es_ES language file

  • Updated ru_RU language file

  • Updated zh_CN language file

Pixelmon Mod 6.2.1

"Ok look we had 2 great versions we're allowed to stuff 1 up"



Fixes:

  • Fixed moon phases in SpawnConditions making the Better Spawner stop... y'know, spawning.

  • Fixed Timespace Altars not generating at Spear Pillar. Woops.

  • Fixed various crashes caused by Timespace Altar interactions on servers.

  • Fixed the faulty Red Chain recipe. Woops x2.

  • Fixed bred Pokémon ending up the same evolution as the mother, instead of the unevolved form. This was caused by a typo!

  • Fixed a whole lotta sprites being broken.

  • Fixed Loved Koffing going all purple and broken at a distance.

  • Fixed Roggenrola's being thicc in its walk animation.

  • Fixed V targeting of Pokémon causing a player crash.

  • Fixed statues being able to have their animations put above the maximum and causing player crashes.

Localization/language:

  • Added all the 6.2 lang for ru_RU. (That was fast, Articuno!)

  • Fixed the English Lake Trio ruby interaction messages not knowing the difference between its and it's.

  • Fixed clones English lang in the Pokémon Editor.

API/back-end (for sidemodders):

  • Form differences in textures now have the same dash (-) that sprites have to distinguish the forms. Resource packs will need fixing.

Pixelmon Mod 6.2.0 - The Power Update

"Hey, this is running way smoother than before!"



Additions:

  • Added Valentine's Day Loved Form for Koffing and Weezing - Use a Love Ball to catch one to make it filled with love instead of toxic deadly gas.

  • Added the forms for Deerling, Sawsbuck. They spawn in the appropriate forests.

  • Remodels: Jynx, Koffing and Weezing, Horsea and Seadra. The old Horsea was better if you ask me.

  • Animated: Roggenrola, Boldore, Gigalith, Vanillite, Vanillish, Zoroark.

  • Advancements:

    • Added Legendary capture advancement and Gen I and Gen II legendary capture advancements.
    • Added lost 25%, 50%, 75% and 100% Pokédex completion advancements because somehow they got eaten. Don't look at me.
  • Better Spawner

    • Added heaps of new possible SpawnCondition options.
    • Allow SpawnInfo to be tagged with an 'interval' to limit their spawning over a period of time.
    • Added BetterSpawnerConfig.json for more advanced configuration of the Better Spawner.
    • Added native Biomes O' Plenty spawning support! No work, just works.
    • Added Better Spawner options to the config GUI.
  • Spear Pillar

    • A new structure which generates rarely and in cold, mountainous biomes.
    • Contains a new block, the Timespace Altar. Requires a Red Chain and a Timespace Orb (Adamant, Lustrous, or Griseous).
    • Hitting Azelf, Mesprit, or Uxie with a ruby will infuse the ruby, if they like you enough. (must be OT, level 50+, friendship 220+)
    • One of each infused ruby creates the Red Chain.
    • Depending on which Timespace Orb is used, Dialga, Palkia, or Giratina will spawn from the altar. It looks super cool.
    • You can now get Timespace Orbs from bosses.

Changes:

  • 3x31 IVs is only guaranteed for Legendary/Mythical Pokémon rather than the Undiscovered egg group. (OR/AS mechanics)

  • You can now fly Giratina when it's in Origin form. We need to rewrite riding offsets because the animation makes it downright hilarious.

  • Swirlix and Spritzee now have Whipped Dreams and Sachets respectively as drops since we forgot last time.

  • Shroomish, Breloom, Paras, and Parasect all drop Nether Wart again because someone at some point removed all Nether Wart drops. Baffling.

  • EVs now cap at 252 instead of 255 as per Generation VI mechanics. No more wasted EVs.

  • Phione no longer counts as a mythical. Yeah, I said it. As a consequence it also no longer spawns since that makes more sense.

  • Pickup no longer works when you end your battle through /endbattle or through the opponent forfeiting. No exploit 4 u.

  • Changed the Camera's crafting recipe to use a redstone torch instead of a cell battery since cells can no longer be crafted.

  • Added back the recipes to get rubies, amethysts, crystals, and sapphires back from block form. Totally forgot about those.

  • Removed allowRareCandyCrafting, allowGemCrafting and allowRanchCreation from the config. Those no longer affect anything.

  • Hide Advancements by default.

  • Increased the blast resistance of Poké Chests, shrine and altar, and Pixelmon Spawner blocks.

Fixes:

  • Better Spawner

    • Fixed the Better Spawner not putting Pokémon on snow, Mycelium, Netherrack, ice, or Soul Sand.
    • Fixed Boss Pokémon not spawning. Still uses the old spawning method until we rewrite boss spawning. Fun! (Not really!)
    • Fixed any error in the Better Spawner causing it to stop spawning until someone uses /spawning beta.
    • Fixed situations where minLevel > maxLevel broke the spawner. (Curse you, Mienshao!)
    • Fixed Pokémon spawning not applying forms properly.
    • Fixed a peculiar scenario where having a low-ish horizontal slice radius will stop all spawning.
    • Fixed mod biomes not being recognized if the mod that added them loaded before Pixelmon.
    • Fixed Carbink, Clawitzer, Klefki, Swirlix not spawning because I missed those.
    • Fixed legendaries not having any kind of forced delay in between spawning.
  • Fishing

    • Fixed not being able to fish in the same chunk as another player.
    • Fixed Fishing rods not taking durability.
    • Fixed fishing rods displaying backwards in hand.
    • Fixed fishing rods being able to drag entities forever.
    • Added missing crafting recipe for the Old Rod. Still thinking of what to do for the other rods.
  • Deep Storage

    • Fixed deep storage of GenVII Pokémon sometimes getting duplicates (this will also remove existing duplicates)
    • Fixed a crash caused by having GenVII eggs in a ranch block. These eggs are now put in deep storage as well.
  • Pokémon models/sizes/sprites:

    • Fixed Zorua using Zekrom's model. Uh. It was using its Illusion ability? That's our defence and we're sticking to it.
    • Fixed Mewtwo being small and adorable instead of intimidating.
    • Fixed Mewtwo Y and Grotle straining their neck as they move.
    • Fixed various textures, such as Patrat, Swinub, Ferrothorn, Doublade, Klefki, and Elgyem.
    • Fixed Garchomp and Mega-Garchomp being completely different sizes, neither correct.
    • Fixed male/female differing sprites not being properly supported, fixing the likes of Meowstic and Pyroar.
    • Fixed Meowstic sprite and texture issues on evolution. I hate this thing more than you could ever know.
  • Fixed some shaders causing battles to look underwater and just that little bit nauseating.

  • Fixed shifting around moves in your party GUI on a server causing a huge error and player kicking because Sponge won't tolerate our crap anymore.

  • Fixed move-relearners doing the exact same thing as the bug just above this because Sponge REALLY has no mercy for idiots like us.

  • Fixed Ash-Greninja not even having Battle Bond. Probably top on the list of woopsies, I know.

  • Fixed things like Basculin and Meowstic not having the right abilities. Same issue as the Greninja thing really but he gets his own entry.

  • Fixed Mega-Mewtwo-Y being part Fighting type. He told me he just wanted to be cool like Mega-Mewtwo-X. I set him straight.

  • Fixed the Pixelmon scoreboard (when used) persisting between servers. Pretty much only one server using it but still.

  • Fixed Shaymin's and Giratina's ability not changing properly when their form changes.

  • Fixed Giratina's stats not changing in Origin Form.

  • Fixed Shaymin's Sky Form moveset not being used. Had that working at one point. It's all Gabe's fault.

  • Fixed Gracideas working on Shaymin when it's night time.

  • Fixed large values for timedLootReuseSeconds not working, and fixed it saying seconds when it's been working as hours the whole time! Aaa!

  • Fixed Pokémon like Buneary and Frogadier often evolving and ending up with a Mega's or otherwise special form's ability. The database needs to die.

  • Fixed Ranch Block environments for dual-type Pokémon not knowing how to math. It now does proper averages for the two types.

  • Fixed Isi's Silver Hourglass boosting the breeding stage of even Pokémon that either aren't comfortable or lack a mate. Isi's good, but he ain't that good.

  • Fixed the Pokémon Editor not showing the correct abilities for Pokémon whose possible abilities depend on their form.

  • Fixed /givepixelsprite naming the item "-Pokémon- item.PixelSprite.name". It now uses the appropriate language.

  • Fixed various issues with the Pokémon Editor resetting IVs/EVs and not showing up to date information from previous edits.

  • Fixed lighting issues with Fancy Pillar blocks.

  • Fixed the appearance of Poké Ball discs on anvils. That's been a bug for 3 years!

Performance:

  • Reworked how animations are calculated, reducing CPU usage by a lot. Significantly boosts frame-rate when near Pokémon.

  • Reduced the amount of RAM models and animations use.

  • Improved general performance of the Better Spawner by fixing erroneously frequent spawning attempts.

  • Fixed Trainer NPCs saving encounter information when they shouldn't, reducing the size of the encounter information.

Localization/language:

  • Removed Power Belt duplicate lang.

  • Added Better Spawning lang.

  • Added missing Poké Gift lang.

  • Added missing Pokémon generations and starter list configuration comments to the lang.

  • Updated the default Spanish gym, shopkeepers and chatting npc langs, as well as its main lang. Muchas gracias, Tokla.

  • Updated the French lang, in CA and FR. Merci beaucoup, Zang.

  • Updated the Russian lang. ???????, Articuno.

  • Tried to cut back on how many times we use the word 'lang.' Failed.

API/Back-end (for sidemodders):

  • EnumUpdateType.Stats will update the ability as well. It really should've done this from the beginning if you ask me.

  • Removed the BiomeHelper because that honestly didn't help at all.

  • Added public static field SpawnCondition.targetedSpawnCondition to allow custom SpawnCondition classes (add your own kinds of condition)

Pixelmon Mod 6.1.0

"The Fishing Update"



Features:

  • Redesigned Pixelmon fishing entirely. Some Pokémon are now fishing-exclusive. Not a useless mechanic anymore.

  • Ash-Greninja has appeared! Where exactly? See the above change to get a clue.

  • Added Mega-Alakazam. He has FIVE spoons. Not sure why.

  • Added Mega-Mewtwo X and Mega-Mewtwo Y.

Changes:

  • PCs will automatically open to the last box you modified on that world/server.

  • Repel will now prevent any Pokémon from spawning nearby while it is in effect (but only with the Better Spawner).

  • Removed the async option for the Better Spawner because Sponge doesn't let me get away with it anymore. Bugger.

  • Significantly increased the default maximum range that the Better Spawner can spawn Pokémon from a spawner centre.

  • Made legendary spawn-rates (Better Spawner) 100x and in some cases 1000x higher. You try tweaking these numbers; it's hard.

  • Gracideas grow 100x slower because apparently they've been growing like weeds. Pretty weeds, but still.

  • Using Bonemeal on a Gracidea flower will now grow 1-2 more instead of 1-3 more flowers.

  • Cancelled egg development on a Pokémon that does not exist in the mod currently.

  • Added "any" as a biome in the Better Spawner to select all biomes without making the set JSON super long.

  • Added 'anticondition' optional field for SpawnInfo. A SpawnInfo that passes the anticondition won't spawn.

  • Allowed spruce, jungle, dark oak, and acacia fences to be accepted as Normal types in breeding environments. Birch, apparently, always worked.

  • Changed the default Spectate key from L to Y so we're not conflicting with Minecraft advancements.

  • Chesnaught, Delphox and Greninja are now ready for a zombie-apocalypse. Added 'special' forms for all three.

  • Updated the es_ES, fr_FR, zn_CN and pr_BR langs. Many thanks to our lang-masters.

  • Added Better Spawner support for the spawnLevelsByDistance config option though I've no idea why anyone would want it.

  • Made aggressive Pokémon more polite so they won't challenge you while you have a Pokémon evolving.

Fixes:

  • Fixed Fossil Cleaner and Mechanical Anvil blocks with hoppers underneath causing extreme, non-stop lag due to logging spam.

  • Fixed handling the SpawnLocationEvent causing the Better Spawner to straight up stop spawning. Woops.

  • Fixed the new mega Pokémon not spawning (Thank you, SnowBlitzz).

  • Fixed a very very bad problem with the Better Spawner that inhibited spawning in fully-generated chunks. Yeah, I know.

  • Fixed Pokémon eating held items if you give it to them by right clicking.

  • Fixed move relearner NPCs refusing to do their services for free.

  • Fixed Pokémon not being able to spawn inside tall grass even though it isn't really a block if you think about it. (Better Spawner only.)

  • Fixed Eevee not evolving into Sylveon. (High friendship, knowing a Fairy-type move, in a Flower Plains or Flower Forest biome.)

  • Fixed Generation 6 Pokémon for the most part lacking spawn locations (Better Spawner).

  • Fixed Gogoat being part Ghost-type. More like 'Goghost'. You get it? Because it was Gh-.

  • Fixed Keldeo's form change only happening if you replace a move with Secret Sword, not just learn it. Also now changes back if it forgets the move.

  • Fixed the size of loads of Pokémon. Which Pokémon? Sigh. Charizard, Blastoise, Nidorino, Nidorina, Metagross, Pinsir, Kabuto, Vaporeon, Bronzong, Seismitoad, Volcanion, Avalugg, Yveltal, Darkrai, Xerneas, Hoopa, Scatterbug, Spewpa, Garchomp.

  • Fixed Boss Mega Pokémon giving air instead of their mega stones. Air is way too OP.

  • Fixed an obscure but messy battle error.

  • Fixed a massive Sponge error caused by opening a GUI improperly.

  • Fixed an uncommon battle error when fleeing.

  • Fixed Pokémon being non-gendered via breeding. Gender identity problems strike again.

  • Fixed middle-clicking a Cloning Machine blowing up the universe.

  • Fixed spawn levels for: Skunktank, Rotom, Shaymin, Darmanitan, Scraggy, Scrafty, Yamask, Cofagrigus, Zygarde, Hoopa.

  • Fixed Pokémon not spawning on Glazed Terracotta (Better Spawner).

  • Fixed abnormal AI not setting properly using the Better Spawner.

  • Fixed /unlock giving a great big error when you give an invalid or offline player.

  • Fixed Covered Fossils for Jaw and Sail fossils using the opposite's item sprite.

  • Fixed fences wrongly connecting to almost every Pixelmon block.

  • Fixed Tyrunt not evolving during the day. Changed a 0 to a 1. Not joking.

  • Fixed Fling effects not working and erroring.

  • Fixed Gracidea dupe on servers.

  • Fixed Gracidea flowers getting eaten if you attempt to plant one where there already is one.

  • Fixed Relic Song not reverting Meloetta to Aria form if it is in Pirouette form. Genuinely didn't know it did that.

  • Fixed Meloetta and Xerneas not gaining experience if they are the Pokémon out at the time.

  • Fixed Metang's model lighting.

  • Fixed a small issue in the NPC trader editing GUI where the wrong Pokémon is shown as shiny. Small bug, but it counts.

  • Fixed the tier names not displaying properly in the drop-down of the Battle Rules GUI.

  • Fixed Vivillon apparently thinking it can't fly.

  • Fixed models for Swoobat, Noivern, Talonflame, Grotle, Mega-Gengar, Mega-Pinsir, Axew, Lickitung, Zorua, Vanillite, Beartic, Spewpa, to name a few..

  • Fixed Hawlucha focusing on her career and not laying eggs in Ranch blocks.

  • Fixed Air Balloon letting Pokémon avoid Thousand Arrows. There is no escape, face it like a man.

  • Fixed Knock Off being capable of removing form-change items from their relevant Pokémon and wild Pokémon being able to knock off player Pokémon held items.

  • Fixed Cinccino's walk and idle animations being backwards. I laughed.

API/Back-end (for sidemodders):

  • Removed the legacy support for the numerical item ID data for held items because numerical item IDs haven't been used since 3 years ago.

  • Fixed SetLoader's loadedSets not containing anything unless externalJSONs is on.

  • Renamed CustomSpawnEvent to SpawnEvent and deprecated the old spawner's PixelmonSpawnEvent

  • Repackaged BaseStatsLoadEvent, LevelUpMovesEvent.

  • Added MovesetEvent.LearntMoveEvent and MovesetEvent.ForgotMoveEvent.

  • Added FishingEvent.Cast, FishingEvent.Catch, and FishingEvent.Reel.

  • Removed now-redundant LearnMoveEvent.

Pixelmon Mod 6.0.1



Additions:

  • Added Repel, Super Repel, Max Repel. Keeps strong aggressive Pokémon from challenging you for 5, 15, and 30 minutes respectively. Repeated use stacks.

Changes:

  • Changed Creation Trio hitboxes to be more accurate and not super huge

Fixes:

  • Fixed level-based evolutions not evolving the Pokémon if it was the one out at the end and it was the first level it would evolve. Took me all bloody day to work that out. fml.

  • Fixed server crash whenever a hammer breaks during use. Nasty one, that.

  • Fixed held items vanishing if a Pokémon is left in a PC.

  • Fixed Frillish's and Jellicent's eyes looking silly when male.

  • Fixed Tyranitar being airborne and rotated around in perhaps the most hilarious bug since the Wurmple crash.

  • Fixed yet more Apricorn Tree tile entity errors caused by corruption. When will the Apricorns stop doing this to me.

  • Fixed erroring and incorrect behaviour when changing the item in Gym Signs.

  • Fixed Mega Metagross's regular texture (Thank you, BleepBloop, for giving us a fixed texture!).

  • Fixed Pidgeot not using its flying model when flying.

  • Fixed Garbodor being horrifyingly large. Also fixed my new-found fear of large, overflowing garbage bags.

  • Fixed Unburden keeping the double speed boost after switching out and in.

  • Fixed Fusion Bolt and Bolt Strike being special instead of physical.

  • Fixed Hoopa and Hoppa Unbound's types being backwards lol honest mistake.

  • Fixed Thousand Arrows not hitting Flying/Levitate/Magnet Rise/blabla Pokémon.

  • Fixed Relearners not accepting any form of payment for their services.

  • Fixed mechanical anvils burning the bucket as part of the lava buckets fuel.

  • Fixed Manaphy not breeding Phiones.

  • Fixed pokemon cries not working on servers.

  • Fixed Aluminum Armor's missing textures.

API/Back-end (for sidemodders)

  • Added AggressionEvent for cancelling aggression-based Pokémon battles.

Localization:

  • Updated fr_FR (French) translation (Merci beaucoup, Zangdorx!)- Updated ru_RU (Russian) translation- Added ru_RU (Russian) translation files for vilagers

Pixelmon Mod 6.0.0

Updated to Minecraft 1.12.2



Additions:

  • Added 192 Pokémon:

Cherubi, Cherrim, Ambipom, Buneary, Lopunny, Glameow, Purugly, Stunky, Stunktank, Spiritomb, Gible, Gabite, Garchomp, Hippopotas, Hippowdon, Lickilicky, Tangrowth, Rotom, Dialga, Palkia, Giratina, Cresselia, Phione, Manaphy, Darkrai, Shaymin, Arceus, Victini, Patrat, Watchog, Lillipup, Herdier, Stoutland, Purrloin, Liepard, Pansake, Simisage, Pansear, Simisear, Panpour, Simipour, Munna, Musharna, Pidove, Tranquill, Unfezant, Blitzle, Zebstrika, Woobat, Swoobat, Drilbur, Excadrill, Audino, Timburr, Gurdurr, Conkeldurr, Tympole, Palpitoad, Seismitoad, Throh, Sawk, Petilil, Lilligant, Basculin, Darumaka, Darmanitan, Maractus, Scraggy, Scrafty, Yamask, Cofagrigus, Trubbish, Garbodor, Mincinno, Cincinno, Gothita, Gothorita, Gothitelle, Ducklett, Swanna, Vanillite, Vanillish, Vanilluxe, Deerling, Sawsbuck, Karrablast, Escavalier, Foongus, Amoonguss, Frillish, Jellicent, Alomomola, Ferroseed, Ferrothorn, Tynamo, Eelektrik, Eelektross, Elgyem, Beheeyem, Axew, Fraxure, Haxorus, Cubchoo, Beartic, Shelmet, Accelgor, Stunfisk, Mienfoo, Mienshao, Druddigon, Vullaby, Mandibuzz, Heatmor, Durant, Deino, Zweilous, Hydreigon, Cobalion, Terrakion, Virizion, Tornadus, Thundurus, Reshiram, Zekrom, Landorus, Kyurem, Keldeo, Meloetta, Genesect, Bunnelby, Diggersby, Fletchling, Fletchinder, Talonflame, Scatterbug, Spewpa, Vivillon, Litleo, Pyroar, Flabébé, Floette, Florges, Skiddo, Gogoat, Pancham, Pangoro, Furfrou, Espurr, Meowstic, Honedge, Doublade, Aegislash, Spritzee, Aromatisse, Swirlix, Slurpuff, Inkay, Malamar, Binacle, Barbaracle, Skrelp, Dragalge, Clauncher, Cawitzer, Heloptile, Heliolisk, Tyrunt, Tyrantrum, Amaura, Aurorus, Sylveon, Hawlucha, Dedenne, Carbink, Goomy, Sliggoo, Goodra, Klefki, Phantump, Trevenant, Pumpkaboo, Gourgeist, Bergmite, Avalugg, Noibat, Noivern, Xerneas, Yveltal, Zygarde, Diancie, Hoopa, Volcanion.

  • Added Megas: Absol, Aerodactyl, Altaria, Beedrill, Gallade, Garchomp, Gardevoir, Gengar, Glalie, Mawile, Medicham, Metagross, Pidgeot, Pinsir, Slowbro, Tyranitar.

  • Added items: Adamant, Lustrous, Griseus Orbs. Burn Drive, Chill Drive, Douse Drive, Shock Drive, Gracidea, Prison Bottle, all the remaining creation plates (which is all except the Pixie Plate).

  • Added moves: Judgment, Techno Blast, Secret Sword (effect), Relic Song (effect).

  • Added the rest of the Flower Gift ability's functionality.

  • Added Gracidea flower (Flower Forest biome, you're welcome).

  • Added Fossils: Sail, Jaw.

  • Added new Apricorn tree models

  • Added an entirely new spawning system (BETA! Use '/spawning beta async' to test out, config option to set)

  • Added Forfeit clause.

  • Added Tier JSONs.

  • Added GUI support for Tiers.

  • Added command: /tiershow.

  • Added deep storage system to safely store Pokémon that are in player data but not in-game yet.

  • Added command: /deepstorage to view stored Pokémon, or collect any that have been added.

  • Added number of Mew clones to Pokémon Editor.

  • Added world migration from 5.1.2 -> 6.0.0.

  • Added item remapping from fake Pixelmon mods -> 6.0.0.

  • Replaced some GUI button selections with drop-down menus which look way, way better.

Fixes:

  • Removed Mr.M.

  • Fixed catching Pokémon being super hard! Turns out it was an actual bug, not just superstition.

  • Fixed Castform and Deoxys not defaulting to their normal forms.

  • Fixed Baton Pass in AI.

  • Fixed Transform causing HP to display incorrectly on the client side.

  • Fixed HP animations for lower level Pokémon not being nearly smooth enough for me.

  • Fixed battle state corruption when a player crashes and rejoins.

  • Fixed Multiscale affecting Endeavor.

  • Fixed Sticky Web failing when targeting a fainted Pokémon.

  • Fixed incorrect Abomasnow stats.

  • Fixed Regenerator not updating HP client side, nor animating it.

  • Fixed multi-hit moves hitting too many times.

  • Fixed experience displaying incorrectly after an event has modified it.

  • Fixed Power-Up Punch not making contact.

  • Fixed Dark Void being 100% accurate.

  • Fixed a crash caused by out-of-sync Berry Tree tiles.

  • Fixed a crash caused by out-of-sync Apricorn Tree tiles which is definitely a separate bug deserving a separate line in the changelog.

  • Corrupted Apricorn Trees will be automatically purged and the entire fiasco logged. You're welcome!

  • Fixed Heat Crash and Heavy Slam dealing no damage when target weighs under 33kg.

  • Fixed /endbattle causing NPC trainers to give out multiple sets of rewards.

  • Fixed selected Pokémon changing immediately before battle.

  • Fixed battle clauses not being imported correctly.

  • Fixed Dig external move breaking blocks they probably shouldn't break.

  • Fixed Pixelmon painting bounding box.

  • Fixed trading machine client crash when player display names are hacked into having $ symbols. Why though.

  • Fixed some of the weirder biomes not getting any spawns.

Changes:

  • Safari Balls get a bonus to catchrate if you are in a savanna

  • Aggressive Pokémon and trainers will leave you alone if you're in creative mode.

  • Boss Pokémon now have maximum IVs and EVs.

  • Removed Technic blocker since that never really stopped anybody.

  • Removed the OST because we respect the composer's wishes.

  • Don't silence errors relating to base stats loading as they're pretty important errors.

Performance:

  • Updated to 1.12.2 which made things faster. Stop laughing, it's true.

  • Greatly reduced RAM consumption by replacing model cache with model holder.

  • Slightly improved overall performance by removing several hundred unnecessary classes.

  • Reduced the despawn radius to 60 blocks and made Pokémon despawn more harshly.

  • Replaced Apricorn tree models (2.5x boost to FPS while facing a hundred Apricorn trees)

API/Back-end (For sidemodders):

  • Removed PixelmonApi (The class file, I mean).

  • Added a large and versatile spawning API.

  • Added PixelmonCommand to API.

  • Added Dialogue with choices API.

  • Fixed PokemonSpec#apply(...) not updating the model. Bet you didn't even notice.

  • Rewrote evolutions to make them far more flexible and far easier to modify externally.

  • Rewrote most of the texture handling code.

  • Fixed Pixelmon.'devEnviroment' being spelled wrong! How embarrassing.

  • Added copy function to PokemonSpec to escape object reference.

  • Made the Pixelmon config's back-end suck a lot less.

  • Moved all the Pokémon models into a separate subfolder under models. Sorry about your resource packs.

  • Added HeldItemChangedEvent.

  • Added SetBattleAIEvent to make it easy to customise specific opponents' battle AI.

  • Added BaseStatsLoadEvent to modify base stats as they are cached.

  • Added LevelUpMovesEvent to tamper with level up move-sets as they are checked.

  • Added BattleEndEvent which is guaranteed to fire for all battle ending.

  • Marked PlayerBattleEndedEvent and PlayerBattleEndedAbnormalEvent as deprecated. Use BattleEndEvent.