mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-12-23 01:10:25 +01:00
sheep drop 1 wool when killed
This commit is contained in:
parent
41d0594802
commit
2679b7b3bc
@ -51,7 +51,7 @@ stepheight = 0.6,
|
|||||||
jump_height = 6,
|
jump_height = 6,
|
||||||
drops = {
|
drops = {
|
||||||
{name = "mobs:mutton_raw", chance = 1, min = 1, max = 2},
|
{name = "mobs:mutton_raw", chance = 1, min = 1, max = 2},
|
||||||
--{name = "wool:"..col[1], chance = 1, min = 1, max = 1},
|
{name = "wool:"..col[1], chance = 1, min = 1, max = 1},
|
||||||
},
|
},
|
||||||
water_damage = 1,
|
water_damage = 1,
|
||||||
lava_damage = 5,
|
lava_damage = 5,
|
||||||
|
Loading…
Reference in New Issue
Block a user