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

This commit is contained in:
thunderdog1138 2020-05-18 00:01:57 +00:00
parent 09aa54273e
commit f8143f7a9b
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
local _ = {name = "air", prob = 0}
local L = {name = "ethereal:uneti_leaves", prob = 255}
local T = {name = "ethereal:uneti_trunk", prob = 255}
local t = {name = "ethereal:uneti_trunk", prob = 127}
local L = {name = "default:uneti_leaves", prob = 255}
local T = {name = "default:uneti_trunk", prob = 255}
local t = {name = "default:uneti_trunk", prob = 127}
ethereal.uneti_tree = {