mastercake10 / CustomOreGen

A simple yet powerful, fully customizable cobblestone generator for Bukkit
GNU General Public License v3.0
10 stars 11 forks source link

Support for Biomes.. #19

Open Pyario opened 5 years ago

Pyario commented 5 years ago
label: "beginner"
blocks:
biomes:
PLAINS: 
- STONE:50.0
- SANDSTONE:40.0
- IRON_ORE:10.0

TAIGA:

If you are on your island and the biome should be "Plains" then the generator "Plains" is chosen. If the other biome is on the island, the other biomome is set!

Is this possible? I would like this Feature.

Best Regards,

Pyario