Galacticraft
Galacticraft copied to clipboard
Praise the sun! (and other light emitting bodies)
Fixes #208 and moves duplicate code from solar panels to an abstract class.
By the way, how do I hide the old commits?
By the way, how do I hide the old commits?
You can use GitHub Desktop to squash all these commits into a singular commit, then force-push.
Alternatively, use git interactive rebasing.
Squashing. I'll do that in the future.
oh it decided to add that to the pr, didnt work
eh, i'll just nuke the fork later
git rebase -i HEAD~16
then make every commit after the first s instead of pick to squash them