Skip to content

Commit 1897031

Browse files
committed
feat: add PARCHED mob drops and experience to spawners_settings.yml
1 parent 8ac5f87 commit 1897031

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

core/src/main/resources/spawners_settings.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,24 @@ PANDA:
520520
material: "PLAYER_HEAD"
521521
custom_texture: "d5c3d618a70cc062e2edfaed15173e2a32ab6d773cf6050452e1b97fc66fb388"
522522

523+
# Reference: https://minecraft.wiki/w/Parched#Drops
524+
PARCHED:
525+
experience: 5
526+
loot:
527+
BONE:
528+
amount: 0-2
529+
chance: 66.67
530+
ARROW:
531+
amount: 0-2
532+
chance: 66.67
533+
TIPPED_ARROW:
534+
amount: 0-1
535+
chance: 50.0
536+
potion_type: WEAKNESS
537+
head_texture:
538+
material: "PLAYER_HEAD"
539+
custom_texture: "24aeceff5f26dd8413c5c03547c234ac03108d187af0b9cd834a8ce12598591c"
540+
523541
# Reference: https://minecraft.wiki/w/Parrot#Drops
524542
PARROT:
525543
experience: 1

0 commit comments

Comments
 (0)