This commit is contained in:
Pyritie 2025-06-07 11:13:55 +01:00
parent e8c9346f8a
commit 7dc2130819
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
# Changelog
## [Unreleased]
### New features
### Changes
### Bug fixes
- Fixed glass dust dupe with unfinished lamps (#1134) @Pyritie
## [0.9.10] - 05.06.2025
### New features

View file

@ -666,7 +666,7 @@ function registerGTCEUMetalRecipes(event) {
event.recipes.gtceu.arc_furnace(`tfg:arc_${material.getName()}_unfinished_lamp`)
.itemInputs(unfinishedLampStack)
.itemOutputs([materialIngotStack, glassDustStack])
.itemOutputs(materialIngotStack)
.duration(material.getMass() * 8)
.category(GTRecipeCategories.ARC_FURNACE_RECYCLING)
.EUt(GTValues.VA[GTValues.ULV])