1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-20 06:10:23 +02:00

fix recipes broken by 546cd711

fixes #35
This commit is contained in:
OgelGames
2022-05-14 21:49:02 +10:00
parent fe1b9a1ef1
commit 70381161fd
2 changed files with 2 additions and 2 deletions

View File

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