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

Started by jcm236 on

Topic category: Plugins and third-party tools

Active 11 months ago
Joined Jul 2024
Points:
108

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
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.

 

Active 11 months ago
Joined Jul 2024
Points:
108

User statistics:

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

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

Active 11 months ago
Joined Jul 2024
Points:
108

User statistics:

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

But the mod elements don't work

Active 4 months ago
Joined Jul 2022
Points:
1897

User statistics:

  • Modifications: 2
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 19
  • Comments: 1729
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.

Active 11 months ago
Joined Jul 2024
Points:
108

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
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?