Partonetrain / botaniacombat

BetterCombat weapons for Botania
MIT License
0 stars 1 forks source link

Refactor everything #1

Closed unilock closed 8 months ago

unilock commented 8 months ago

Mostly opinionated code formatting changes, but also simplifies item registration, mixins, checking for installed (compatible) mods, and much more that I don't remember!

Also stops directly classloading classes from Botania, which fixes running the mod on Sinytra Connector by not improperly loading parts of Botania before it can initialize fully.

Partonetrain commented 8 months ago

Much cleaner - thank you!