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

Jigsaw Enhancements

- Added keepEntity property for jigsaw connectors. When set to true, mobs spawned will not despawn
- Fixed jigsaw entities being spawned off-center
This commit is contained in:
StrangeOne101
2021-07-03 21:51:14 +12:00
parent 294324e31b
commit ced33114cc
2 changed files with 12 additions and 1 deletions

View File

@@ -45,6 +45,10 @@ public class IrisJigsawPieceConnector
@Desc("Pick an entity to spawn on this connector")
private String spawnEntity;
@DontObfuscate
@Desc("Stop the entity from despawning")
private boolean keepEntity;
@DontObfuscate
@MaxNumber(50)
@MinNumber(1)