Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated 8 months ago
All versions
1.20.1-3.6.4.304
Beta
Hephaestus 1.20.1-3.6.4.3049 months ago 234
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Fixed smeltery not using the correct amount of liquid fuel (Before it used around 50 droplets per tick should now be around 4050 droplets per tick).
- Fixed heater comsuming fuel when only 1 fuel is present without adding fuel to your melter.
- Fix nuggets and most ores not being able to be melted.
- Fixed multiple visual issues with the guide books.
- Fixed a crash when entity melting in an empty smeltery with a pipe attached to a drain.
- Fixed fluid duplication when extracting fluids from drains.
- Fixed Ducts ignoring there filters when inserting.
- Fixed plate amor requiring all pieces to have the golden modifier to prevent piglin aggro (You now only need one).
- Fixed tables not dropping there items when broken.
- Possible fix for trying to join a server and getting "Attempted to load a modifier before dynamic modifiers are loaded".
- Re-enabled JEI support.
- Fixed items being voided when quick crafting with the crafting station with a side container.
Optional dependencies
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:sdSn3wvy:ikbSaSbt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sdSn3wvy:ikbSaSbt"
}


