Started by
WolfKing1250
on
Topic category: Help with MCreator software
I am creating a mod that uses another mod and I want one of my procedures to place a block from the other mod. How can I do that?
Please use example-mod as the mod id and example as the block id so I know what you are talking about.
Edited by WolfKing1250 on Thu, 04/23/2020 - 23:42
For now you can use tags for this.
Please explain further.
Other mods use tags to tag their elements and you can check for tags in your mod to add some sort of compatibility.
I think I might of figured it out. Would the block id in Mcreator be "blocks.examplemod:EXAMPLE" (without the quotes)?
No, unfortunately, the requirement for this is that the mod provides tags itself.
oh okay, thanks!
I am making the mod for 1.12. Is it still possible?
I found a replacement for 1.12.2.
That is a solution too, at least for placing blocks.
In 1.12.2 you can use tag mod element, but it will be ore dictionary in fact.