How to make a create mod addon?

Started by Nannerbz on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Jun 2021
Points:
604

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
How to make a create mod addon?

I want to make a minecraft create mod addon, i saw somewhere else i needed to get a mod id and couldnt find it, can anyone help me?

Active 1 year ago
Joined Oct 2020
Points:
1629

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
if the mod is very simple,…
Sat, 10/02/2021 - 14:36

if the mod is very simple, like crafts, etc, use item/block/mod'ids

if it is more complex, use the Create's API

Active 4 years ago
Joined Jun 2021
Points:
604

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
I still dont understand,…
Sun, 10/03/2021 - 03:24

I still dont understand, what i want to do is make a addon that adds more ways of making rpm and things to use it on.

Active 1 year ago
Joined Oct 2020
Points:
1629

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
Item Ids then
Sun, 10/03/2021 - 04:02

Item Ids then

Active 4 years ago
Joined Jun 2021
Points:
604

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
Ok, now i know that. But now…
Mon, 10/04/2021 - 05:55

Ok, now i know that. But now i need to figure out how to use the item id's, where to find them, and how to make the rpm thing.

Active 1 year ago
Joined Oct 2020
Points:
1629

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
you put them on code and…
Mon, 10/04/2021 - 15:58

you put them on code and find them on /give commands

Active 4 years ago
Joined Jun 2021
Points:
604

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
Ok. I will see if i can do…
Tue, 11/02/2021 - 04:22

Ok. I will see if i can do anything.

Active 2 years ago
Joined Apr 2015
Points:
723

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
hey did you figure it out?…
Fri, 02/17/2023 - 20:15

hey did you figure it out? im tryna do the same

Active 2 years ago
Joined Oct 2023
Points:
196

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Am pretty late but you can…
Tue, 10/03/2023 - 14:28

Am pretty late but you can find the ModID of pretty much every mod from the "Mods" section from the menu

Active 5 months ago
Joined Apr 2024
Points:
113

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
What is  Create's API
Fri, 08/02/2024 - 20:05

What is 

Create's API

Active 4 months ago
Joined Jun 2025
Points:
21

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
uhh hi i dont know if im…
Mon, 06/09/2025 - 12:24

uhh hi i dont know if im PRETTY late but i just wanted to know the basics of creating a CREATE ADDON