Skip to content

Instantly share code, notes, and snippets.

@Robijnvogel
Last active February 24, 2017 14:05
Show Gist options
  • Save Robijnvogel/872186145d8f9850787b882999aac0ab to your computer and use it in GitHub Desktop.
Save Robijnvogel/872186145d8f9850787b882999aac0ab to your computer and use it in GitHub Desktop.
{
"biomeName" : "<customBiomeName>",
"topBlock" :
{
"block": "minecraft:stone",
"properties":
{
"type": "<cobble>"
}
},
"fillerBlock" :
{
"block": "minecraft:stone",
"properties":
{
"type": "<cobble>"
}
},
"seaFloorBlock" :
{
"block": "minecraft:stone",
"properties":
{
"type": "<cobble>"
}
},
"rootHeight" : 1.2,
"variation" : 0.4,
"temperature" : 1.1,
"rainfall" : 0.2,
"color" : 16777215,
"waterColorMultiplier" : 0,
"enableRain" : true,
"enableSnow" : false,
"skyColor" : 16777215,
"hasBiomeEssence" : true,
"canSpawnInBiome" : false,
"canGenerateVillages" : true,
"canGenerateRivers" : true,
"beachBiomeId" : -1,
"weights" :
{
"ice_cap": 5,
"tundra": 2,
"boreal": 7,
"cold_swamp": 3,
"wet_temperate": 5,
"dry_temperate": 10,
"cool_temperate": 9,
"warm_temperate": 4,
"hot_swamp": 4,
"tropical": 8,
"mediteranean": 6,
"savanna": 6,
"hot_desert": 7,
"wasteland": 1
},
"generators" :
{
"topaz" :
{
"amountPerChunk" : 0
}
},
"entities" :
[
{
"name": "biomesoplenty.wasp",
"creatureType": "MONSTER",
"weight": 5,
"minGroupCount": 50,
"maxGroupCount": 100
},
{
"name": "sheep",
"creatureType": "CREATURE",
"weight": 5,
"minGroupCount": 2,
"maxGroupCount": 5
},
{
"name": "squid",
"creatureType": "WATER_CREATURE",
"weight": 5,
"minGroupCount": 8,
"maxGroupCount": 10
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment