Links
Tags
Creators
Details
1.21.1-NeoForge-1.0.1
Compatibility
Changes
Remove: Remove the built-in Rcg Lib.
New: Add a new configuration file to control whether to send tutorial books at the beginning of the game.
Update: Reset the model and 2D texture of the drink block (consistent with 1.20.1)
Fix: Fixed the issue where PileItem and the flour sifter could not function properly when facing a block. Fixed the bug that caused a crash when naming a light-emitting signboard in the server. Fix potential memory leak issues. Fix the bug where the output of the blender may exceed the stack limit. Fix various model texture mapping errors. Fix the issue where certain items cannot be enchanted properly.
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:ZugnklTp:twd02nwS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZugnklTp:twd02nwS"
}

