This commit is contained in:
Pyritie 2025-04-20 14:48:13 +01:00
commit cb1a7a9230
5 changed files with 576 additions and 402 deletions

View file

@ -579,11 +579,6 @@ function registerTFCMaterialsRecipes(event) {
.useDurability(true)
.id(`rnr:heating/metal/${material.getName()}_mattock`)
// event.recipes.tfc.anvil(`rnr:metal/mattock_head/${material.getName()}`, ingotItem, ['punch_last', 'punch_not_last', 'draw_not_last'])
// .tier(tfcProperty.getTier())
// .bonus(true)
// .id(`rnr:anvil/${material.getName()}_mattock_head`)
event.recipes.tfc.heating(`rnr:metal/mattock_head/${material.getName()}`, tfcProperty.getMeltTemp())
.resultFluid(Fluid.of(outputMaterial.getFluid(), 144))
.id(`rnr:heating/metal/${material.getName()}_mattock_head`)