Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # This is default configuration
- # for all worlds generation.
- #
- # If you want to use specific config for a world,
- # then create a config with name of that world.
- # Example: world_the_end.yml
- #
- # Ores multipliers works by "ORE: 1.0" format
- # Ores in cave is just a list of OREs
- # List of all biomes: https://pastebin.com/1q2iAZ4S
- #
- generate:
- oceans: true
- waterLakes: true
- lavaLakes: true
- cavesMultiplier: 1.0
- sugarCaneMultiplier: 1.0
- spawn:
- radius: 0
- biome: Plains
- generateRivers: true
- generateLakes: true
- spawnRadius: 0
- spawnBiome: plains
- ores:
- only-in-cave: []
- emerald:
- emeraldMultiplier: 1.0
- coal:
- coalMultiplier: 1.0
- coalSize: 17
- coalMustTouchAir: false
- iron:
- ironMultiplier: 1.0
- ironSize: 9
- ironMustTouchAir: false
- gold:
- goldMultiplier: 1.0
- goldSize: 9
- goldMustTouchAir: false
- redstone:
- redstoneMultiplier: 1.0
- redstoneSize: 8
- redstoneMustTouchAir: false
- diamond:
- diamondMultiplier: 1.0
- diamondSize: 8
- diamondMustTouchAir: false
- lapis:
- lapisMultiplier: 1.0
- lapisSize: 7
- lapisMustTouchAir: false
- multipliers: {}
- sizes:
- IRON_ORE: 9
- LAPIS_ORE: 7
- GOLD_ORE: 9
- REDSTONE_ORE: 8
- COAL_ORE: 17
- DIAMOND_ORE: 8
- biome:
- biomeReplacements: {}
- biomeReplacer:
- biomeFrom: biomeTo
Advertisement
Add Comment
Please, Sign In to add comment