mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-03-15 04:11:25 +00:00
Fix sheep drops
This commit is contained in:
parent
ef38b862ae
commit
3c899ffd12
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ minetest.register_on_mods_loaded(function()
|
|||
end
|
||||
end)
|
||||
|
||||
local wool_block = "wool:wool"
|
||||
local wool_block = "wool:white"
|
||||
|
||||
if not minetest.get_modpath("wool") then
|
||||
wool_block = nil
|
||||
|
@ -261,4 +261,4 @@ creatura.register_mob("animalia:sheep", {
|
|||
end
|
||||
})
|
||||
|
||||
creatura.register_spawn_egg("animalia:sheep", "f4e6cf", "e1ca9b")
|
||||
creatura.register_spawn_egg("animalia:sheep", "f4e6cf", "e1ca9b")
|
||||
|
|
Loading…
Add table
Reference in a new issue