fix large cactus alignment

This commit is contained in:
tenplus1 2021-04-06 13:19:31 +01:00
parent f465c58bd0
commit 5601eb1772
2 changed files with 2 additions and 2 deletions

@ -14,7 +14,7 @@ lucky_block:add_schematics({
{"acaciatree", dpath .. "acacia_tree_from_sapling.mts", {x = 4, y = 1, z = 4}},
{"aspentree", dpath .. "aspen_tree_from_sapling.mts", {x = 2, y = 1, z = 2}},
-- {"corals", dpath .. "corals.mts", {x = 2, y = 1, z = 2}},
{"largecactus", dpath .. "large_cactus.mts", {x = 2, y = 0, z = 0}},
{"largecactus", dpath .. "large_cactus.mts", {x = 2, y = 1, z = 2}},
{"defaultbush", dpath .. "bush.mts", {x = 1, y = 1, z = 1}},
{"acaciabush", dpath .. "acacia_bush.mts", {x = 1, y = 1, z = 1}},

@ -11,7 +11,7 @@ local S = minetest.get_translator and minetest.get_translator("lucky_block") or
-- default blocks
local lucky_list = {
{"nod", "lucky_block:super_lucky_block", 0},
{"nod", "lucky_block:super_lucky_block", 0}
}