I need to make an addon for tinker's contruct. Is that possible?

Started by TheDoodlingGuy on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Jan 2021
Points:
593

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
I need to make an addon for tinker's contruct. Is that possible?

I'm trying to create an addon for tinker's contruct. I want to add armor. So how can I access items from Tinker's construct to this mod? Need Help!

Active 4 years ago
Joined Feb 2021
Points:
666

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 135
sadly im 99.9% sure that you…
Thu, 02/18/2021 - 19:07

sadly im 99.9% sure that you can not with mcreator. sorry for the bad news :(

Active 4 years ago
Joined Sep 2019
Points:
657

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
Use tags.  
Wed, 03/10/2021 - 23:14

Use tags.

 

Active 4 months ago
Joined Jul 2020
Points:
785

User statistics:

  • Modifications: 10
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 133
Using tags hoy can access…
Mon, 06/28/2021 - 12:51

Using tags hoy can access any item in that tag. For example using: "forge:ingots/cobalt" you can make recipies of any cobalt ingot with the tag. But I think the only way to access specific other mod content is by coding it.

Active 2 years ago
Joined Jul 2022
Points:
411

User statistics:

  • Modifications: 1
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
It's easy to make materials,…
Fri, 07/22/2022 - 12:35

It's easy to make materials, but I can't make tools at present.