TeamGalacticraft / Galacticraft

The classic space mod, rewritten for modern versions of Minecraft.
MIT License
401 stars 84 forks source link

Praise the sun! (and other light emitting bodies) #209

Open g307m opened 2 years ago

g307m commented 2 years ago

Fixes #208 and moves duplicate code from solar panels to an abstract class.

g307m commented 2 years ago

By the way, how do I hide the old commits?

craftablescience commented 2 years ago

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.

g307m commented 2 years ago

Squashing. I'll do that in the future.

g307m commented 2 years ago

oh it decided to add that to the pr, didnt work

g307m commented 2 years ago

eh, i'll just nuke the fork later

deltanedas commented 2 years ago
git rebase -i HEAD~16

then make every commit after the first s instead of pick to squash them