mirror of
https://notabug.org/TenPlus1/lucky_block.git
synced 2024-12-05 03:23:46 +01:00
fix large cactus alignment
This commit is contained in:
parent
f465c58bd0
commit
5601eb1772
@ -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}},
|
||||
|
||||
|
2
init.lua
2
init.lua
@ -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}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user