PersonTheCat

World Gen Properties Json Advanced Example

Apr 15th, 2018
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.57 KB | None | 0 0
  1. {
  2.     "blockCount" : 3,
  3.     "chance" : 2,
  4.     "minHeight" : 0,
  5.     "maxHeight" : 32,
  6.     "biomeNameList" : [],
  7.     "biomeTypeList" : ["MOUNTAIN"],
  8.     "biomesAreBlacklist" : true,
  9.     "dimensionList" : [1],
  10.     "dimensionsAreBlacklist" : true,
  11.     "additionalPropertyKeys" : ["mountainProperties", "endProperties"],
  12.    
  13.     "mountainProperties" :
  14.     {
  15.         "blockCount" : 24,
  16.         "chance" : 16,
  17.         "minHeight" : 0,
  18.         "maxHeight" : 48,
  19.         "biomeTypeList" : ["MOUNTAIN"]
  20.     },
  21.    
  22.     "endProperties" :
  23.     {
  24.         "blockCount" : 32,
  25.         "chance" : 1,
  26.         "minHeight" : 0,
  27.         "maxHeight" : 128,
  28.         "dimensionList" : [1]
  29.     }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment