Tags
Creators
Details
All versions
v4.1.0+mod
Release
v4.1.0+modlast year 1,604
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Required content
Any compatible version
Changes
Changelog:
- Updated credits.txt
- Added additional item requirement triggers for recipe unlocks
- Recipes now unlock when you have all of the required items for that recipe, instead of just one.
- End Stone can now be used in alternative stone recipes

- End Stone Brick Slabs can now be used in alternative stone slab recipes

- Added crafting recipes for all Coral Blocks, using a 2x2 arrangement of each block's respective Fans and/or Tubes

- Added an alternative bow crafting recipe
- A common recipe mistake will finally work!

- Made the Name Tag recipe cheaper (#9)
- Now requires 2 Iron Nuggets instead of Iron Ingots

Compatibility:
- Fabric & Quilt with Fabric API for 1.21.5
- NeoForge 21.5.0 or newer for 1.21.5
- Forge 55.0.0 or newer for 1.21.5
Support:
Please report any issues or submit any feature requests on GitHub or Discord.
Optional dependencies
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:BLG002oq:UjG6MMCr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLG002oq:UjG6MMCr"
}

