Skip to content

Commit 20bdd06

Browse files
committed
add soft/hardwood log tags for beneath logs
1 parent 46d3303 commit 20bdd06

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

kubejs/server_scripts/tfg/worldgen/tags.general_worldgen.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,26 @@ function registerTFGGeneralWorldgenItemTags(event) {
2626
event.add('minecraft:wart_blocks', 'minecraft:mushroom_stem')
2727
event.add('tfc:compost_greens', 'minecraft:nether_wart_block')
2828
event.add('tfc:compost_greens', 'minecraft:warped_wart_block')
29+
30+
event.add("tfg:softwood", `#tfg:araucaria_logs`);
31+
event.add("tfg:stripped_softwood", `tfg:wood/stripped_log/araucaria`);
32+
event.add("tfg:stripped_softwood", `tfg:wood/stripped_wood/araucaria`);
33+
event.add("tfg:softwood_supports", `tfg:wood/support/araucaria`);
34+
35+
event.add("tfg:hardwood", `#tfg:mahoe_logs`);
36+
event.add("tfg:stripped_hardwood", `tfg:wood/stripped_log/mahoe`);
37+
event.add("tfg:stripped_hardwood", `tfg:wood/stripped_wood/mahoe`);
38+
event.add("tfg:hardwood_supports", `tfg:wood/support/mahoe`);
39+
40+
event.add("tfg:hardwood", `#tfg:beech_logs`);
41+
event.add("tfg:stripped_hardwood", `tfg:wood/stripped_log/beech`);
42+
event.add("tfg:stripped_hardwood", `tfg:wood/stripped_wood/beech`);
43+
event.add("tfg:hardwood_supports", `tfg:wood/support/beech`);
44+
45+
event.add("tfg:softwood", `#wan_ancient_beasts:ginkgo_logs`);
46+
event.add("tfg:stripped_softwood", `wan_ancient_beasts:stripped_ginkgo_log`);
47+
event.add("tfg:stripped_softwood", `wan_ancient_beasts:stripped_ginkgo_wood`);
48+
event.add("tfg:softwood_supports", `tfg:wood/support/ginkgo`);
2949
}
3050

3151
function registerTFGGeneralWorldgenBlockTags(event) {

0 commit comments

Comments
 (0)