I was trying me hand at making houses, but I cant figure out how does the placement of the spawn lists actually works. For example most entries follow this format
{ “point”: “terrain”, “id”: “t_dirt”, “x”: [ 0,1 ] “y”: [ 0, 23 ], “repeat”: [ 5, 10 ] },
The start is pretty straight forward, you define a tile and then a rectangle to fill. What confuses me is what exactly is the [5,10] repeating?