mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-03-22 15:42:20 +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
|
||||
|
|
Loading…
Add table
Reference in a new issue