Fix author and other strings in the mdk mods toml file, update coremods to 0.3.+

Signed-off-by: cpw <cpw+github@weeksfamily.ca>
This commit is contained in:
cpw 2019-02-16 17:42:30 -05:00
parent af98088d04
commit bd1769b11f
No known key found for this signature in database
GPG key ID: 8EB3DF749553B1B7
4 changed files with 11 additions and 11 deletions

View file

@ -60,7 +60,7 @@ public class ExampleMod
private void processIMC(final InterModProcessEvent event)
{
// some example code to receive and process InterModComms from other mods
LOGGER.info("Got IMC", event.getIMCStream().
LOGGER.info("Got IMC {}", event.getIMCStream().
map(m->m.getMessageSupplier().get()).
collect(Collectors.toList()));
}