Move slimeball to mcl_mobitems

This commit is contained in:
Wuzzy 2017-02-11 22:05:14 +01:00
parent 3cbb39b1fb
commit 296520c06c
10 changed files with 27 additions and 26 deletions

View file

@ -146,7 +146,7 @@ Details
Green slimes:
> spawn in jungle grass or in temples mossy cobble (default:mossycobble).
> on die, they drop a randomish amount of glue (from mesecon mod)
> on die, they drop a randomish amount of slimeballs
> Lava hurts them.
Lava slimes:

View file

@ -32,7 +32,7 @@ mobs:register_mob("mobs_mc:greensmall", {
damage = 0,
armor = 100,
drops = {
{name = "mesecons_materials:glue",
{name = "mcl_mobitems:slimeball",
chance = 1,
min = 0,
max = 2,},