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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user