TheGreyGhost / MinecraftByExample

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

Any plan for the 1.15.1 forge release? #54

Closed rikka0w0 closed 4 years ago

TheGreyGhost commented 4 years ago

Hi Yeah I'm thinking about it; a lot going on for me in my non-coding life at the moment. It depends how big the changes to 1.15 are; maybe I'll try a partial update to get an idea of how much work it will be. It will be weeks or months not days though, unfortunately.

-TGG

TheGreyGhost commented 4 years ago

Have started updating to 1.15.2 now.

rikka0w0 commented 4 years ago

Waiting for your goood news! I was planning to upgrade my mod but encountered tooo much problem ---> The rendering part has changed a lot.

TheGreyGhost commented 4 years ago

Which things are you interested in? I have updated the TileEntityRenderer so far, which shows a few different rendering techniques.

rikka0w0 commented 4 years ago

I'm looking for the block renderering stuff, e.g. generating Bakedquads (or waht ever it is called now) by code.

TheGreyGhost commented 4 years ago

Ah ok. I'll work on that one next, then. I think it will still be relevant, I won't know until I start digging around.