mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-04 19:12:54 +00:00

Most upgrades provides a couple of constant getters (upgrade ID, adjective, crafting item). We move the getters into a parent class and pass the values in via the constructor instead. Also do a tiny bit of cleanup to the upgrades. Mostly just reducing nesting, renaming fields, etc...