let's try this
This commit is contained in:
parent
7c3f3b29a1
commit
92dea1de9f
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue