Skip to content

Instantly share code, notes, and snippets.

View sustained's full-sized avatar
😓
working on website remake in Saber and exploring generative art and fractals

sustained sustained

😓
working on website remake in Saber and exploring generative art and fractals
View GitHub Profile
@sustained
sustained / sequential_example.json
Last active July 11, 2019 22:58
CoFH World Examples - Feature Types - Sequential
{
"populate": {
"sequential_example": {
"distribution": "surface",
"chunk-chance": 32,
"cluster-count": 1,
"generator": {
"type": "sequential",
"generators": [
{
@sustained
sustained / plate_example.json
Last active July 8, 2019 23:35
CoFH World Examples - Feature Types - Plate
{
"populate": {
"plate_example": {
"distribution": "surface",
"chunk-chance": 127,
"cluster-count": 1,
"generator": {
"type": "plate",
"block": "minecraft:cobblestone",
"radius": 2,
@sustained
sustained / large_vein_example.json
Last active July 8, 2019 23:24
CoFH World Examples - Feature Types - Large Vein
{
"populate": {
"large_vein_example": {
"distribution": "surface",
"chunk-chance": 128,
"cluster-count": 4,
"material": [
"minecraft:air",
"minecraft:grass",
"minecraft:dirt",
@sustained
sustained / lake_example.json
Last active July 8, 2019 23:12
CoFH World Examples - Feature Types - Lake
{
"populate": {
"lake_example": {
"distribution": "surface",
"chunk-chance": 64,
"cluster-count": 1,
"generator": {
"type": "lake",
"block": "minecraft:lava",
"outline-block": "minecraft:obsidian",
@sustained
sustained / geode_example.json
Last active July 8, 2019 23:00
CoFH World Examples - Feature Types - Geode
{
"populate": {
"geode_example": {
"distribution": "surface",
"chunk-chance": 48,
"cluster-count": 1,
"generator": {
"type": "geode",
"block": [
"minecraft:iron_ore",
@sustained
sustained / decoration_example.json
Last active July 8, 2019 22:40
CoFH World Examples - Feature Types - Decoration
{
"populate": {
"decoration_example": {
"distribution": "surface",
"chunk-chance": 16,
"cluster-count": 8,
"generator": {
"type": "decoration",
"block": "minecraft:yellow_flower",
"cluster-size": 32
@sustained
sustained / consecutive_example.json
Last active July 11, 2019 21:46
CoFH World Examples - Feature Types - Consecutive
{
"populate": {
"consecutive_example": {
"distribution": "surface",
"chunk-chance": 64,
"cluster-count": 4,
"generator": {
"type": "consecutive",
"generators": [
{
@sustained
sustained / cluster_example.json
Last active July 8, 2019 21:56
CoFH World Examples - Feature Types - Cluster
{
"populate": {
"cluster_example": {
"distribution": "uniform",
"chunk-chance": 8,
"cluster-count": 10,
"min-height": 0,
"max-height": 64,
"generator": {
"type": "cluster",
@sustained
sustained / boulder_example.json
Last active July 8, 2019 23:44
CoFH World Examples - Feature Types - Boulder
{
"populate": {
"boulder_example": {
"distribution": "surface",
"generator": {
"block": [
"minecraft:cobblestone",
"minecraft:mossy_cobblestone"
],
"type": "boulder",
@sustained
sustained / uniform_example.json
Created July 7, 2019 13:44
CoFH World Examples - Distribution Types - Uniform
{
"enabled": true
}