From 81b3dcc8e473fc4a32ecaf3cd842702450c31ce0 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 15 Aug 2025 23:05:10 +0100 Subject: [PATCH] butn --- kubejs/server_scripts/tfc/tags.js | 5 +++++ 1 file changed, 5 insertions(+) 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) => {