Tags
Creators
Details
0.2.0
Compatibility
Required content
Changes
Major features :
- Distortion World Dungeon: After hopping in a weird portal, you end up in a world where up and downs doesn't seem to exist. Jump, fall and swim your way trough challenging parkour and mazes, fight strong distorted pokemons to obtain fragments of a red chain, and who knows, you might stumble on the owner of the place...
- Distorted Pokemons: Inhabiting the Distortion World's Arena, Distorted Pokemon are ghost created by the leftover energy of fragments of the Red Chain. They are high-leveled pokemon with at 50% boost on all stats. Fight them in battle for a chance to obtain that said fragment.
- Red Crystals: If you bring a Red Chain Fragment to the Turnback Cave, Giratina, he will turn it into a Red Crystal. Red Crystals are used to distort a pokemon’s features: it can randomize it’s level, it’s caught ball, it’s EVs or IVs, it’s gender and sometime event randomize it’s shiny status.
Minors Features :
-
**Creative-mode Hoopa Ring: This paceable ring is an infinite, self-renewing dungeon: instead of disapearing, the blocks stays and generate a new dungeon. While in creative mode, shift&right-click it to change netween a set dungeon or a random one.
-
Changes to the dungeon spawn command: you can now specify which dungeon the ring you are spawning should point to
-
Lost Item: Meant for server owners and map makers, Lost-Item is instantiated per-player item that looks like a pokeball on the floor. A player can right-click it to get a random item out of a pre-defined loot table. While in creative mode, shift&right-click it to reset the memory of the block so that every player can use it again.
-
** Lost Notes**: Meant for server owners and map makers, Lost Notes is block that looks like a book, laying on the floor. A player can right-click it to read said book. While in creative mode, right-click with a signed book to copy it into the block, and shift&right-click it to delete the saved book.
-
** Liquid Barrier**: Meant for server owners and map makers, the Liquid Barrier is a variant of the Barrier block that let entities pass trough but blocks liquids. When waterlogged, the liquid doesn’t flow out of the block, unlike regular barrier blocks. (Yes, that’s how I did the floating water in the distortion world)
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:EWetXulT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zj3GsKts:EWetXulT"
}

