Started by
BurnN8or101
on
Topic category: Help with Minecraft modding (Java Edition)
How would I make an add-on for a mod that would only work when the mod it's made for is present?
Topic category: Help with Minecraft modding (Java Edition)
How would I make an add-on for a mod that would only work when the mod it's made for is present?
You can define modid of the mod required as a mod dependency in the workspace settings.
Thank you
Is that also how certain mods have items that don't show up unless another mod is installed?
Conditional loading of items would require some manual coding, though.
I can do that