mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-03-21 23:22:21 +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
|
||||||
end)
|
end)
|
||||||
|
|
||||||
local wool_block = "wool:wool"
|
local wool_block = "wool:white"
|
||||||
|
|
||||||
if not minetest.get_modpath("wool") then
|
if not minetest.get_modpath("wool") then
|
||||||
wool_block = nil
|
wool_block = nil
|
||||||
|
|
Loading…
Add table
Reference in a new issue