Overv / WebCraft

Minecraft clone written in Javascript.
zlib License
386 stars 179 forks source link

Black grid fade in the distance #53

Open ZombieBrine13092 opened 3 years ago

ZombieBrine13092 commented 3 years ago

On worlds with larger terrain generation, the faint black outline on textures merge and create a black grid of sorts seen in the example below.

2021-06-25 09_45_44-WebCraft

In the example, the world's size is set to 2021-06-25 09_50_28-Y__WebCraft_repo_WebCraft_server js - Notepad++

ZombieBrine13092 commented 3 years ago

This also happens with the original textures. I have my textures scaled up to 4096x4096.

cymno commented 3 years ago

This is a frequently reported bug, see #39 for more details.

sermah commented 2 years ago

might be off-topic, but did you know that the world shouldn't be more than 254x254 in size, so picking blocks can work properly?