iChun / Tabula

A mod made for modders to make Minecraft Models to be added to their mods. This is the model format that Hats will be using in 1.8 for their Hats.
http://ichun.us/mods/tabula-minecraft-modeler/
GNU Lesser General Public License v3.0
51 stars 28 forks source link

FMLInterModComms.sendMessage() Crash #47

Closed iLexiconn closed 9 years ago

iLexiconn commented 9 years ago

Code:

@Mod.EventHandler
    public void init(FMLInitializationEvent event)
    {
        FMLInterModComms.sendMessage("Tabula", "blacklist", "net.ilexiconn.minedonalds.client.model.block.ModelCuttingBoard");
    }

Crash: http://pastebin.com/euJ3ZZ4x