Tags
Creators
Details
All versions
2.0.0-beta.2+1.20.4
Beta
JavaDungeons 2.0.0 Beta 2 for 1.20.42 years ago 184
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
JavaDungeons 2.0.0 Beta 2
Semantic changes:
- Item groups have been renamed to be more consistent.
- Fiery Forge blocks have been merged into the Redstone Mines item group
- Desert Temple blocks have been merged into the Cacti Canyon item group
Bugfixes:
- Sea vines no longer cause the game to crash when placed in an invalid position.
- Desert plants can now be planted on regular grass blocks
Content:
- Bridge planks are now directional slabs
- Added bedroll block
- Added remaining missing wall blocks
- Added remaining missing fence blocks
- Added generic stone tiles path
- Added the unique grassy dirt textures for Cacti Canyon, Pumpkin Pastures and Creeper Woods.
Worldgen:
- Lavender now generates in Pumpkin Pastures biomes
- Charred vegetation now only spawns on charred dirt patches in Pumpkin Pastures
- Ferns now generate in Squid Coast biomes, and trees generate more often in these biomes.
- Coral Reef biome has been added
- Pumpkin Pastures, Cacti Canyon, Cacti Canyon Desert, and Dingy Jungle have all received surface generation tweaks. Now dirt patches generate in these biomes, as well as sand patches in the desert ones.
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:Qg8XcLNJ:fSdRWEVm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Qg8XcLNJ:fSdRWEVm"
}

