tiny tweaks
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user