forked from mtcontrib/riesenpilz
Compare commits
1 Commits
8641f97af7
...
2506909694
Author | SHA1 | Date | |
---|---|---|---|
2506909694 |
9
init.lua
9
init.lua
@ -1041,7 +1041,14 @@ for _, ndata in ipairs({
|
|||||||
|
|
||||||
if add_fence
|
if add_fence
|
||||||
and ndata.fence ~= false then
|
and ndata.fence ~= false then
|
||||||
add_fence({fence_of = nodename})
|
add_fence(
|
||||||
|
nodename.."_fence",
|
||||||
|
{
|
||||||
|
material = nodename,
|
||||||
|
texture = textures[#textures],
|
||||||
|
groups = node_groups,
|
||||||
|
sounds = sounds,
|
||||||
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user