Tags
Creators
Details
0.2.1
Compatibility
Required content
Changes
Features :
-
Death inside the safari, a dungeon or any dimension with a timer will now simply kick you out of the dimension instead actually killing you. No more loosing your items in the safari or getting aggro by mobs in the distortion world.
-
Changed "allowMultiplePayment" to "allowPaidReentry" in safari_config.json: allowing re-entry, even when fee is disabled for the first visit, allows subsequent visit to the safari (but this time, paid). It uses the same logic as the entree fee (so either one item or cobbledollar amount).
-
Added "enableNotification" to dungeon_spawn_config.json: when set to false, it deactivate the notification whenever a new hoopa ring spawns. It's set to true by default (same behaviour as current)
Fixes:
- Fixed a rare crash that happened when the main server thread wasn't able to load the chunks to be deleted when deleting a dungeon. (This behaviour could happen when using optimisation mod or when using Sable)
-Fixed the Distortion Portal sometime not working due to anticheats and vanilla anti-fly, and added some sounds to it. Right-clicking the portal also teleports you in case you cannot walk trough it for some reason.
Languages :
Added Chinese Translation ( contributed by Gavv-Hopper )
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:ZFg8wxfx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zj3GsKts:ZFg8wxfx"
}

