Tags
Creators
Details
0.1.5
Compatibility
Required content
Changes
Features :
-
CsTrader: Say goodbye to the old Hiker entity, say hello to the CsTrader entity ! The CsTrader is a datapack-controlled entity has a type, a variant, and is assigned arandom number of trades based on said variant. On top of that, a CsTrader can be spawned with trades already availible, or spawned as a template that has no trade until it get reloaded, ideal to put it inside nbt structures.
-
Changes to the Underground minigame rewards: added raw mega stones and blank z crystals to the mega showdown compat. Reworked every random fossil textures to match the TCG's "unidentified fossil".
-
Changes to the Underground Hideaways: Increased the pokemon pools of the Trials Spawner, and added jigsaw pokemon spawns in each areas. They only spawn once, and do not have random stats as they are jigsaw generated.
-
Preparation for the next dungeon: Blocks for the next dungeon have been added. Please note they are still work in progress, and are only availible in the creative menu. Feel free to play with them and give some feedback via discord.
Fixes:
-
Fixed an issue with the jigsaw generation sometime repeating patterns a few times in a row.
-
Fixed the look of dungeon portals when shader are being used to look closer to the ORAS Hoopa rings.
Optional dependencies
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:zj3GsKts:SQXwrB4D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zj3GsKts:SQXwrB4D"
}

