added glass dust -> lamp glass

This commit is contained in:
Pyritie
2025-10-10 23:59:32 +01:00
parent 9f530f8fb3
commit dc5af357d6
2 changed files with 11 additions and 0 deletions

View File

@@ -2,7 +2,11 @@
## [Unreleased]
### Changes
- Added more meats for mars animals, and some new textures (#2001) @Redeix
- Added a recipe for turning glass dust into lamp glass @Pyritie
- Added more recipe unification for quartz, certus quartz, create's minerals, fixed wall chiseling recipes (#2005) @vidal-adrien
### Bug fixes
- Fixed a crash with the sandworm on servers (#2006) @BlueBoat29
## [0.11.2] - 09-10-2025
### Changes

View File

@@ -196,6 +196,13 @@ function registerTFCMachineRecipes(event) {
.duration(100)
.EUt(2)
event.recipes.gtceu.alloy_smelter(`tfg:tfc/lamp_glass_from_dust`)
.itemInputs('#forge:dusts/glass')
.notConsumable('#tfg:unfinished_lamps')
.itemOutputs('tfc:lamp_glass')
.duration(100)
.EUt(2)
// Empty Jar
event.recipes.gtceu.alloy_smelter('tfc:jar_alloying')
.itemInputs('#tfc:glass_batches_tier_2')