new crushing recipes
This commit is contained in:
parent
c4962e7d28
commit
39584e96f6
1 changed files with 11 additions and 0 deletions
|
|
@ -1390,6 +1390,17 @@ const registerGTCEURecipes = (event) => {
|
||||||
}).id(`tfg:rolling/${material}_rod`)
|
}).id(`tfg:rolling/${material}_rod`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (material.hasProperty(PropertyKey.INGOT)) {
|
||||||
|
event.recipes.createCrushing(Item.of(`#forge:dusts/${material}`), `#forge:ingots/${material}`)
|
||||||
|
.processingTime(150)
|
||||||
|
.id(`tfg:crushing/${material}_dust`)
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
event.recipes.createMilling(Item.of(`#forge:dusts/${material}`), `#forge:gems/${material}`)
|
||||||
|
.processingTime(150)
|
||||||
|
.id(`tfg:milling/${material}_dust`)
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue