PersonTheCat

World Gen Properties Default Example Json

Jul 9th, 2018
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.55 KB | None | 0 0
  1. //This file is not necessary. No field is necessary.
  2. //The biome matcher arrays can be empty. Ores will just spawn everywhere, instead.
  3. //If this file is not created, the ore will spawn under the same conditions as those of gold ore.
  4.  
  5. //These values are the same as those of emerald ore. Yes, 3 only spawns 1 block, but rarely 2.
  6. //For a more advanced template, see this version: https://pastebin.com/jf9zTuiN
  7. {
  8.     "blockCount" : 3,
  9.     "chance" : 2,
  10.     "heightRange" : [0, 32],
  11.     "biomeTypeList" : ["MOUNTAIN"],
  12.     "biomeNameList" : [],
  13.     "dimensionList" []
  14. }
Advertisement
Add Comment
Please, Sign In to add comment