loot tables for mars mobs
This commit is contained in:
parent
09adc74719
commit
3969e65116
9 changed files with 244 additions and 15 deletions
|
|
@ -3,19 +3,15 @@
|
|||
const registerEndermanOverhaulItemTags = (event) => {
|
||||
|
||||
const DISABLED_ITEMS = [
|
||||
'endermanoverhaul:tiny_skull',
|
||||
'endermanoverhaul:enderman_tooth',
|
||||
'endermanoverhaul:corrupted_blade',
|
||||
'endermanoverhaul:corrupted_shield',
|
||||
|
||||
'endermanoverhaul:badlands_hood',
|
||||
'endermanoverhaul:savanna_hood',
|
||||
'endermanoverhaul:snowy_hood',
|
||||
|
||||
'endermanoverhaul:bubble_pearl',
|
||||
'endermanoverhaul:icy_pearl',
|
||||
'endermanoverhaul:crimson_pearl',
|
||||
'endermanoverhaul:warped_pearl'
|
||||
'endermanoverhaul:icy_pearl'
|
||||
]
|
||||
|
||||
DISABLED_ITEMS.forEach(item => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue