forked from mtcontrib/homedecor_modpack
parent
fe1b9a1ef1
commit
70381161fd
|
@ -38,7 +38,7 @@ homedecor.materials = {
|
|||
wool_white = "wool:white",
|
||||
slab_stone = "stairs:slab_stone",
|
||||
slab_wood = "stairs:slab_wood",
|
||||
glass_block = "default_glass",
|
||||
glass_block = "default:glass",
|
||||
glass_bottle = "vessels:glass_bottle",
|
||||
coal_lump = "default:coal_lump",
|
||||
stone = "default:stone",
|
||||
|
|
|
@ -121,7 +121,7 @@ function homedecor.register(name, original_def)
|
|||
end
|
||||
|
||||
if cdef.type ~= "toolrepair" and not cdef.output then
|
||||
cdef.output = ":homedecor:" .. name
|
||||
cdef.output = "homedecor:" .. name
|
||||
end
|
||||
|
||||
minetest.register_craft(cdef)
|
||||
|
|
Loading…
Reference in New Issue
Block a user