Fixes dirt or grass in in Plantlife mod #5

Open
Neuromancer56 wants to merge 1 commits from Neuromancer56/bushy_leaves:master into master
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ local node_box_full_node = {
local get_node_box = function(node_name, node_def)
local node_box
if (
string.match(node_name, "leaves") or
(string.match(node_name, "leaves") and not(string.match(node_name, "with_leaves") ))or
string.match(node_name, "needles")
) then
node_box = node_box_bushy_leaves