added perfect OC to the elec greenhouse

This commit is contained in:
Pyritie
2025-06-04 12:30:58 +01:00
parent f6660c6a48
commit 4ac7cc16a2
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
- Added optional quest for bacon because its JEI recipe isn't clear (#1122) @SpicyNoodle5
- Anthracite now also superheats blaze burners @Pyritie
- Changed LV chem reactor quest to work with any container of rubber instead of just a rubber bucket (#1116) @ofoxsmith
- Added perfect overclock to the electric greenhouse so it scales better with the pyro oven @Pyritie
### Bug fixes
- Fixed issue where "melts into" tooltips and certain timers on Jade were missing (#1102) @Xikaro
- Improved block ordering logic with AoE mining tools to reduce incorrect cave-ins @voidstar240

View File

@@ -5,6 +5,7 @@ const registerGTCEuRecipeTypes = (event) => {
.category('greenhouse')
.setEUIO('in')
.setMaxIOSize(3, 4, 1, 0)
.recipeModifiers([GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply(OverclockingLogic.PERFECT_OVERCLOCK)])
.setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT)
.setSound(GTSoundEntries.BATH)