
▲ 48 r/lies
I started playing Earth in 6000BC. Here's a screenshot of me with one of the devs btw. Am I an OG?
u/PlantLollmao — 6 days ago

So I'm making a game with some inspiration from Terraria, and I'm trying to deal with block placement. I'm using arrays to determine where each block will go with two variables: bloX (the x position) and bloY (the y position).
The code concerning block placement so far
However, I need the game to actually add these blocks in but I don't know how to get it to spawn them.