Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
e3f6e81e14
3 changed files with 5 additions and 2 deletions
|
|
@ -652,6 +652,9 @@ function registerTFGRockRecipes(event) {
|
|||
.category(GTRecipeCategories.MACERATOR_RECYCLING)
|
||||
}
|
||||
}
|
||||
if (x.slab != null && x.wall != null) {
|
||||
event.recipes.tfc.chisel(x.wall, x.slab, 'smooth')
|
||||
}
|
||||
|
||||
if (x.loose != null) {
|
||||
event.shapeless(`4x ${x.loose}`, [x.raw])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue