added gt lathe recipe to make a tfc lens

This commit is contained in:
Pyritie
2025-04-24 21:35:24 +01:00
parent 756f27861b
commit 655e2685f2

View File

@@ -359,6 +359,12 @@ function registerTFCMachineRecipes(event) {
.duration(50)
.EUt(2)
event.recipes.gtceu.lathe('tfc:lens')
.itemInputs('#forge:glass')
.itemOutputs('tfc:lens')
.duration(100)
.EUt(16)
// Wool Yarn
event.recipes.gtceu.macerator('macerate_wool')
.itemInputs('#minecraft:wool')