new system of hiding items example
This commit is contained in:
parent
fec7d9ab3c
commit
3931c1ebad
5 changed files with 33 additions and 16 deletions
|
|
@ -24,6 +24,7 @@ ServerEvents.tags('item', event => {
|
|||
|
||||
registerSophisticatedBackpacksItemTags(event)
|
||||
|
||||
registerChiselAndBitsItemTags(event)
|
||||
registerFTBQuestsItemTags(event)
|
||||
})
|
||||
|
||||
|
|
@ -34,6 +35,7 @@ ServerEvents.tags('block', event => {
|
|||
registerTFCBlockTags(event)
|
||||
registerFirmaLifeBlockTags(event)
|
||||
|
||||
registerChiselAndBitsBlockTags(event)
|
||||
registerComputerCraftBlockTags(event)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue