Skip to content

Instantly share code, notes, and snippets.

@sustained
Created July 11, 2019 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sustained/ef3518f218324c20e34f2cc6548edb96 to your computer and use it in GitHub Desktop.
Save sustained/ef3518f218324c20e34f2cc6548edb96 to your computer and use it in GitHub Desktop.
CoFH World Examples - Feature Types - Spout (Sinkholes)
{
"populate": {
"spout_example": {
"distribution": "cave",
"generator": {
"type": "spout",
"block": "minecraft:air",
"radius": 3,
"height": {
"value-a": {
"value-a": {
"world-data": "SURFACE_BLOCK"
},
"value-b": {
"world-data": "CURRENT_Y"
},
"operation": "SUBTRACT"
},
"value-b": 20,
"operation": "ADD"
},
"material": [
"minecraft:dirt",
"minecraft:sand",
"minecraft:stone",
"minecraft:sandstone",
"minecraft:gravel",
"minecraft:grass",
"minecraft:log",
"minecraft:leaves"
]
},
"cluster-count": 1,
"chunk-chance": 8
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment