dupe fix + valid recipe
This commit is contained in:
OLOXpl 2026-02-01 23:44:59 +01:00 committed by GitHub
parent e772cd10ec
commit ecba52b775
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,4 +23,11 @@ function registerMacawsForTFCRecipes(event) {
C: `tfc:wood/log/${wood}`
}).id(`tfg:shaped/${wood}_wired_fence`)
})
event.remove({input: ['mcw_tfc_aio:roofs/gray_roofs/gray_roof_slab','#tfc:saws']})
event.shapeless('minecraft:gray_terracotta', [
'mcw_tfc_aio:roofs/gray_roofs/gray_roof_slab',
'mcw_tfc_aio:roofs/gray_roofs/gray_roof_slab'
]).id('minecraft:gray_terracotta')
}