From bde37048904b4f90011d48dd319bdb3e54b8040a Mon Sep 17 00:00:00 2001 From: yoyosource Date: Tue, 21 Dec 2021 15:29:58 +0100 Subject: [PATCH] Fix Testblock pasting from wg schems Signed-off-by: yoyosource --- BauSystem_Main/src/de/steamwar/bausystem/region/Region.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java b/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java index 48df628d..5cb2ac77 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java @@ -439,6 +439,9 @@ public class Region { } else { pastePoint = pastePoint.add(0, 0, prototype.getTestblock().getSizeZ() / 2); } + if (schematic.getSchemType().getKuerzel().equalsIgnoreCase("wg")) { + pastePoint = pastePoint.add(0, 0, 1); + } } break; default: