Tags
Creators
Details
Licensed CC0-1.0
Published 9 months ago
Updated 2 months ago
All versions
0.2.0
Release
Dungeons Reborn 0.2.0 [1.21.1]2 months ago 502
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
⪠New Features:
Items:
- Added: ð¢Cutlass weapon [common/rare]
- Comes with built-in Sweeping Edge enchantment
- Can be found in Nether Fortresses, Desert Pyramids and Shipwrecks
- Added: âªShortbow weapon [common] (Bow variant)
- 75% reload speed, projectile damage and velocity compared to a normal bow
- Has significantly less durability than vanilla bows (290 compared to 384)
- Can be crafted with 1 Stick and 2 Strings (use JEI for recipe)
- Added: âªLongbow weapon [common] (Bow variant)
- 125% reload speed, projectile damage and velocity compared to a normal bow
- Has significantly more durability than vanilla bows (440 compared to 384)
- Can be crafted with 4 Sticks, 2 Stings and 1 Flint (use JEI for recipe)
- Added: Ladle
- Can be crafted with 1 Wooden Shovel, 1 Leather and 1 Stick (use JEI for recipe)
- Added: Raw Ancient Gold
- Used to craft Raw Ancient Gold Blocks or can be smelted into Ancient Gold Ingot
- Currently unobtainable
Blocks:
- Added: Palm wood set (logs, planks, stairs, doors...)
- Craftable from Palm trees, found mostly within jungle biomes
- Added: Palm Sapling and Palm Leaves (foliage blocks)
- Added: Short Highland Grass and Medium Highland Grass blocks
- Obtainable from bonemealing Highland Moss Blocks
- Added: Stairs, Slab and Wall variants for Midnight Mossy Cobblestone block
- Added: Raw Ancient Gold Block
- Can be crafted into 9 Raw Ancient Gold items
Worldgen:
- Added: Palm Trees
- Added: Sour Berry Bushes
⪠Changes:
Miscellaneous:
- Updated the textures of Sour Berries item
- Made some previously added blocks flammable
- Added ModMenu support
Technical:
- Dungeons Reborn now depends on Terraform Wood API. This library is included in the mod itself, so no one has to manually dowload external libraries.
Optional dependencies
Any compatible version
Any compatible version
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:PQBSg5Tz:PIK4U4ip"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PQBSg5Tz:PIK4U4ip"
}

