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

This commit is contained in:
thunderdog1138 2020-05-19 16:54:04 +00:00
parent 3c95f93f6f
commit 83292f1fee
1 changed files with 4 additions and 4 deletions

View File

@ -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},