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

This commit is contained in:
thunderdog1138 2020-05-05 03:16:30 +00:00
parent aff1e44a6e
commit 83c410f2e1
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
local _ = {name = "air", prob = 0}
local T = {name = "ethereal:redwood_trunk", prob = 255}
local L = {name = "ethereal:redwood_leaves", prob = 255}
local T = {name = "ethereal:wroshyr_trunk", prob = 255}
local L = {name = "ethereal:wroshyr_leaves", prob = 255}
ethereal.redwood_tree = {
ethereal.wroshyr_tree = {
size = {x = 15, y = 33, z = 15},