From cfa0a14122c01b4130cb35277f246af8336310f4 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 19 Jan 2026 11:32:50 +0000 Subject: [PATCH] #2771 made me check which wood was which, and what the hell happened here --- kubejs/server_scripts/beneath/tags.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kubejs/server_scripts/beneath/tags.js b/kubejs/server_scripts/beneath/tags.js index 692fa2288..5b2b85a49 100644 --- a/kubejs/server_scripts/beneath/tags.js +++ b/kubejs/server_scripts/beneath/tags.js @@ -30,10 +30,10 @@ const registerBeneathBlockTags = (event) => { event.add('tfg:softwood', 'beneath:wood/wood/crimson') event.add('tfg:stripped_softwood', 'beneath:wood/stripped_log/crimson') event.add('tfg:stripped_softwood', 'beneath:wood/stripped_wood/crimson') - event.add('tfg:hardwood', 'beneath:wood/log/crimson') - event.add('tfg:hardwood', 'beneath:wood/wood/crimson') - event.add('tfg:strippedhardwood', 'beneath:wood/stripped_log/crimson') - event.add('tfg:strippedhardwood', 'beneath:wood/stripped_wood/crimson') + event.add('tfg:hardwood', 'beneath:wood/log/warped') + event.add('tfg:hardwood', 'beneath:wood/wood/warped') + event.add('tfg:stripped_hardwood', 'beneath:wood/stripped_log/warped') + event.add('tfg:stripped_hardwood', 'beneath:wood/stripped_wood/warped') } const registerBeneathItemTags = (event) => {