Started by
jcm236
on
Topic category: Plugins and third-party tools
Hello,
I am making Java Plugin for MCreator that adds new mod elements. The plugin compiles and loads properly but the mod elements don't show up in MCreator.
I am new to plugin development and am very confused.
Thank You in advance.
You need to enable Java plugins in preferences
I have enabled javaplugins and the logger shows up in the logs.
But the mod elements don't work
The mod elements must first generate at least one template in the generator version you're using.
I need a .definition.yaml file in forge-1.20.1 and a .json.ftl file in forge-1.20.1/templates right?