RedstoneParadox / ParadoxConfig

A kotlin-based configuration API for Minecraft mods
MIT License
10 stars 2 forks source link

Paradox Config crashes with LibCD 2.2.0+ #1

Closed LemmaEOF closed 4 years ago

LemmaEOF commented 4 years ago

Paradox Config's LibCD integration still uses the ConditionalData.registerCondition method, which was deprecated in 2.0.0 and removed in 2.2.0. Registering conditions should now be done in a LibCDInitializer#initConditions block. I can send in a PR for this soon if you'd like.

RedstoneParadox commented 4 years ago

Fixed.