Skip to content

Instantly share code, notes, and snippets.

@akasfei
Last active September 16, 2015 03:29
Show Gist options
  • Save akasfei/9e7160876f9cdb0820b6 to your computer and use it in GitHub Desktop.
Save akasfei/9e7160876f9cdb0820b6 to your computer and use it in GitHub Desktop.
Rich resource minecraft map config
{
"coordinateScale":684.412,
"heightScale":684.412,
"lowerLimitScale":512.0,
"upperLimitScale":512.0,
"depthNoiseScaleX":200.0,
"depthNoiseScaleZ":200.0,
"depthNoiseScaleExponent":0.5,
"mainNoiseScaleX":80.0,
"mainNoiseScaleY":160.0,
"mainNoiseScaleZ":80.0,
"baseSize":8.5,
"stretchY":12.0,
"biomeDepthWeight":1.0,
"biomeDepthOffset":0.0,
"biomeScaleWeight":1.0,
"biomeScaleOffset":0.0,
"seaLevel":63,
"useCaves":true,
"useDungeons":true,
"dungeonChance":32,
"useStrongholds":true,
"useVillages":true,
"useMineShafts":true,
"useTemples":true,
"useMonuments":true,
"useRavines":true,
"useWaterLakes":true,
"waterLakeChance":4,
"useLavaLakes":true,
"lavaLakeChance":80,
"useLavaOceans":false,
"fixedBiome":-1,
"biomeSize":3,
"riverSize":3,
"dirtSize":33,
"dirtCount":10,
"dirtMinHeight":0,
"dirtMaxHeight":256,
"gravelSize":33,
"gravelCount":8,
"gravelMinHeight":0,
"gravelMaxHeight":256,
"graniteSize":33,
"graniteCount":10,
"graniteMinHeight":0,
"graniteMaxHeight":80,
"dioriteSize":20,
"dioriteCount":10,
"dioriteMinHeight":0,
"dioriteMaxHeight":80,
"andesiteSize":20,
"andesiteCount":10,
"andesiteMinHeight":0,
"andesiteMaxHeight":80,
"coalSize":17,
"coalCount":20,
"coalMinHeight":0,
"coalMaxHeight":128,
"ironSize":16,
"ironCount":24,
"ironMinHeight":0,
"ironMaxHeight":125,
"goldSize":10,
"goldCount":10,
"goldMinHeight":0,
"goldMaxHeight":125,
"redstoneSize":12,
"redstoneCount":16,
"redstoneMinHeight":0,
"redstoneMaxHeight":125,
"diamondSize":10,
"diamondCount":10,
"diamondMinHeight":0,
"diamondMaxHeight":125,
"lapisSize":10,
"lapisCount":10,
"lapisCenterHeight":16,
"lapisSpread":125
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment