Tags
Creators
Details
All versions
12.2.0-187
Release
12.2.0-187last year 8,396
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Adjust the Automaton Wolves (BluSunrize)
- They can no longer be healed with meat, this also prevents breeding them.
- Instead, they can be repaired with metal plates and a hammer
- Add a manual entry for the Automaton Wolves (BluSunrize)
- This entry is only unlocked when picking up their blueprint!
- Add wall blocks for hempcrete, concrete and their variations!
- Add splash & lingering potion recipes to the mixer & bottling machine (BluSunrize)
- Change Fluid Pumps to allow inverting their redstone control with a screwdriver (BluSunrize)
- Change IE to use NeoForge's native fluid ingredients in recipes (BluSunrize)
- This is a breaking change for any addons, but there isn't any released so we should be safe
- This also finally allows Create potions to be used in the Mixer & Bottling Machine
- Allow vanilla wall blocks to connect to windows (BluSunrize)
- Fix circuit table closing when inventory key is pressed (BluSunrize)
- Fix assembler not saving its stored patterns with the world (BluSunrize)
- Fix JEI pattern button crashing when used in the assembler (BluSunrize)
- Fix fluid pipes causing forced chunkloads when building their network (BluSunrize)
- Fix signs losing their content when moved by Create contraptions (BluSunrize)
- Fix broken link in the manual (BluSunrize)
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:tIm2nV03:7uBp7xUp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tIm2nV03:7uBp7xUp"
}
