abvadabra / rabbit-gui

Lightweight gui framework
5 stars 7 forks source link

Other Minecraft versions #19

Open DomAmato opened 8 years ago

DomAmato commented 8 years ago

Not really an issue but I have been working on other versions that you might be interested in taking a look at assuming you have time

For 1.8.9 I recently made a branch here: https://github.com/Digital-Youth-Network/rabbit-gui/tree/1.8.9 Most of the updates that actually needs to be done is just how minecraft's rendering system has been reworked.

There is probably some noise in that branch but its because its been tweaked and altered to fit things. The most stable 1.8 branch is actually this one: https://github.com/Digital-Youth-Network/rabbit-gui/tree/submodule

I needed to make it a sub project so I stripped out most of the things but the code can be copied or whatever :)

abvadabra commented 8 years ago

It's an impressive amount of work, well done! The first thing I noticed - it's all indented with tabs. It would be very nice if you could format it with 4 spaces instead of tab. Although it will require some time to review changes I already can (if you want) create 1.8 branch in which you can merge request your 'submodule' branch.