This commit is contained in:
Pyritie 2025-06-09 21:15:19 +01:00
commit 9c41fe262f
56 changed files with 958 additions and 124 deletions

View file

@ -1010,4 +1010,22 @@ const registerMinecraftRecipes = (event) => {
.itemOutputs('minecraft:shroomlight')
.duration(200)
.EUt(GTValues.VA[GTValues.ULV])
// Stonecutter
event.shaped('minecraft:stonecutter',
[
' E ',
'CAC',
'BDB'
],
{
A: '#forge:plates/wrought_iron',
B: '#tfc:lumber',
C: '#forge:plates/brass',
D: '#forge:small_gears',
E: '#forge:buzz_saw_heads'
}).id('tfg:shaped/stonecutter');
event.stonecutting('minecraft:smooth_quartz', 'minecraft:quartz_block')
}

View file

@ -689,6 +689,7 @@ function removeMinecraftRecipes(event) {
event.remove({ id: 'minecraft:quartz' })
event.remove({ id: 'minecraft:quartz_from_blasting' })
event.remove({ id: 'minecraft:smooth_quartz' })
//#endregion