2014-11-09 22:17:41 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
-- register Ethereal wood type gates
|
2014-11-09 22:17:41 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
doors.register_fencegate("ethereal:fencegate_scorched", {
|
|
|
|
description = "Scorched Wood Fence Gate",
|
|
|
|
texture = "scorched_tree.png",
|
|
|
|
material = "ethereal:scorched_tree",
|
|
|
|
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}
|
|
|
|
})
|
2016-01-09 15:25:33 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
doors.register_fencegate("ethereal:fencegate_frostwood", {
|
|
|
|
description = "Frost Wood Fence Gate",
|
|
|
|
texture = "frost_wood.png",
|
|
|
|
material = "ethereal:frost_wood",
|
|
|
|
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}
|
|
|
|
})
|
2016-01-09 15:25:33 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
doors.register_fencegate("ethereal:fencegate_redwood", {
|
|
|
|
description = "Redwood Fence Gate",
|
|
|
|
texture = "redwood_wood.png",
|
|
|
|
material = "ethereal:redwood_wood",
|
|
|
|
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}
|
|
|
|
})
|
2016-01-09 15:25:33 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
doors.register_fencegate("ethereal:fencegate_willow", {
|
|
|
|
description = "Willow Wood Fence Gate",
|
|
|
|
texture = "willow_wood.png",
|
|
|
|
material = "ethereal:willow_wood",
|
|
|
|
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}
|
|
|
|
})
|
2016-01-21 17:59:28 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
doors.register_fencegate("ethereal:fencegate_yellowwood", {
|
|
|
|
description = "Healing Wood Fence Gate",
|
|
|
|
texture = "yellow_wood.png",
|
|
|
|
material = "ethereal:yellow_wood",
|
|
|
|
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}
|
|
|
|
})
|
2016-01-09 15:25:33 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
doors.register_fencegate("ethereal:fencegate_palm", {
|
|
|
|
description = "Palm Wood Fence Gate",
|
|
|
|
texture = "moretrees_palm_wood.png",
|
|
|
|
material = "ethereal:palm_wood",
|
|
|
|
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}
|
|
|
|
})
|
2014-11-09 22:17:41 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
doors.register_fencegate("ethereal:fencegate_banana", {
|
|
|
|
description = "Banana Wood Fence Gate",
|
|
|
|
texture = "banana_wood.png",
|
|
|
|
material = "ethereal:banana_wood",
|
|
|
|
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}
|
|
|
|
})
|
2014-11-09 22:17:41 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
doors.register_fencegate("ethereal:fencegate_mushroom", {
|
|
|
|
description = "Mushroom Trunk Fence Gate",
|
|
|
|
texture = "mushroom_trunk.png",
|
|
|
|
material = "ethereal:mushroom_trunk",
|
|
|
|
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}
|
|
|
|
})
|
2015-07-04 14:22:39 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
doors.register_fencegate("ethereal:fencegate_birch", {
|
|
|
|
description = "Birch Wood Fence Gate",
|
|
|
|
texture = "moretrees_birch_wood.png",
|
|
|
|
material = "ethereal:birch_wood",
|
|
|
|
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}
|
2014-11-09 22:17:41 +03:00
|
|
|
})
|
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
-- add compatibility for ethereal's to default wooden gates
|
|
|
|
minetest.register_alias("ethereal:fencegate_wood_open", "doors:gate_wood_open")
|
|
|
|
minetest.register_alias("ethereal:fencegate_wood_closed", "doors:gate_wood_closed")
|
2016-01-09 15:25:33 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
minetest.register_alias("ethereal:fencegate_acacia_open", "doors:gate_acacia_wood_open")
|
|
|
|
minetest.register_alias("ethereal:fencegate_acacia_closed", "doors:gate_acacia_wood_closed")
|
2014-11-09 22:17:41 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
minetest.register_alias("ethereal:fencegate_junglewood_open", "doors:gate_junglewood_open")
|
|
|
|
minetest.register_alias("ethereal:fencegate_junglewood_closed", "doors:gate_junglewood_closed")
|
2014-11-09 22:17:41 +03:00
|
|
|
|
2016-05-17 23:40:05 +03:00
|
|
|
minetest.register_alias("ethereal:fencegate_pine_open", "doors:gate_pine_wood_open")
|
|
|
|
minetest.register_alias("ethereal:fencegate_pine_closed", "doors:gate_pine_wood_closed")
|