This commit is contained in:
Pyritie 2025-06-16 17:12:56 +01:00
commit 35148eaf36
2 changed files with 2 additions and 1 deletions

View file

@ -1028,4 +1028,5 @@ const registerMinecraftRecipes = (event) => {
}).id('tfg:shaped/stonecutter');
event.stonecutting('minecraft:smooth_quartz', 'minecraft:quartz_block')
event.stonecutting('create:cut_deepslate', 'minecraft:polished_deepslate')
}

View file

@ -287,4 +287,4 @@ function registerTFGRockRecipes(event) {
.EUt(GTValues.VA[GTValues.LV])
})
//#endregion
}
}