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