ModTweaker

ModTweaker

88M Downloads

Request for IMC abilities

bookerthegeek opened this issue ยท 5 comments

commented

Issue Description:

An inability to send Inter-Mod Communication (IMC) to other mods to change recipes or game aspects.

What happens:

Nothing, That is the issue.

What you expected would like to happen:

An ability to create a file using the existing ZenScript formating to send IMC to other mods
Maybe change the extension from something.zs to something.imc

Some Links


Affected Versions (Do not use "latest"):

  • Minecraft: 1.10.2
commented

So this doesn't really fit into Crt well, since it would be running sooner than Crt and it wouldn't be using Zenscript. But I may put it in a separate mod

commented

However it is done, as a lot of mods seem to support imc messages, would be fine.

commented

Question, would it be possible to still format it as Zenscript, but then convert to IMC when passing to the other mods? This would cut down on the need for pack authors to larn a new way of formating recipes. Or would it be better (Easier I am sure) to just pass IMC?

I know it took me a while to wrap my head around IMC, many multiple of times longer than Zenscript. That being said I would rather have something than wait for better.

commented

Another mod going the IMC route... TinkersConstruct

commented

Just in case anybody is looking for options for IMC: Lunatrius/DynIMC#2