ToroCraft / Minecoprocessors

Increase your redstone possibilities and learn assembly programming at the same time with the Minecoprocessors Minecraft Mod!
https://minecraft.curseforge.com/projects/minecoprocessors
GNU General Public License v3.0
33 stars 10 forks source link

Code book implemented, Server-client-sync fixed. #61

Closed stfwi closed 4 years ago

stfwi commented 4 years ago

Vacation-5h-hacking-marathon ;) I hope I did not miss a cleanup change you made in the last commit. I think the mod it's almost at alpha-release state.

stfwi commented 4 years ago

The Code book GUI proposal looks like this: 2020-01-07_17 35 10

Have added some additional functions like pageup/down and mouse scrolling pages. GUI stuff can actually be a fun thing.

stfwi commented 4 years ago

Tool tip proposal format screenshot: 2020-01-07_17 40 56

frodare commented 4 years ago

Nice! Nope, I will wait to make any changes until you finish to avoid unneeded conflicts. I do want to change the icons back to the lower res ones to better mimic the mojang's style. And I will run a code formatter. Both are minor and can wait.

That code book looks great!

stfwi commented 4 years ago

Perfect that. I guess I'll have a closer testing look tomorrow if my time allows it and maybe check for some minor tweaks in the code book GUI. E.g. not sure yet if I am happy with the style of the close-button I added - stuff like that.

stfwi commented 4 years ago

Okay, this is how far I could push it, if there are questions etc just ping me. Cheers -