diff --git a/src/main/java/com/example/examplemod/ExampleMod.java b/src/main/java/com/example/examplemod/ExampleMod.java index 775d5325d92fec40e7ab91201df3bbd7d5986f43..81c79d671f02021fa43edca2cb459d8d8dfe5425 100644 --- a/src/main/java/com/example/examplemod/ExampleMod.java +++ b/src/main/java/com/example/examplemod/ExampleMod.java @@ -54,7 +54,7 @@ public class ExampleMod private void enqueueIMC(final InterModEnqueueEvent event) { // some example code to dispatch IMC to another mod - InterModComms.sendTo("examplemod", "helloworld", () -> { LOGGER.info("Hello world from the MDK"); return "Hello world";}); + InterModComms.sendTo("minestic", "helloworld", () -> { LOGGER.info("Hello world from the MDK"); return "Hello world";}); } private void processIMC(final InterModProcessEvent event) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 1a477fae3c67033517ade140466aa4599e8057b8..0e7706d98047286c8898c07caa61d54eb760091e 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -8,7 +8,7 @@ modLoader="javafml" #mandatory # A version range to match for said mod loader - for regular FML @Mod it will be the forge version loaderVersion="[32,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. # A URL to refer people to when problems occur with this mod -issueTrackerURL="" #optional +# issueTrackerURL="" #optional # A list of mods - how many allowed here is determined by the individual mod loader [[mods]] #mandatory # The modid of the mod @@ -18,9 +18,9 @@ version="${file.jarVersion}" #mandatory # A display name for the mod displayName="MineStic" #mandatory # A URL to query for updates for this mod. See the JSON update specification <here> -updateJSONURL="" #optional +# updateJSONURL="" #optional # A URL for the "homepage" for this mod, displayed in the mod UI -displayURL="" #optional +# displayURL="" #optional # A file name (in the root of the mod JAR) containing a logo for display logoFile="" #optional # A text field displayed in the mod UI