Links
Tags
Creators
Details
1.4.1-serveronly
Compatibility
Changes
Added two new crafting recipes for the Stone chest, and for Nether Stars!!!
Stone chests can be crafted by surrounding a chest with scorched stone. A Nether star can be crafted using a pearl, 4 mithril ore ( on edges ) and 2 chills and 2 flames of udun in the corners.
A slight adjustment has been made to the spawn algorigthm that may help with lag when the player is very far south.
Bugs fixed: Bulk coin conversion no longer names every pouch 'Large pouch'.
Supplementary resources
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:ljlIMY94:40cIdZtI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ljlIMY94:40cIdZtI"
}

