team-abnormals / blueprint

Library that implements the framework of all Abnormals mods
https://www.curseforge.com/minecraft/mc-mods/blueprint
Other
111 stars 34 forks source link

Cleanup files from previous PR #60

Closed flowerfugue closed 3 years ago

flowerfugue commented 3 years ago

Just some small things like removing unused imports, and fixing the fluid mixin rename not having its references updated. I also changed it again to FluidInvokerMixin to be consistent with ItemInvokerMixin.

SmellyModder commented 3 years ago

Always delete your old branch when making a new PR. Or else the other changes from the last PR end up being logged here. Make a new PR of this that doesn't have those issues.

flowerfugue commented 3 years ago

Oh yeah, forgot about the commit spam. Will do