diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index 93bd2ba28..42227aa1f 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -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) => {