mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-11-12 22:00:19 +01:00
fix nyancat lucky block
This commit is contained in:
parent
32f7a6d3bc
commit
429683f017
|
@ -14,8 +14,12 @@ if minetest.get_modpath("lucky_block") then
|
|||
{"spw", "mobs:cow", 5},
|
||||
{"dro", {"mobs:bucket_milk"}, 8},
|
||||
{"spw", "mobs:kitten", 2},
|
||||
{"tro", "default:nyancat", "mobs_kitten", true},
|
||||
{"exp"},
|
||||
})
|
||||
|
||||
|
||||
if minetest.registered_nodes["default:nyancat"] then
|
||||
lucky_block:add_blocks({
|
||||
{"tro", "default:nyancat", "mobs_kitten", true},
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user