CyclopsMC / EvilCraft

An evil mod for Minecraft.
55 stars 30 forks source link

Mod support: Constructs' Armory #726

Open Mrbysco opened 6 years ago

Mrbysco commented 6 years ago

Issue type:


Short description:

Since EvilCraft already has support for Tinkers' Construct. It would be amazing if it could also add support for an addon called Constructs' Armory which adds customizable armor. Basically I'd love to be able to repair my Constructs' Armory armor in a blood chest just like you're able to do for normal Tinkers tools.

Constructs' Armory's Curseforge page

rubensworks commented 6 years ago

Sure, if I find time for it.

If the mod author wants to take this up, the compat code should be pretty easy: https://github.com/CyclopsMC/EvilCraft-Compat/blob/master-1.12/src/main/java/org/cyclops/evilcraftcompat/modcompat/tconstruct/TConstructToolRepairTickAction.java

GitHub
CyclopsMC/EvilCraft-Compat
EvilCraft compatibility with other mods. Contribute to CyclopsMC/EvilCraft-Compat development by creating an account on GitHub.
Mrbysco commented 6 years ago

The dev doesn't want to add support for other mods because if he adds support for one he needs to add support for all. (It's in the FAQ)

rubensworks commented 6 years ago

That claim can be made for all mods everywhere :-)

Frazack333 commented 2 years ago

this was never picked back up i believe so i'm here to thank you for all the work you already did with many more mods, but also hope you'll get around to doing this as well, if it's not too much of a headache. even a line in the config file would work for me, like a customizable whitelist so that any user can add blood chest support for any mod they wish, i have no clue if this would be easier or harder, all other mods i managed to add compatibility for were handled this way