now you can put construction wands on tool racks
This commit is contained in:
parent
dde122dbed
commit
0ef9f6db21
2 changed files with 9 additions and 0 deletions
8
kubejs/server_scripts/constructionwand/tags.js
Normal file
8
kubejs/server_scripts/constructionwand/tags.js
Normal 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')
|
||||
}
|
||||
|
|
@ -14,6 +14,7 @@ ServerEvents.tags('item', event => {
|
|||
registerChalkItemTags(event);
|
||||
registerChiselAndBitsItemTags(event)
|
||||
registerComputerCraftItemTags(event)
|
||||
registerConstructionWandItemTags(event)
|
||||
registerCreateItemTags(event)
|
||||
registerCreateAdditionsItemTags(event)
|
||||
registerCreateConnectedItemTags(event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue