1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Various updates

- Updated homedecor (files cleaned)
 - Updated nether (node replacements made easier)
 - Updated maptools (cleaned files)
 - Updated ambiance (useless files cleaned)
This commit is contained in:
LeMagnesium
2015-05-25 14:30:12 +02:00
parent 5da1412b29
commit 0f5e43125c
46 changed files with 665 additions and 4216 deletions

View File

@ -82,19 +82,3 @@ if minetest.registered_nodes["doors:trapdoor"] then
}},
})
end
if minetest.registered_nodes["doors:trapdoor_cherry"] then
minetest.override_item("doors:trapdoor_cherry", {
mesecons = {effector = {
action_on = trapdoor_switch,
action_off = trapdoor_switch
}},
})
minetest.override_item("doors:trapdoor_cherry_open", {
mesecons = {effector = {
action_on = trapdoor_switch,
action_off = trapdoor_switch
}},
})
end