use strict
This commit is contained in:
parent
89d74ee72d
commit
3d89d59d4d
272 changed files with 388 additions and 21 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerSpeciesLoots(event) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerSpeciesRecipes(event) {
|
||||
global.SPECIES_DISABLED_ITEMS.forEach(item => {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
const registerSpeciesBlockTags = (event) => {
|
||||
global.SPECIES_DISABLED_BLOCKS.forEach(block => {
|
||||
event.removeAllTagsFrom(block)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue