star_wars/mods/ethereal/fences.lua

10 lines
302 B
Lua
Raw Permalink Normal View History

2020-05-18 17:44:30 +02:00
local S = ethereal.intllib
default.register_fence("ethereal:fence_scorched", {
description = S("Scorched Fence"),
texture = "scorched_tree.png",
material = "ethereal:scorched_tree",
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
sounds = default.node_sound_wood_defaults()
2020-07-17 02:44:30 +02:00
})