forgot to remove some logging
This commit is contained in:
parent
0001d4d110
commit
673ce4fc51
1 changed files with 0 additions and 4 deletions
|
|
@ -463,8 +463,6 @@ function registerTFGRockRecipes(event) {
|
|||
|
||||
CUTTER.forEach(x => {
|
||||
if ("stair" in x) {
|
||||
console.log(`STAIRS: ${x.raw} -> ${x.stair}`)
|
||||
|
||||
event.recipes.tfc.chisel(x.stair, x.raw, 'stair')
|
||||
|
||||
if (x.stonecutting) {
|
||||
|
|
@ -483,8 +481,6 @@ function registerTFGRockRecipes(event) {
|
|||
}
|
||||
}
|
||||
if ("slab" in x) {
|
||||
console.log(`SLAB: ${x.raw} -> ${x.stair}`)
|
||||
|
||||
event.recipes.tfc.chisel(x.slab, x.raw, 'slab')
|
||||
|
||||
if (x.stonecutting) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue