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

This commit is contained in:
thunderdog1138 2020-05-18 00:04:25 +00:00
parent f8143f7a9b
commit 675d469a8e
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
local _ = {name = "air", prob = 0}
local T = {name = "default:tree", prob = 255}
local L = {name = "default:leaves", prob = 255}
local u = {name = "ethereal:vine", prob = 255, param2 = 2}
local T = {name = "default:jogan_tree", 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}
local W = {name = "ethereal:vine", prob = 255, param2 = 4}
local w = {name = "ethereal:vine", prob = 255, param2 = 5}