whoops
This commit is contained in:
parent
be3669a17d
commit
abee8b04e9
1 changed files with 4 additions and 4 deletions
|
|
@ -188,10 +188,10 @@ function registerPrimitiveCreaturesLoots(event) {
|
|||
event.addEntityLootModifier('primitive_creatures:nahida')
|
||||
.removeLoot(ItemFilter.ALWAYS_TRUE)
|
||||
.addWeightedLoot([
|
||||
Item.of('gtceu:cobalt_brass_spade').damage([0.85, 1]),
|
||||
Item.of('gtceu:cobalt_brass_sickle').damage([0.85, 1]),
|
||||
Item.of('gtceu:cobalt_brass_mining_hammer').damage([0.85, 1]),
|
||||
Item.of('gtceu:cobalt_brass_sword').damage([0.85, 1])])
|
||||
LootEntry.of('gtceu:cobalt_brass_spade').damage([0.85, 1]),
|
||||
LootEntry.of('gtceu:cobalt_brass_sickle').damage([0.85, 1]),
|
||||
LootEntry.of('gtceu:cobalt_brass_mining_hammer').damage([0.85, 1]),
|
||||
LootEntry.of('gtceu:cobalt_brass_sword').damage([0.85, 1])])
|
||||
event.addEntityLootModifier('primitive_creatures:nahida')
|
||||
.addWeightedLoot([
|
||||
Item.of('sns:leather_sack'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue