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

This commit is contained in:
thunderdog1138 2020-05-05 03:08:49 +00:00
parent 1bc0c2d309
commit a7b09b27ab
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
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 = {