Tags
Creators
Details
0.7.0
Compatibility
Required content
Changes
NEWS
This is release candidate 1. This means that now all that's left is to find and fix bugs! After that, the mod will be released!
• теперь у меня есть бесплатный Boosty (для россиян)
ADDED
• added 2 achievements
CHANGED
• changed powered bluestone block craft (now used 5 redstones instead of 1)
• changed bluestone craft from powered bluestone block (to match previous changed craft)
• improved some translations
• changed icon of Craftable Creatures achievement from spawn egg blueprint to guide book
• guide book is finally done and is now available without enabling experimental mode
REMOVED
• removed crafting table recipes of spawn eggs because now you should do this in combiner
BUGFIX
• removed lit combiner from items list in NEI
• if recipe in soul extractor using fluid, if fuel slot is empty, empty bucket will appear in fuel slot
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:CxUyaAcw:w6r0WMMV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CxUyaAcw:w6r0WMMV"
}


