ThunderModder / bionisation3

Minecraft mod about viruses and bacteria
Other
5 stars 5 forks source link

[suggestion] Compatibility with Armor Underwear or add something similar #10

Open koravel opened 5 years ago

koravel commented 5 years ago

Armor underwear is utility to Tough as Nails. "It lets you add (and remove) special liners to your existing armor for better temperature control". So, maybe it is good idea to add to Armor underwear something like this but for bio-protection or implement it in bionisation? :)

Wabbit0101 commented 5 years ago

If the mod distro could include an API package for the bionisation capabilities that would be a start. Right now the stuff is scattered throughout the modules so coding an optional integration via @Optional is difficult. (Example: IBioSample, IBioPlayer, and interfaces for some items like bandages, antibiotics, etc.)

koravel commented 5 years ago

Ok, thanks for response, you do great work, keep it up! :)

DoctorFTB commented 5 years ago

@Wabbit0101 You can use full mod like API. You can make deobf version / add mod sources to "src/api/java" or other folder and use full mod like API. This normally work with @ optional or you can load classes after check "Loader.isModLoaded(...)".