Make music discs pre-obtainable

This commit is contained in:
Wuzzy 2017-02-20 07:34:47 +01:00
parent aa5ef41015
commit 60c6a97de4
3 changed files with 59 additions and 0 deletions

View file

@ -40,6 +40,15 @@ mobs:register_mob("mobs_mc:creeper", {
chance = 1,
min = 0,
max = 2,},
-- TODO: In Minecraft, record discs only drop when a creeper got killed by a skeleton's arrow
{name = "mcl_jukebox:record_6",
chance = 100,
min = 1,
max = 1,},
{name = "mcl_jukebox:record_7",
chance = 125,
min = 1,
max = 1,},
},
animation = {
speed_normal = 24,