Tags
Creators
Details
All versions
1.20.1-10.1.0-171
Release
1.20.1-10.1.0-1712 years ago 181.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
- Includes all features from 9.2.4
- Add sounds for Arc Furnace, Excavator, and Automated Workbench (voidsong-dragonfly)
- Add burn times for the diesel generator to the manual (BluSunrize)
- Add support for armor trims on steel armor (BluSunrize)
- Add additional uses for lead & nickel (voidsong-dragonfly)
- Lead can be crafted into red and white dyes
- Radiators now use constantan instead of copper
- Tinted glass can be made in larger quantities by using lead
- Add randomized textures for various hempcrete & concrete blocks (voidsong-dragonfly)
- Add the electromagnet block (BluSunrize)
- It attracts nearby items when given power!
- Add the portable electromagnet! (BluSunrize)
- Install it as an upgrade on your accumulator backpack to have a magnet on the go!
- Add various blocks from Engineer's Decor (voidsong-dragonfly)
- Thank you wilechaote for giving us permission to include these blocks in the mod <3
- Add additional fertilizers for the cloche (voidsong-dragonfly)
- This should allow people to use up their surplus suflur!
- Add ability to place Engineer's Manual in a chiseled bookshelf (BluSunrize)
- Add sawmill recipes for bamboo (BluSunrize)
- Change hemp blocks to notify their neighbours when they grow (jrtc27)
- Change Jade Tooltips for multiblocks to work when looking at any part of the machine (HermitOwO)
- Fix conveyor rendering in the manual (Malte)
- Fix broken translation keys (Malte & BluSunrize)
- Fix turret GUI textfield not being editable (BluSunrize)
- Fix taiga villager houses being surrounded by air blocks (BluSunrize)
- Fix redstone control not working on the assembler (BluSunrize)
- Fix villager names not being translated in JER and EMI (BluSunrize)
- Fix error related to deprecated unicode font (BluSunrize)
- Fix bottling machine deleting items on the conveyor (BluSunrize)
- Fix bottling machine not rendering bucket-filling recipes properly (BluSunrize)
- Fix hemp replacing blocks above it when growing (BluSunrize)
- Fix fluid pipes losing their colour because the chunk wasn't marked as dirty (BluSunrize)
- Fix transparency issues with the shield and a few other item models (BluSunrize)
- Fix spawn interdiction from lanterns not working (BluSunrize)
- Fix rare crash in arc recycling calculation (BluSunrize)
- Fix possible crash in conveyor rendering (BluSunrize)
- Translations Added/Updated: ja_jo (karakufire)
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:MAqXk6P8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tIm2nV03:MAqXk6P8"
}
