fixes #1134
This commit is contained in:
parent
e8c9346f8a
commit
7dc2130819
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue