Started by
TheDoodlingGuy
on
Topic category: Help with Minecraft modding (Java Edition)
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!
Topic category: Help with Minecraft modding (Java Edition)
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!
sadly im 99.9% sure that you can not with mcreator. sorry for the bad news :(
Use tags.
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.
It's easy to make materials, but I can't make tools at present.