Tagged Questions
-1
votes
1answer
477 views
What is the Relative Rarity of Blocks Generated in Minecraft? [closed]
I was watching a tutorial from last year that was discussing how to create blocks that would be generated with the world. I have lost the link to the video, but the basic issue I'm having here is ...
0
votes
0answers
319 views
How Are Blocks Generated in Minecraft?
So I have an understanding of Minecraft world dimensions from this very helpful gaming.SE post. A key point in this Notchism is the following,
"Terrain is generated, saved and loaded, and (kind ...
5
votes
1answer
458 views
How to insert and remove blocks quickly in a Minecraftian world?
I currently have volume data for the world stored as an array of booleans. I then check each empty block and if it has non-empty neighbors the faces get drawn. This prevents me from sending a bunch ...