New content for ULV + LV (#2873)
* require black steel plates before the forge hammer, add some blue steel things post-deployer that require a colored steel anvil, start refractory clay dust * first draft of bakelite, new phenolic boards, new cupro coils * add another page to the medicine quest * cl * backup of lv quests * quest stuff and some recipe tweaks * tweak --------- Co-authored-by: Redeix <redeix.m@gmail.com>
This commit is contained in:
parent
1190408623
commit
f324e7e6da
39 changed files with 1092 additions and 493 deletions
|
|
@ -187,19 +187,16 @@ function registerTFGClayRecipes(event) {
|
|||
.duration(20)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.macerator('tfg:casting_channel')
|
||||
.itemInputs('tfcchannelcasting:channel')
|
||||
.itemOutputs('1x #forge:dusts/brick')
|
||||
.category(GTRecipeCategories.MACERATOR_RECYCLING)
|
||||
.duration(20)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.macerator('tfg:mold_table')
|
||||
.itemInputs('tfcchannelcasting:mold_table')
|
||||
.itemOutputs('5x #forge:dusts/brick')
|
||||
.category(GTRecipeCategories.MACERATOR_RECYCLING)
|
||||
.duration(20)
|
||||
.EUt(2)
|
||||
var refractoryClay = GTMaterials.get('tfg:refractory_clay');
|
||||
TFGHelpers.registerMaterialInfo('tfc:blast_furnace', [GTMaterials.WroughtIron, 16, refractoryClay, 5])
|
||||
TFGHelpers.registerMaterialInfo('tfc:fire_bricks', [refractoryClay, 5])
|
||||
TFGHelpers.registerMaterialInfo('tfc:crucible', [refractoryClay, 5])
|
||||
TFGHelpers.registerMaterialInfo('tfc:ceramic/fire_brick', [refractoryClay, 1])
|
||||
TFGHelpers.registerMaterialInfo('tfcchannelcasting:channel', [refractoryClay, 5/4])
|
||||
TFGHelpers.registerMaterialInfo('tfcchannelcasting:mold_table', [refractoryClay, 5])
|
||||
TFGHelpers.registerMaterialInfo('tfc:ceramic/fire_ingot_mold', [refractoryClay, 5/2])
|
||||
TFGHelpers.registerMaterialInfo('tfg:rod_mold', [refractoryClay, 5])
|
||||
TFGHelpers.registerMaterialInfo('tfg:small_gear_mold', [refractoryClay, 5])
|
||||
|
||||
// Renewable clay
|
||||
event.recipes.gtceu.rock_breaker("clay_duping")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue