Making a addon for a mod that was not made using mcreator

Started by Gekocaretaker1 on

Topic category: Advanced modding

Last seen on 22:39, 22. Dec 2019
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making a addon for a mod that was not made using mcreator

I was wondering how can I make a addon that requires a mod that was not made with mcreator.

You can use ore dictionary…
Fri, 10/25/2019 - 13:44

You can use ore dictionary to link with other mods and NBT tags. You can then list other mods as dependencies in workspace settings.

For more advanced things and APIs, you need to code.

Last seen on 22:39, 22. Dec 2019
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what is ore dictionary and…
Mon, 10/28/2019 - 22:10

what is ore dictionary and how do I use it?

Last seen on 15:34, 13. Aug 2021
Joined May 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ore dictionary is a godsend,…
Mon, 10/28/2019 - 22:29

Ore dictionary is a godsend, essentially, if another mod makes a ruby ore and I make a ruby ore, If we both use ore dictionary then they will be considered the same ore
As to how to use it, it is one of the settings during quite a few mod element creation processes

Last seen on 15:34, 13. Aug 2021
Joined May 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you want a better example…
Mon, 10/28/2019 - 22:31

If you want a better example, ore dict. is like how all the planks can be used to craft sticks and such

Last seen on 15:58, 14. Jun 2022
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@klemen do we need to import…
Tue, 01/25/2022 - 12:36

@klemen do we need to import the mod