fixed glass dupe with lamps

This commit is contained in:
Pyritie 2025-07-19 17:07:49 +01:00
parent 16264c5783
commit c84960c04a

View file

@ -750,7 +750,7 @@ function registerGTCEUMetalRecipes(event) {
const materialDustStack = ChemicalHelper.get(TagPrefix.dust, material, 1)
const materialIngotStack = ChemicalHelper.get(TagPrefix.ingot, material, 1)
const glassDustStack = ChemicalHelper.get(TagPrefix.dust, GTMaterials.Glass, 4)
const glassDustStack = ChemicalHelper.get(TagPrefix.dust, GTMaterials.Glass, 1)
const unfinishedLampStack = ChemicalHelper.get(TFGTagPrefix.lampUnfinished, material, 1)
event.recipes.gtceu.macerator(`tfg:macerate_${material.getName()}_lamp`)