forgot to remove some logging

This commit is contained in:
Pyritie 2025-05-06 14:18:47 +01:00
parent 0001d4d110
commit 673ce4fc51

View file

@ -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) {