This commit is contained in:
Anuken
2020-11-03 09:12:51 -05:00
parent 4a79f2fb4d
commit 6cde363d77
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ public class Schematics implements Loadable{
if(check && !(st.block instanceof CoreBlock)){
seq.clear();
tile.getLinkedTilesAs(st.block, seq);
if(seq.contains(t -> !t.block().alwaysReplace)){
if(seq.contains(t -> !t.block().alwaysReplace && !t.synthetic())){
return;
}
}