Skip to content

Instantly share code, notes, and snippets.

@Vyraal1
Created March 8, 2019 19:29
Show Gist options
  • Select an option

  • Save Vyraal1/0d06bf4e145baf2bf33cbd4120c116fc to your computer and use it in GitHub Desktop.

Select an option

Save Vyraal1/0d06bf4e145baf2bf33cbd4120c116fc to your computer and use it in GitHub Desktop.
{
"weight": 60,
"density": 0.3,
"min_height": 60,
"vein_populator": {
"type": "surface_block",
"block": {
"block": "minecraft:cake"
},
"min_amount": 0,
"max_amount": 2
},
"generator": {
"type": "ellipsoid",
"radius": [
13,
13
]
},
"filler": {
"type": "simple",
"value": {
"type": "weight_random",
"values": [
{
"weight": 60,
"value": "ore:apatite"
},
{
"weight": 40,
"value": "ore:phosphor"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment