From 511619253facd524df75ae44537d7b2c4e30a8db Mon Sep 17 00:00:00 2001 From: mruncreative <67873653+mruncreative@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:38:35 +0200 Subject: [PATCH] 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 --- mods/default/schematics/large_cactus.mts | Bin 99 -> 87 bytes schematic_tables.txt | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/default/schematics/large_cactus.mts b/mods/default/schematics/large_cactus.mts index cadcdccbbbe730fc23537bf7d3311831e2aed19f..755e2d8c508ad4f6d05bbe79139dab4d555123e6 100644 GIT binary patch delta 13 UcmYcepWx5ouE4->@F9C602~AaGXMYp delta 25 gcmWGfp5QOSE-c`v=5m1HM3X=OXBGp4+76Dj09cU*^8f$< diff --git a/schematic_tables.txt b/schematic_tables.txt index eff2d359..14e696a9 100644 --- a/schematic_tables.txt +++ b/schematic_tables.txt @@ -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},