Add API for other mods to use
Forstride opened this issue ยท 6 comments
Add an API so other mods can:
- Assign heat/cold levels to armor for when the player is wearing it
Howdy folks. Any progress on whether this will be done for 1.11.2 (seems to have missed the assigned milestone for 2016 :) ).
Would it be possible when this is added to have the option to manually register and set the values for items via a config? So that if a mod author doesn't use your API players can still set up and use your mod with the other.
eg if Harvestcraft didn't adopt your api users would be able to manually add and set the values for harvestcraft drinks to restore thirst
I want to just know if you are going forward on this because as a modpack creator it is really important.
Well as of now, you can add temperature values to blocks/materials, and add hydration values to any items. The only thing missing is giving temperature values to armor.
Well hello there. How do I add hydration values to items? I tried to add some items into the drink_stats JSON, but it made my game crash.
Here's the config file:
https://pastebin.com/28xuVyiu
Would like to know, and love your mod anyways!