fixed chiseling non-tfc blocks into slabs was only returning 1 slab instead of both
This commit is contained in:
parent
ea28eeb90a
commit
c26883efce
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ function registerTFGRockRecipes(event) {
|
|||
}
|
||||
}
|
||||
if ("slab" in x) {
|
||||
event.recipes.tfc.chisel(x.slab, x.raw, 'slab')
|
||||
event.recipes.tfc.chisel(x.slab, x.raw, 'slab').extraDrop(x.slab)
|
||||
//event.stonecutting(`2x ${x.slab}`, x.raw).id(`${x.raw}_to_${x.slab}`.replace(/:/g, '_'))
|
||||
|
||||
event.recipes.gtceu.macerator(`macerate_${x.slab}`.replace(/:/g, '_'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue