Tags
Creators
Details
All versions
5.1.0-148
Release
1.16.5-5.1.0-1484 years ago 70.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
Version 1.16.5-5.1.0-148
- Add a new API interface that allows pressurized fluid in- and output above normal levels (BluSunrize)
- Add fermentation recipe to turn beetroots into ethanol (BluSunrize)
- Update JEI handlers for Coke Oven, Blast Furnace and Alloy Smelter to have some animated doodads (BluSunrize)
- Update manual entry for fluid pipes to document that they can be dyed (BluSunrize)
- Fix flipped bounding boxes for the Lightning Rod (BluSunrize)
- Fix texture glitches on Refinery model (BluSunrize)
- Fix pipes and pumps transferring fluids much slower than planned, because pressurization didn't work (BluSunrize)
- Fix manual entries referring to "Engineer's Hammer" when "Engineer's Screwdriver" is the correct tool (Vapaman)
- Fix tooltips for tool upgrades being white instead of grey (BluSunrize)
- Fix fluid pipes voiding fluid after chunks being un- and reloaded (Malte)
- Fix blades not showing in the buzzsaw quiver (BluSunrize)
- Fix circuit table not dropping its contents (Malte)
- Fix floodlight not using its active texture (Malte)
- Fix sync issues and dupe bug in the buzzsaw (BluSunrize)
- Fix faraday suit incorrectly accepting enchantments in the anvil (BluSunrize)
- Fix dupe bugs in the Engineer's Crafting Table (Malte)
- Fix errors with Starlight in the manual (Malte)
- Fix logic units with inverters producing incorrect output on reload (Malte)
- Fix lighting issues in offhand on some items (Malte)
- Fix faraday suit accepting enchantments in the anvil (BluSunrize)
- Fix shaders not unlocking 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:4e5ym3hC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tIm2nV03:4e5ym3hC"
}
