For testing change this
- type: INDUSTRIALURBAN
commands:
- type: addCraft
- type: addBlock
size: 2
executions: 4
- type: fillArea
blocks: [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]
freqs: [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]
to this
- type: INDUSTRIALURBAN
commands:
- type: addCraft
- type: addBlock
size: 2
executions: 4
- type: fillArea
blocks: [3, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] #removed 4,5,6,7
freqs: [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2] #removed 2,2,2,2