let's try this

This commit is contained in:
Pyritie 2025-10-04 18:39:17 +01:00
parent 7c3f3b29a1
commit 92dea1de9f

View file

@ -1232,7 +1232,8 @@ function registerGTCEUMetalRecipes(event) {
event.remove({ id: `gtceu:shaped/spring_small_${material.getName()}` })
}
if (oreProperty !== null) {
if (oreProperty !== null && material !== GTMaterials.Plutonium) {
processSmallOre(material)
processSmallNativeOre(material)
processPoorRawOre(material)