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