forked from thunderdog1138/star_wars
Update 'mods/ethereal/schematics/uneti_tree.lua'
This commit is contained in:
parent
3c95f93f6f
commit
83292f1fee
|
@ -1,10 +1,10 @@
|
|||
|
||||
local _ = {name = "air", prob = 0}
|
||||
local L = {name = "default:leaves", prob = 255}
|
||||
local T = {name = "default:tree", prob = 255}
|
||||
local t = {name = "default:tree", prob = 127}
|
||||
local L = {name = "ethereal:uneti_leaves", prob = 255}
|
||||
local T = {name = "ethereal:uneti_trunk", prob = 255}
|
||||
local t = {name = "ethereal:uneti_trunk", prob = 127}
|
||||
|
||||
ethereal.bigtree = {
|
||||
ethereal.uneti_tree = {
|
||||
|
||||
size = {x = 9, y = 8, z = 9},
|
||||
|
Loading…
Reference in New Issue