Now you can add a custom simple drop from a specific mob.
and change some specific drop amount
customdrop.yml
Code (YAML):
CustomDrop:
DIRT
: 3-6
STONE
: 5-10
specialmob.yml
Code (YAML):
special-mobs:
mob1:
type
: WITHER
drop1:
material
:
"DIAMOND_SWORD"
chance
: 1.0
name
:
"§bExcalibur"
enchantments
:
-
"SHARPNESS:100"
-
"UNBREAKING:10"
drop2:
material
:
"DIAMOND_SWORD"
chance
: 1.0
name
:
"§bExcalibur"
enchantments
:
-
"SHARPNESS:1000"
-
"UNBREAKING:10"