now you can put construction wands on tool racks

This commit is contained in:
Pyritie 2025-04-21 12:10:24 +01:00
parent dde122dbed
commit 0ef9f6db21
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
// priority: 0
function registerConstructionWandItemTags(event) {
event.add('tfc:usable_on_tool_rack', 'constructionwand:stone_wand')
event.add('tfc:usable_on_tool_rack', 'constructionwand:iron_wand')
event.add('tfc:usable_on_tool_rack', 'constructionwand:diamond_wand')
event.add('tfc:usable_on_tool_rack', 'constructionwand:infinity_wand')
}