mirror of
https://github.com/FatherToast/SpecialMobs.git
synced 2025-08-07 10:51:52 +00:00
o yeh
This commit is contained in:
parent
4986eaf10d
commit
8b2c84c433
1 changed files with 6 additions and 6 deletions
|
@ -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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue