Update 'mods/ethereal/schematics/vinetree.lua'

This commit is contained in:
thunderdog1138 2020-05-19 17:01:55 +00:00
parent 6062168246
commit 60460945a9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
local _ = {name = "air", prob = 0}
local T = {name = "default:tree", prob = 255}
local L = {name = "default:leaves", prob = 255}
local T = {name = "ethereal:gnarltree_trunk", prob = 255}
local L = {name = "ethereal:gnarltree_leaves", prob = 255}
local u = {name = "ethereal:vine", prob = 255, param2 = 2}
local U = {name = "ethereal:vine", prob = 255, param2 = 3}
local W = {name = "ethereal:vine", prob = 255, param2 = 4}