Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 9 months ago
All versions
1.4
Release
v1.49 months ago 32
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.9โ1.21.10
Platform
Data Pack
Changes
Changes:
- Added new Structures:
- End Ships (generate in the End and always contain a broken Elytra)
- Villager Outposts (7 variants in total; 1 type for each Villager type)
- Several decorative Taiga structures
- Several decorative Snowy structures
- Several decorative Jungle structures
- Added new Recipes:
- Pale Moss Block/Carpet from Moss Block/Carpet & Light Gray Dye (shaped crafting)
- Display Cases (shaped crafting)
- Added new Blocks:
- Display Cases:
- Has variants for each Wood Type, Copper Block and Iron (17 in total)
- Can be crafted with a Glass Block and a respective block (example: 2 Iron Blocks and a Glass Block for the Iron Display Case)
- Displays and rotates an Item given to
- Only the player who placed the block can interact/break it
- Right clicking it with an item in hand places the item in the Display Case (when no other is in it)
- Right Clicking the Display Case with an empty hand will remove the item from the Display Case
- Left Clicking the Display Case with an empty hand breaks the Display Case
- Display Cases:
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:v2MHzPlD:pz7FcMfO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v2MHzPlD:pz7FcMfO"
}

