diff options
author | root <root@linux-forks.de> | 2018-11-14 12:45:10 +0100 |
---|---|---|
committer | root <root@linux-forks.de> | 2018-11-14 12:45:10 +0100 |
commit | 070c5dd08e9652cd540542b860d5a5cce1f8c7d4 (patch) | |
tree | 55b8404d46f195a38bb34a470290a9cacd4b75bd /lucky_block.lua | |
parent | 31fe2ff374e72fb8ea44d50cd82d6fc8b9be5463 (diff) | |
parent | b29634b3632aebe6c21d035884ed454cfd7ce77a (diff) |
Diffstat (limited to 'lucky_block.lua')
-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}}, |