All versions
2.0.0
Release
Create: Generator Tweaks 2.0.05 months ago 434
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
Create: Generator Tweaks — Changelog
Build: creategeneratortweaks-2.0.0.jar
Added
- Expert’s Goggles item
- Uses Create’s goggles overlay behavior (treated as “wearing goggles”).
- Adds fullbright-style gamma boost while worn (client-side).
- Adds extra CDG engine tooltip lines (Power + Fuel/s + Fuel/min) only while wearing Expert’s Goggles.
- Crafting recipe
- New shaped recipe that requires Create’s Engineer’s Goggles in the center.
- Server config sync
- Server gameplay options sync to clients on join (consistent behavior in multiplayer).
- Engine “off” particles
- Optional red particles when an engine is stopped by redstone.
Changed
- Analog redstone engine control (CDG)
- RPM scales by 0–15 redstone.
- No redstone source nearby ⇒ full speed (vanilla-like).
- Signal source nearby + power 0 ⇒ engine stops.
- Fuel consumption tooltip
- Now matches the configured redstone scaling behavior (and stress mode).
- Engine sound
- Engine sound pitch now slows down / speeds up to match the analog redstone speed factor.
Fixed
- Tooltip formatting
- Removed duplicate/garbled lines and improved styling.
- Huge + Modular engines
- Tooltip lines and behavior now match the normal engine rules.
Config Files
Client
config/creategeneratortweaks-client.toml
client.engineGoggleLinesclient.generatorGoggleSpeedLines
Server / World
config/creategeneratortweaks-server.toml
server.analogRedstoneForCdgEnginesserver.cdgEngineStressMode(VANILLA / CONSTANT / SCALED)server.engineOffRedParticlesserver.engineOffParticleIntervalTicksserver.engineOffParticleCount
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:VfeqKUjn:oHojpkdl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VfeqKUjn:oHojpkdl"
}
