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 ghasts
* o melee attack AI
* o blazes
* o melee attack AI
* - blazes
* - melee attack AI
* ? piglins
* ? hoglins
* ? zoglins
@ -122,10 +122,10 @@ public class SpecialMobs {
MobFamily.initBestiary();
}
public void sendIMCMessages(InterModEnqueueEvent event) {
if (ModList.get().isLoaded("theoneprobe")) {
InterModComms.sendTo("theoneprobe", "getTheOneProbe", SMTheOneProbe::new);
public void sendIMCMessages( InterModEnqueueEvent event ) {
if( ModList.get().isLoaded( "theoneprobe" ) ) {
InterModComms.sendTo( "theoneprobe", "getTheOneProbe", SMTheOneProbe::new );
}
}