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

This commit is contained in:
thunderdog1138 2020-05-18 14:49:09 +00:00
parent 461411d718
commit 8213dde380
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
local _ = {name = "air", prob = 0}
local T = {name = "default:jogan_tree", prob = 255}
local T = {name = "default:jogan_trunk", prob = 255}
local L = {name = "default:jogan_leaves", prob = 255}
local u = {name = "default:vine", prob = 255, param2 = 2}
local U = {name = "ethereal:vine", prob = 255, param2 = 3}