Links
Tags
Creators
Details
All versions
1.3.3
Release
DungeonZ-BLIS 1.3.38 months ago 37
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
### Added:
- Add lootr compatibility (config file entry, default to true)
- Add Full dungeon regeneration (IT CLEARS EVERYTHING, config file entry, default to false)
- Add an area clear before first dungeon generation and wider dungeon clear when regenerating
- Add a check nearby dungeonPortal on OP screen to avoid closeby dungeon structure to be cleared/overwritten
- Add a Fame reward for my Factions mod
### Fixed:
- NBT oversized when dungeon contains too much blocks that were registered in nbt portal block entity
- Dungeon Spawner: use Identifier instead of ID to avoid corruption causing spawners showing wrong entities and being useless most of the time
- Dungeon Spawner: fix spawn counting so they properly breaks when reaching maxSpawnCount
- Dungeon Gate: multiple fixes (nbt, detection, refresh, sync)
### Changed:
- Use a hybrid (nbt + file) system to store dungeon portal block entity data instead of nbt, automatic detection and migration of old data to new format
- Dark dungeon connector room now use gates as example
- Updated en-us and fr_fr lang files
- Updated readme about gate and spawner blocks
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:sdPwbV1G:QQzLEMHh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sdPwbV1G:QQzLEMHh"
}

