fixed the plutonium ore crash on new worlds, removed all the other plutonium recipes

This commit is contained in:
Pyritie 2025-10-05 15:54:58 +01:00
parent 6b7d743ea2
commit 58da363b09
5 changed files with 69 additions and 58 deletions

View file

@ -779,6 +779,15 @@ function removeGTCEURecipes(event) {
armor.forEach(armor => {
event.remove({ output: armor})
});
event.remove({ id: 'gtceu:shapeless/centrifuged_ore_to_dust_plutonium' })
event.remove({ id: 'gtceu:centrifuge/centrifuge_plutonium_dirty_dust_to_dust' })
event.remove({ id: 'gtceu:centrifuge/centrifuge_plutonium_pure_dust_to_dust' })
event.remove({ id: 'gtceu:large_chemical_reactor/radon_from_uranium_238' })
removeMaceratorRecipe(event, 'macerate_plutonium_refined_ore_to_dust')
event.remove({ id: 'gtceu:ore_washer/wash_plutonium_pure_dust_to_dust' })
event.remove({ id: 'gtceu:ore_washer/wash_plutonium_dirty_dust_to_dust' })
event.remove({ id: 'gtceu:forge_hammer/hammer_plutonium_refined_ore_to_dust' })
}
function removeMaceratorRecipe(event, id) {