Send IMC message to new mod ID
I changed the Treecapitator mod ID to use the correct capitalization. I left the old line for backwards compatibility.
This commit is contained in:
parent
0fc53f6eea
commit
956882960e
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