coolsa / Biospheres

Minecraft biospheres for minecraft version 1.16.1 using fabric.
GNU General Public License v3.0
0 stars 6 forks source link

Ore Orbs #4

Open coolsa opened 4 years ago

coolsa commented 4 years ago

The original biospheres mod has spheres that contain ores other than redstone and coal. They would generate at more sporadic heights than the original spheres, in the space between four spheres.

It would be nice to add this in.

coolsa commented 4 years ago

Something that might be possible to do is make it so that the more rare ores that would be generated in the regular biome to the south-east, are instead generated in the ore orb. This way, by hijacking the biome population, we can make this mod more compatible with others.

coolsa commented 3 years ago

More recent thoughts; perhaps it might be best to just use a configuration when creating the world, I know that there is now the GUI API, so perhaps I could resolve this with #8, after solving #2 and #3.

coolsa commented 3 years ago

Even further thoughts: Just create a custom biome with custom ore distribution, via configs. We can solve at the same time as #2 and #3, but we just need to figure out how to use Codec and MapCodecs properly... Gotta read those JavaDocs.