9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 20:19:06 +00:00

Pasting & loading tile data support

This commit is contained in:
Daniel Mills
2021-01-13 09:06:26 -05:00
parent 6260c07cd6
commit 1e832ed0eb
3 changed files with 1 additions and 3 deletions

View File

@@ -841,7 +841,6 @@ public class IrisObject extends IrisRegistrant
d.put(r.rotate(i.clone(), spinx, spiny, spinz), r.rotate(getBlocks().get(i).clone(), spinx, spiny, spinz));
}
SmoothieMap<BlockVector, TileData<? extends TileState>> dx = SmoothieMap.<BlockVector, TileData<? extends TileState>>newBuilder()
.doShrink(true)
.optimizeFor(OptimizationObjective.LOW_GARBAGE)