Jump to content

Creating a coremod


pitbox46

Recommended Posts

I need to figure out how to make a coremod(as in ASM). My last post explains why I have to do this. I have an understanding about ASM, but what I don't at all understand is the forge implementation of ASM. There don't seem to be any tutorials on creating a coremod for versions past minecraft 1.12 and it seems like the forge api for coremodding has had some changes since then. I looked at https://cadiboo.github.io/tutorials/1.14.4/forge/99.99-coremod/ and the associated code, and I tried implementing a coremods.json to my /META-INT and a redstone_remote_transformer.js to my /resources, but the javascript file isn't loaded at all. My questions are:

  • Why is javascript used for the transformer?
  • How is the javascript transformer called?

Thanks!

Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.