Add rotate of schematic if pasted as testblock, when check type or fight type #242
@ -151,6 +151,9 @@ public class Prototype {
|
|||||||
if (schem == null) {
|
if (schem == null) {
|
||||||
return paste(new File(schematic), x, y, z, rotate, ignoreAir, color);
|
return paste(new File(schematic), x, y, z, rotate, ignoreAir, color);
|
||||||
} else {
|
} else {
|
||||||
|
if (schem.getSchemType().fightType() || schem.getSchemType().check()) {
|
||||||
|
return paste(schem.load(), x, y, z, !rotate, ignoreAir, color);
|
||||||
|
}
|
||||||
return paste(schem.load(), x, y, z, rotate, ignoreAir, color);
|
return paste(schem.load(), x, y, z, rotate, ignoreAir, color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren