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

@ -61,6 +61,11 @@ mobs:register_mob("mobs_mc:zombie", {
chance = 11,
min = 1,
max = 1,},
-- TODO: Remove this drop when record discs are properly dropped
{name = "mcl_jukebox:record_8",
chance = 150,
min = 1,
max = 1,},
},
animation = {
speed_normal = 24,