
Pixelmon
Pixelmon adds many aspects of the Pokémon into Minecraft, including the Pokémon themselves, battling, trading, and breeding. Pixelmon also includes an assortment of new items, including prominent items like Poké Balls and TMs, new resources like bauxite ore and Apricorns, and new decorative blocks like chairs and clocks.
Tags
Creators
Details
9.1.5
Compatibility
Changes
"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.ymlconfig 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,/reloadmoveanimationand/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-dayoronce-a-mc-daysetting. - 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
/checkspawnfor 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
malePercentagegender 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#getTrackedBlockCollectionto return a CompletableFuture as if called offthread it will return to the server thread and then return using a CompletableFuture.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:59ZceYlU:Mb0qTi8B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:59ZceYlU:Mb0qTi8B"
}
