Update 'mods/ethereal/schematics/wroshyr_tree.lua'
This commit is contained in:
parent
ee81dc1e61
commit
6d5d9b4f1c
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
local _ = {name = "air", prob = 0}
|
local _ = {name = "air", prob = 0}
|
||||||
local T = {name = "ethereal:redwood_trunk", prob = 255}
|
local T = {name = "ethereal:wroshyr_trunk", prob = 255}
|
||||||
local L = {name = "ethereal:redwood_leaves", prob = 255}
|
local L = {name = "ethereal:wroshyr_leaves", prob = 255}
|
||||||
|
|
||||||
ethereal.redwood_tree = {
|
ethereal.redwood_tree = {
|
||||||
|
|
Loading…
Reference in New Issue