Mod Checker is a simple plugin for Forge that adds a procedure block that will check if a given mod ID is loaded alongside the mod you're making. It will return a boolean. This is useful if you only want to enable content if another mod is present.
1.15, 1.17 and 1.18 Forge versions maintained by Toma400
Attachment | Size |
---|---|
Supports Forge 1.15 to 1.182.69 KB | 2.69 KB |
Comments
Hi, you shouldn't need to deal with the external APIs section, just download the zip, go to preference > manage plugins then click on "load plugin" to import the plugin. Once installed it should appear in a new tab in the procedures section. Make sure you're using 2021.1 or newer as I haven't tested it on any older versions.
Hi, you shouldn't need to deal with the external APIs section, just download the zip, go to preference > manage plugins then click on "load plugin" to import the plugin. Once installed it should appear in a new tab in the procedures section. Make sure you're using 2021.1 or newer as I haven't tested it on any older versions.
Sorry, was faster :P https://drive.google.com/file/d/1DBOCfgn1fWwR8Moluip65ke_ZEighWOK/view?usp=sharing
Works for all 1.15-1.18.2 (btw @Rasa_Novum, it works also for 2020.5, since I made it backported, so you can tick this out too).
Of course it is just simple copy-paste again, so all credits for everything goes to original author. I just so love the concept that wanted it being available for my snapshot testing XD
YES! I needed this for my land claiming mod! Wish this could be used for the 1.12.2 generator, but great work!