
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.9
Compatibility
Changes
"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.
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.
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:DLDpx0OM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:59ZceYlU:DLDpx0OM"
}
