forked from thunderdog1138/star_wars
Update 'mods/ethereal/schematics/pine_tree.lua'
This commit is contained in:
parent
5bd57556e1
commit
ee81dc1e61
|
@ -1,9 +1,9 @@
|
|||
|
||||
local _ = {name = "air", prob = 0}
|
||||
local L = {name = "ethereal:pineleaves", prob = 255}
|
||||
local T = {name = "default:pinetree", prob = 255}
|
||||
local L = {name = "ethereal:pine_leaves", prob = 255}
|
||||
local T = {name = "ethereal:pine_trunk", prob = 255}
|
||||
|
||||
ethereal.pinetree = {
|
||||
ethereal.pine_tree = {
|
||||
|
||||
size = {x = 7, y = 8, z = 7},
|
||||
|
Loading…
Reference in New Issue