1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-17 23:20:23 +02:00

Updated homedecor modpack

- Reported in #177 , solves #186
This commit is contained in:
LeMagnesium
2015-08-02 20:49:50 +02:00
parent 161fd0d558
commit a97c0e6687
6 changed files with 0 additions and 45 deletions

View File

@ -45,15 +45,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "lrfurn:endtable",
recipe = {
{"", "", "", },
{"group:wood_slab", "group:wood_slab", "", },
{"group:stick", "group:stick", "", }
}
})
if minetest.setting_get("log_mods") then
minetest.log("action", "endtable loaded")
end