Started by
RedWirePlatinum
on
Topic category: Help with MCreator software
I get how it generally works, you can use it to write your own code and whatever but like... how does it work? I tried checking generator-1.20.1 in the mcreator files but there is no file named "java_code.java.ftl" in either of the procedures folders. I wanted to be able to utilize this as part of my plugin but I don't know how to make the "code" part work if that makes any sense.
What do you mean with custom code snippet?
If you mean the one in procedures, you just enter the custom code and it will be inserted on the location of the code snippet
Yeah but I mean like, what's the source code of the custom code snippet block? If it exists somewhere
Like for example, the code for sending a chat to the world is this:
is there something like this for the custom code snippet, or?
Oh, for the custom code snippet, there is https://github.com/MCreator/MCreator/blob/master/src/main/java/net/mcre…