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