Hey I'm making a 3d maze generator.
This is what it looks like right now.

This is a scaled down test to save time.

Each 8x cube will be replaced with a hollow tunnel piece.

The colours are there to track what tunnel brick WOULD be there.




The live process of it building itself is more impressive than anything else. It would be easy to switch over to a "build when complete" method to save time.
I wanted to add randomly generated resources as a feature of this maze. So player's could collect the resources, and use them to build shelters, path markers, stairs and ladders, etc.
Upon writing down the requirements for the resource generation I realized that this was a separate enough project that someone
else could do it, and it would still work just fine with the maze.
So, I'm here now asking if someone else wants to create a resource generation mod.
The mod would need to-
Generate resources randomly over an area. (I can modify this easily.)
Have mineable resources, via some method. Picks would be preferred, but I'd leave that up to you.
Mined resources would need to be transferable between clients.
Resources would be used to build bricks. Not enough resources? No building.
Resources would be refundable. Break a brick and you get your stuff back.
If you're interested please send me a PM. I can probably help with almost anything related to this.