TheGreyGhost / MinecraftByExample

Working sample code for the basic concepts in Minecraft and Forge.
Other
1.24k stars 187 forks source link

Much of the example code is all commented out #59

Closed simplebunsen closed 3 years ago

simplebunsen commented 4 years ago

I found several cases where the code of an example is commented out entirely, like here https://github.com/TheGreyGhost/MinecraftByExample/blob/master/src/main/java/minecraftbyexample/mbe35_recipes/StartupCommon.java . Why is that? It's hard to read without the proper colors ...

TheGreyGhost commented 4 years ago

Hi It's commented out because I haven't converted that part to 1.15.2 yet. Recipes are next after I finish the redstone.

Cheers TGG