disable emi + ore work
This commit is contained in:
parent
f455a16caf
commit
3bfcc9187b
13 changed files with 133 additions and 12 deletions
|
|
@ -2,4 +2,16 @@
|
|||
|
||||
ServerEvents.highPriorityData(event => {
|
||||
addOreVeins(event);
|
||||
})
|
||||
})
|
||||
|
||||
ServerEvents.tags('block', event => {
|
||||
registerBlockTagsGT(event)
|
||||
})
|
||||
|
||||
ServerEvents.tags('item', event => {
|
||||
registerItemTagsGT(event)
|
||||
})
|
||||
|
||||
LootJS.modifiers((event) => {
|
||||
modifyLootGT(event)
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue