Update 'mods/ethereal/schematics/vine_tree.lua'
This commit is contained in:
parent
f8143f7a9b
commit
675d469a8e
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue