diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-09-30 18:31:36 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-09-30 18:31:36 +0100 |
commit | 80bd5dfebfb4b607f8d4aa842934b2b24e9b0f51 (patch) | |
tree | 47dc055df2c64bb742395b3b1706b10f00262483 | |
parent | 9c6a91aa96acc59d305d887465eab504c48e3499 (diff) |
fix pine and palm luckyblock schems20181016
-rw-r--r-- | lucky_block.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lucky_block.lua b/lucky_block.lua index 3017b5b..604c8a9 100644 --- a/lucky_block.lua +++ b/lucky_block.lua @@ -6,8 +6,8 @@ if minetest.get_modpath("lucky_block") then local epath = minetest.get_modpath("ethereal") .. "/schematics/" lucky_block:add_schematics({ - {"pinetree", epath .. "pinetree.mts", {x = 3, y = 0, z = 3}}, - {"palmtree", epath .. "palmtree.mts", {x = 4, y = 0, z = 4}}, + {"pinetree", ethereal.pinetree, {x = 3, y = 0, z = 3}}, + {"palmtree", ethereal.palmtree, {x = 4, y = 0, z = 4}}, {"bananatree", ethereal.bananatree, {x = 3, y = 0, z = 3}}, {"orangetree", ethereal.orangetree, {x = 1, y = 0, z = 1}}, {"birchtree", ethereal.birchtree, {x = 2, y = 0, z = 2}}, |