Fix sheep drops

This commit is contained in:
ElCeejo 2022-04-02 16:59:24 -07:00 committed by GitHub
parent ef38b862ae
commit 3c899ffd12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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")