You are browsing as a guest. Sign up (or log in) to start making projects!

3h 44m 36s logged

FINALLY GOT CHUNKS LOADING

Okay so i figured out what the heck bit sets were (they’re arrays of bits, or i saved them as an array of bools) and so I was able to make the lighting data needed to render stuff, and that also fixed my player not rendering!
When loading just 1 chunk it doesn’t render, it needs to be surrounded by other chunks so here is me loading a 3x3 chunk area, and as you can see the middle one has rendered.
The chunks right now are all stone and FULL 15 brightness on blocks & skylight everywhere. I soon will import the actual light data and the actual block data, i just need to figure out where the global block state palette is and not the global block palette!

0
93

Comments 1

@dexrn

modern anvil is kind of hellish, I wish you luck!