Merge pull request #262 from bspkrs/patch-1
Send IMC message to new mod ID
This commit is contained in:
commit
e22673310d
1 changed files with 3 additions and 1 deletions
|
@ -189,6 +189,8 @@ public class TreecapitatorIntegration
|
|||
|
||||
tpModCfg.setTag("trees", treeList);
|
||||
|
||||
// bspkrs: I changed the mod ID, so just send messages to both for now.
|
||||
FMLInterModComms.sendMessage("TreeCapitator", "ThirdPartyModConfig", tpModCfg);
|
||||
FMLInterModComms.sendMessage("Treecapitator", "ThirdPartyModConfig", tpModCfg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue