[API Request] Please create and include an API package for other mods to interact with
zlainsama opened this issue · 2 comments
I have a mod that previously interact with another mod that adds BloodMoon event.
I would like to be able to have a stable way to know if a LunarEvent is happening, currently it is possible to get the LunarEvent from the main Mod class.
Hi, I don't know if this is still WIP or something, but I'm trying to made my mod interact with Enhanced Celestials too and I don't see a way to identify the type of the current event.
On the Json files I've seen this variable "type": "enhancedcelestials:blood_moon"
, but I don't see it anywhere on the LunarEvent (there is a getKey
but it returns something different).