tiny tweaks

This commit is contained in:
Pyritie
2026-02-22 11:52:29 +00:00
parent 2e3f678046
commit 8beaace36f
2 changed files with 8 additions and 2 deletions

View File

@@ -138,6 +138,12 @@ function registerTFGClayRecipes(event) {
.duration(600)
.EUt(GTValues.VA[GTValues.ULV])
event.recipes.gtceu.alloy_smelter('tfg:cheaper_fire_clay2')
.itemInputs('tfc:powder/graphite', '4x tfc:kaolin_clay')
.itemOutputs('2x tfc:fire_clay')
.duration(600)
.EUt(GTValues.VA[GTValues.ULV])
event.recipes.gtceu.alloy_smelter('tfg:oops_i_smelted_all_my_kaolin')
.itemInputs('minecraft:clay_ball', 'tfc:powder/kaolinite')
.itemOutputs('tfc:kaolin_clay')

View File

@@ -58,13 +58,13 @@ function registerTFGCompostRecipes(event) {
//#endregion
// Humus and compost
event.recipes.gtceu.extractor('tfg:humus_from_leaves')
event.recipes.gtceu.compressor('tfg:humus_from_leaves')
.itemInputs('#minecraft:leaves')
.itemOutputs('tfc:groundcover/humus')
.duration(600)
.EUt(2)
event.recipes.gtceu.extractor('tfg:humus_from_fallen_leaves')
event.recipes.gtceu.compressor('tfg:humus_from_fallen_leaves')
.itemInputs('#tfc:fallen_leaves')
.itemOutputs('tfc:groundcover/humus')
.duration(600)