
Mob Random Drop 1.1
Can you beat Minecraft when every mob random drop item?
Page 1
1.1
4 days ago
Custom drop from mob
Now you can add a custom simple drop from a specific mob.
and change some specific drop amount
customdrop.yml
CustomDrop:
DIRT: 3-6
STONE: 5-10
specialmob.yml
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"
1.0
11 days ago
Page 1