This commit is contained in:
Anuken
2020-08-12 21:24:00 -04:00
parent fb511a4eef
commit 1249eb3b00
6 changed files with 52 additions and 10 deletions
+1 -1
View File
@@ -583,7 +583,7 @@ public class Schematics implements Loadable{
int ox = schem.width/2, oy = schem.height/2;
schem.tiles.each(req -> {
req.config = BuildPlan.pointConfig(req.config, p -> {
req.config = BuildPlan.pointConfig(req.block, req.config, p -> {
int cx = p.x, cy = p.y;
int lx = cx;