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:
@ -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
|
||||
|
Reference in New Issue
Block a user