Plugins with custom Mod Elements?

Started by SparkleArts on

Topic category: Advanced modding

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Plugins with custom Mod Elements?

Can we add new Mod Elements through Plugins? If yes, can we add new Mod Elements for available Generators like Forge 1.16.4 or 1.16.5?

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom mod elements are a…
Tue, 04/06/2021 - 13:07

Custom mod elements are a bit more complex to add because they require to make the UI in a JSON file. It is surely the hardest thing to add in plugins. However, stay tuned for the upcoming plugin feature in 2021.5. I added quite a lot of new things allowing new things. ;)

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
2021.5? :D Yes, 2021.5 XD …
Tue, 04/13/2021 - 21:22

2021.5? :D

Yes, 2021.5 XD (2021.2, oopsi)

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When will it be coming out?
Sat, 05/29/2021 - 03:02

When will it be coming out?

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom mod elements will…
Sat, 05/29/2021 - 04:27

Custom mod elements will surely not be added in the 2021.2, because it requires a lot of change in the code and they are more complex to implement as we need to find a good way to create a UI in a JSON file.