mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-19 15:09:18 +00:00
MM should set its own stuff
This commit is contained in:
@@ -442,7 +442,8 @@ public class IrisEntity extends IrisRegistrant {
|
||||
|
||||
if (isSpecialType()) {
|
||||
if (specialType.toLowerCase().startsWith("mythicmobs:")) {
|
||||
return Iris.linkMythicMobs.spawnMob(specialType.substring(11), at);
|
||||
Iris.linkMythicMobs.spawnMob(specialType.substring(11), at);
|
||||
return null;
|
||||
} else {
|
||||
Iris.warn("Invalid mob type to spawn: '" + specialType + "'!");
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user