Move slimeball to mcl_mobitems
This commit is contained in:
parent
3cbb39b1fb
commit
296520c06c
10 changed files with 27 additions and 26 deletions
|
@ -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:
|
||||
|
|
|
@ -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,},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue