Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
All versions
mc1.19.2-1.0.15-forge
Beta
GregTechCEu 1.19.2-1.0.15-forge3 years ago 122
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
ChangeLog
Version: 1.0.15
- Bump ldlib version for better compass
- add initial compass content
- inject models for items and blocks
- add manual IO mode on covers
- add temperature tooltip for small steam boilers
- return covers to inventory on crowbar use, instead of dropping them
- allow singleblock generators to face up
- allow tools to use their last durability point
- fix lag with pattern checking
- fix the Machine mode selector
- fix several missing recipes
- fix small steam boilers not producing steam
- fix wrong temperatures in the UI
- fix item pipes stopping transfer after their transfer rate per second has been reached once
- fix capability IO directions
- fix laser pipes not connecting to hatches
- fix diodes and hulls being counted as energy input in cleanrooms
Supplementary resources
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:7tG215v7:KVoFDHT5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7tG215v7:KVoFDHT5"
}

