first some changes for help modpack

This commit is contained in:
DS-Minetest
2017-01-06 16:33:50 +01:00
parent 7415036f5b
commit ec3a0c5f58
31 changed files with 229 additions and 24 deletions

View File

@ -70,9 +70,17 @@ minetest.register_node("mesecons_extrawires:corner_off", {
state = mesecon.state.off,
rules = corner_get_rules,
onstate = "mesecons_extrawires:corner_on"
}}
}},
-- doc support:
_doc_items_longdesc = "Insulated corners are conductors that only conduct between the inputs (also not up or down)."..
" When placing they always point to the left in direction of your vision."
})
-- doc support:
if minetest.get_modpath("doc") and minetest.get_modpath("doc_items") then
doc.add_entry_alias("nodes", "mesecons_extrawires:corner_off", "nodes", "mesecons_extrawires:corner_on")
end
minetest.register_craft({
output = "mesecons_extrawires:corner_off 3",
recipe = {