mirror of
https://github.com/FatherToast/SpecialMobs.git
synced 2025-08-06 10:21:53 +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 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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue