Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
cb1a7a9230
5 changed files with 576 additions and 402 deletions
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue