Skip to content

Commit

Permalink
fix jei cleanup (#1162) (#1163)
Browse files Browse the repository at this point in the history
* Update MachineRecipes.groovy

* Update MachineRecipes.groovy

Co-authored-by: trainvoi <[email protected]>
  • Loading branch information
MCTian-mi and trainvoi authored Dec 14, 2024
1 parent b03d217 commit 6271ce7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion groovy/postInit/mod/MachineRecipes.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ mods.jei.ingredient.yeet(

for (i = 1; i <= 13; i++) {
mods.jei.ingredient.yeet(
metaitem('chemical_reactor.' + Globals.voltageTiers[i]),
metaitem('chemical_reactor.' + Globals.voltageTiers[i])
)
}
for (i = 1; i <= 9; i++) {
mods.jei.ingredient.yeet(
metaitem('world_accelerator.' + Globals.voltageTiers[i])
)
}
Expand Down

0 comments on commit 6271ce7

Please sign in to comment.