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:
mruncreative 2024-06-02 19:38:35 +02:00 committed by GitHub
parent 3ad8a6a473
commit 511619253f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

@ -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},