mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +00:00
Connector fixes for jigsaw
This commit is contained in:
@@ -44,4 +44,9 @@ public class IrisJigsawPieceConnector
|
|||||||
@Desc("The direction this connector is facing. If the direction is set to UP, then pieces will place ABOVE the connector.")
|
@Desc("The direction this connector is facing. If the direction is set to UP, then pieces will place ABOVE the connector.")
|
||||||
@Required
|
@Required
|
||||||
private IrisDirection direction = IrisDirection.UP_POSITIVE_Y;
|
private IrisDirection direction = IrisDirection.UP_POSITIVE_Y;
|
||||||
|
|
||||||
|
public String toString()
|
||||||
|
{
|
||||||
|
return direction.getFace().name() + "@(" + position.getX() + "," + position.getY() + "," + position.getZ() + ")";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user