This commit is contained in:
Pyritie 2025-08-15 23:05:10 +01:00
parent f57564d3a0
commit 81b3dcc8e4

View file

@ -326,6 +326,11 @@ const registerTFCItemTags = (event) => {
event.add('tfc:forge_invisible_whitelist', 'greate:titanium_mechanical_pump')
event.add('forge:mushrooms', 'tfc:plant/artists_conk')
global.TFC_STONE_TYPES.forEach(stone => {
event.add('minecraft:stone_buttons', `tfc:rock/button/${stone}`)
event.add('minecraft:buttons', `tfc:rock/button/${stone}`)
})
}
const registerTFCBlockTags = (event) => {