Mod elements created in an Mcreator Java Plugin not shown in Mcreator

Started by jcm236 on

Topic category: Plugins and third-party tools

Last seen on 02:09, 3. Sep 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mod elements created in an Mcreator Java Plugin not shown in Mcreator

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.

 

Last seen on 02:09, 3. Sep 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have enabled javaplugins…
Sun, 07/21/2024 - 14:28

I have enabled javaplugins and the logger shows up in the logs.

Last seen on 02:09, 3. Sep 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
But the mod elements don't…
Mon, 07/22/2024 - 11:30

But the mod elements don't work

Last seen on 14:53, 6. Sep 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The mod elements must first…
Mon, 07/22/2024 - 13:14

The mod elements must first generate at least one template in the generator version you're using.

Last seen on 02:09, 3. Sep 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need a .definition.yaml…
Mon, 07/22/2024 - 14:47

I need a .definition.yaml file in forge-1.20.1 and a .json.ftl file in forge-1.20.1/templates right?