Tags
Creators
Details
0.1.1Beta
Compatibility
Changes
EnerGizeXP v1.12.2-0.1.1Beta – XP Calculation Fix ⚡
This update fixes a critical bug in the XP conversion logic for all XP Converter tiers. Previously, XP per cycle was incorrectly calculated due to faulty dynamic formulas that did not match the documented values. Now, each machine uses exact, static XP amounts as intended.
🛠️ What’s Fixed:
- Correct XP Per Cycle: All converter tiers now produce the exact amount of XP specified in the documentation.
- Algorithm Simplified: Removed the incorrect dynamic XP calculation formula.
- Spec Alignment: Machine performance and tooltips now properly match the official feature table.
⚡ XP Converter Tiers Overview (1 cycle = 10 ticks)
- Basic XP Converter: 400 XP capacity, 25,000 RF storage, 2 XP per cycle, 300 RF per cycle
- Advanced XP Converter: 800 XP capacity, 40,000 RF storage, 5 XP per cycle, 600 RF per cycle
- Elite XP Converter: 1,600 XP capacity, 55,000 RF storage, 12 XP per cycle, 1,200 RF per cycle
🎮 Gameplay Impact
- Elite converters now output the intended XP per cycle, reliably.
- Smooth progression: Machine efficiency scales correctly across all tiers.
- Better automation balance for late-game XP generation.
Updating is strongly recommended for all users, especially those automating XP with Advanced or Elite Converters.
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:lmdKQs2h:2aYiweLn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lmdKQs2h:2aYiweLn"
}

