mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-03 08:26:11 +00:00
debug spawns
This commit is contained in:
parent
0e4b874994
commit
522eabce5e
@ -227,6 +227,11 @@ public class IrisWorldManager extends EngineAssignedWorldManager {
|
|||||||
.collect(Collectors.toList()))
|
.collect(Collectors.toList()))
|
||||||
.popRandom(RNG.r);
|
.popRandom(RNG.r);
|
||||||
|
|
||||||
|
if(initial)
|
||||||
|
{
|
||||||
|
Iris.info("SPAWNER PICKED: " + v);
|
||||||
|
}
|
||||||
|
|
||||||
if (v != null && v.getReferenceSpawner() != null) {
|
if (v != null && v.getReferenceSpawner() != null) {
|
||||||
int maxEntCount = v.getReferenceSpawner().getMaxEntitiesPerChunk();
|
int maxEntCount = v.getReferenceSpawner().getMaxEntitiesPerChunk();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user