2020-05-18 17:44:30 +02:00
|
|
|
|
|
|
|
local S = ethereal.intllib
|
|
|
|
|
|
|
|
-- register Ethereal wood type gates
|
|
|
|
|
|
|
|
doors.register_fencegate("ethereal:fencegate_scorched", {
|
|
|
|
description = S("Scorched Wood Fence Gate"),
|
|
|
|
texture = "scorched_tree.png",
|
|
|
|
material = "ethereal:scorched_tree",
|
|
|
|
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}
|
2020-07-17 03:06:43 +02:00
|
|
|
})
|