Fix head duplicates

This commit is contained in:
Wuzzy 2017-07-06 00:47:13 +02:00
parent 37e943ae91
commit 267f8c88a3
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ if minetest.get_modpath("default") then
end
local function addhead(mobname, desc, longdesc)
if not mobs_mc.is_item_variable_overridden("head_"..mobname) then
return
end
minetest.register_node("mobs_mc:head_"..mobname, {
description = desc,
_doc_items_longdesc = longdesc,