Marker destruction

This commit is contained in:
cyberpwn
2021-09-13 16:33:24 -04:00
parent 93bcb8994f
commit 0b1d59e398
6 changed files with 40 additions and 1 deletions

View File

@@ -243,6 +243,11 @@ public class PlannedPiece {
@Override
public Engine getEngine() {
if(IrisToolbelt.isIrisWorld(world))
{
return IrisToolbelt.access(world).getEngine();
}
return IrisContext.get().getEngine();
}
}, piece.getPlacementOptions(), rng, getData());