This commit is contained in:
FatherToast 2022-06-29 16:58:06 -05:00
parent 4986eaf10d
commit 8b2c84c433

View file

@ -78,8 +78,8 @@ public class SpecialMobs {
* o ability to equip held items * o ability to equip held items
* o ghasts * o ghasts
* o melee attack AI * o melee attack AI
* o blazes * - blazes
* o melee attack AI * - melee attack AI
* ? piglins * ? piglins
* ? hoglins * ? hoglins
* ? zoglins * ? zoglins
@ -122,10 +122,10 @@ public class SpecialMobs {
MobFamily.initBestiary(); MobFamily.initBestiary();
} }
public void sendIMCMessages(InterModEnqueueEvent event) { public void sendIMCMessages( InterModEnqueueEvent event ) {
if (ModList.get().isLoaded("theoneprobe")) { if( ModList.get().isLoaded( "theoneprobe" ) ) {
InterModComms.sendTo("theoneprobe", "getTheOneProbe", SMTheOneProbe::new); InterModComms.sendTo( "theoneprobe", "getTheOneProbe", SMTheOneProbe::new );
} }
} }