diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 77e72ba..562cf96 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -58,6 +58,7 @@ world: # This is cave... no height... only depth. Max 256. # Should not be less then island height. world-depth: 256 + generation-tries: 2 # World settings. normal: # Make over world roof of bedrock, if false, it will be made from stone @@ -67,20 +68,19 @@ world: # Main block of which world will be generated. main-block: STONE # Rare blocks that will be randomly placed around world. 1-material, 2-rarity, 3-pack size - # F.E. DIAMOND_ORE:1:3 means that diamond has ~0.1% chance being spawned and max of 3 blocks. - # Rarity index can be over 100. It will be summed and rarity for block will be BLOCK_RARITY/RARITY_SUM * 10. + # F.E. DIAMOND_ORE:1:3 means that diamond has ~1% chance being spawned and max of 3 blocks. blocks: - MATERIAL:DIAMOND_ORE:1:3 - MATERIAL:GOLD_ORE:5:4 - MATERIAL:IRON_ORE:5:4 - MATERIAL:COAL_ORE:10:6 - MATERIAL:EMERALD_ORE:1:1 - - MATERIAL:CLAY:3:6 - - MATERIAL:DIRT:3:10 - - MATERIAL:GRAVEL:3:6 - - MATERIAL:GRANITE:7:10 - - MATERIAL:ANDESITE:7:10 - - MATERIAL:DIORITE:12:8 + - MATERIAL:CLAY:10:6 + - MATERIAL:DIRT:10:10 + - MATERIAL:GRAVEL:20:6 + - MATERIAL:GRANITE:20:10 + - MATERIAL:ANDESITE:20:10 + - MATERIAL:DIORITE:30:8 nether: # Generate Nether - if this is false, the nether world will not be made and access to # the nether will not occur. Other plugins may still enable portal usage. @@ -104,13 +104,13 @@ world: # Main block of which world will be generated. main-block: NETHERRACK # Rare blocks that will be randomly placed around world. 1-material, 2-rarity, 3-pack size - # F.E. DIAMOND_ORE:1:3 means that diamond has ~0.1% chance being spawned and max of 3 blocks. - # Rarity index can be over 100. It will be summed and rarity for block will be BLOCK_RARITY/RARITY_SUM * 10. + # F.E. DIAMOND_ORE:1:3 means that diamond has ~1% chance being spawned and max of 3 blocks. blocks: - - MATERIAL:QUARTZ_ORE:10:5 - - MATERIAL:SOUL_SAND:6:10 - - MATERIAL:MAGMA_BLOCK:1:3 - - MATERIAL:LAVA:1:1 + - MATERIAL:QUARTZ_ORE:30:5 + - MATERIAL:SOUL_SAND:40:10 + - MATERIAL:MAGMA_BLOCK:10:3 + - MATERIAL:GLOWSTONE:20:8 + - MATERIAL:LAVA:10:1 # Nether spawn protection radius - this is the distance around the nether spawn # that will be protected from player interaction (breaking blocks, pouring lava etc.) # Minimum is 0 (not recommended), maximum is 100. Default is 25.