From ca7c1311330a4a3dc4b048787f20c27b02150d5f Mon Sep 17 00:00:00 2001
From: Paramat <paramat@users.noreply.github.com>
Date: Fri, 7 Jun 2019 20:34:13 +0100
Subject: [PATCH] Large cactus schematic: Don't force-place root node

This schematic is used for sapling-grown large cacti, so should not
destroy the sand node below, as sand nodes are in short supply in
some situations.
Like trees, only force-place the node that replaces the sapling.
---
 mods/default/schematics/large_cactus.mts | Bin 98 -> 99 bytes
 schematic_tables.txt                     |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mods/default/schematics/large_cactus.mts b/mods/default/schematics/large_cactus.mts
index e453573fb20ff33be7ca6f706c1e3370f2718f25..cadcdccbbbe730fc23537bf7d3311831e2aed19f 100644
GIT binary patch
delta 41
xcmYdFo?x$1CGb)H)GBsnh1K`uJZ?CrvI`41s<|9sIME~!z?sFsptgf!EdVmX4W$48

delta 40
wcmYdJnqaT|zhIGE#{q^DtG2TXeM{JQkkw@Zr=S7DCIyy|CMgDnjXOAX0ad&X!2kdN

diff --git a/schematic_tables.txt b/schematic_tables.txt
index 89e8a855..a33300f7 100644
--- a/schematic_tables.txt
+++ b/schematic_tables.txt
@@ -2068,7 +2068,7 @@ mts_save("large_cactus", {
 		_, _, _, _, _,
 		_, _, _, _, _,
 
-		_, _, R, _, _,
+		_, _, C, _, _,
 		_, _, R, _, _,
 		_, _, C, _, _,
 		C, C, C, C, C,
-- 
GitLab