Chillu1 / ModiBuff

Buff/Debuff/Modifier library focused on feature set and performance, while maintaining 0 GC. Fully pooled
Mozilla Public License 2.0
139 stars 4 forks source link

Update or remove Event Recipes #22

Closed Chillu1 closed 1 year ago

Chillu1 commented 1 year ago

ModifierEventRecipe and ModifierEventGenerator are a bit outdated, compared to the newest master. They're a very simple way to create event modifiers without jumping into event logic & quirks. But with the newest features, some effects and functionality won't work properly with event recipes.

Solutions Either update the event recipe and event generator, or remove it all together and add that functionality to normal recipes.