Tags
Creators
Details
1.21.1-1.14.0
Compatibility
Changes
Ported to mc1.21.1.
Mod now adds only 1 creative tab instead of 2.
Melter only takes 1 item as input instead of 2.
Melter and Solidifier now have a 'lock recipe' button.
Some fluid textures are now animated.
Biomass color changed to green ish instead of brown.
Build scepters now need to be charged with Energy to use.
Some recipes changed to use copper nuggets instead of gold nuggets.
Bounce plates now prevent fall damage.
Packager machine now has a timer indicator.
Changed the internal registry-name of some items.
The five ghost/cloud/phantom blocks had minor recipe changes, and are now named 'Membrane Block, Cloud Block, Compressed Cloud Block, Cloud Barrier, Redstone Cloud' . Removed item 'inventory_cake'.
Removed cyclic:fireball_dark, upgraded regular fireball and removed cooldown.
Item and Entity detectors can now use the Data Cards to fitler detection. Item Filter Data Card now has a button to toggle tags use.
Revived and ported Bundled Cable (has not existed since MC1.12.2)
New item Fluid Filter Data Card. Fluid and Gold Hoppers now accept filter cards.
New magical carrots added.
Add copper armor.
Added new block Experience Fountain.
Add GPS Compass.
Brought back Soulbound enchantment.
Add Tuff Button and Deepslate Button
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:UcVTWyCI:eiDd2D2Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UcVTWyCI:eiDd2D2Z"
}
