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

This commit is contained in:
thunderdog1138 2020-05-05 17:29:22 +00:00
parent 72895a125b
commit f8ad8cb0f9
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
local _ = {name = "air", prob = 0}
local L = {name = "ethereal:pineleaves", prob = 255}
local L = {name = "ethereal:pine_leaves", prob = 255}
local T = {name = "default:pinetree", prob = 255}
ethereal.pinetree = {
ethereal.pine_tree = {
size = {x = 7, y = 8, z = 7},