obiwac / python-minecraft-clone

Source code for each episode of my Minecraft clone in Python YouTube tutorial series.
https://www.youtube.com/playlist?list=PL6_bLxRDFzoKjaa3qCGkwR5L_ouSreaVP
MIT License
162 stars 79 forks source link

Fix Day/Night cycle #60

Closed Jukitsu closed 2 years ago

Jukitsu commented 2 years ago

Fix day night cycle and Render distance being too high

obiwac commented 2 years ago

Does this fix #58?

Also, as discussed on Discord, we'll need to look into not unloading chunks which are out of view.

Jukitsu commented 2 years ago

Does this fix #58?

Yes it does