forked from mtcontrib/mobs_animal
dont drop 8x buckets of milk as stack, separate with water buckets
This commit is contained in:
parent
1d50cdbcca
commit
52d4d45027
|
@ -12,7 +12,7 @@ if minetest.get_modpath("lucky_block") then
|
|||
{"spw", "mobs:chicken", 5},
|
||||
{"dro", {"mobs:egg"}, 5},
|
||||
{"spw", "mobs:cow", 5},
|
||||
{"dro", {"mobs:bucket_milk"}, 8},
|
||||
{"dro", {"mobs:bucket_milk", "bucket:bucket_water"}, 8},
|
||||
{"spw", "mobs:kitten", 2},
|
||||
{"exp"},
|
||||
{"dro", {"mobs:hairball"}, 3},
|
||||
|
|
Loading…
Reference in New Issue
Block a user