forked from minetest/minetest_game
Fix upside down nodes in large cactus schematic (#3123)
* Update schematic_tables.txt (large_cactus) * Replace large_cactus with upside down nodes with fixed one
This commit is contained in:
parent
3ad8a6a473
commit
511619253f
Binary file not shown.
|
@ -2045,9 +2045,9 @@ mts_save("aspen_log", {
|
|||
|
||||
-- Large cactus
|
||||
|
||||
local C = {name = "default:cactus", prob = 255, param2 = 20}
|
||||
local R = {name = "default:cactus", prob = 255, param2 = 20, force_place = true}
|
||||
local E = {name = "default:cactus", prob = 127, param2 = 20}
|
||||
local C = {name = "default:cactus", prob = 255}
|
||||
local R = {name = "default:cactus", prob = 255, force_place = true}
|
||||
local E = {name = "default:cactus", prob = 127}
|
||||
|
||||
mts_save("large_cactus", {
|
||||
size = {x = 5, y = 7, z = 5},
|
||||
|
|
Loading…
Reference in New Issue
Block a user