More cloud generation

This commit is contained in:
Sollace 2023-11-04 00:15:07 +00:00
parent e9897bfb55
commit 57783f9c2c
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
23 changed files with 163 additions and 44 deletions

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#minecraft:is_overworld",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 6,
"spawn_overrides": {},
"start_height": {
"absolute": 180
},
"start_pool": "unicopia:cloud_island/large/b",
"step": "surface_structures",
"terrain_adaptation": "none",
"use_expansion_hack": true
}

View file

@ -13,6 +13,10 @@
{
"structure": "unicopia:floating_island",
"weight": 1
},
{
"structure": "unicopia:cloud_continent",
"weight": 5
}
]
}

View file

@ -0,0 +1,14 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:cloud_islands/continent/a",
"processors": "unicopia:cloud_decay",
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty"
}

View file

@ -0,0 +1,14 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:cloud_islands/continent/b",
"processors": "unicopia:cloud_decay",
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty"
}

View file

@ -0,0 +1,14 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:cloud_islands/continent/c",
"processors": "unicopia:cloud_decay",
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty"
}

View file

@ -0,0 +1,14 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:cloud_islands/continent/d",
"processors": "unicopia:cloud_decay",
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty"
}

View file

@ -0,0 +1,14 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:cloud_islands/continent/e",
"processors": "unicopia:cloud_decay",
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty"
}

View file

@ -0,0 +1,14 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:cloud_islands/continent/f",
"processors": "unicopia:cloud_decay",
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty"
}

View file

@ -0,0 +1,14 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:cloud_islands/continent/g",
"processors": "unicopia:cloud_decay",
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty"
}

View file

@ -0,0 +1,14 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:cloud_islands/blobs/blob_1",
"processors": "unicopia:cloud_decay",
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty"
}

View file

@ -0,0 +1,32 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:cloud_islands/surfaces/surface_1",
"processors": "unicopia:cloud_decay",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:cloud_islands/surfaces/surface_2",
"processors": "unicopia:cloud_decay",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:cloud_islands/surfaces/surface_3",
"processors": "unicopia:cloud_decay",
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty"
}

View file

@ -32,50 +32,6 @@
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:clouds/pillars/pillar_1",
"processors": {
"processors": []
},
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:clouds/pillars/pillar_2",
"processors": {
"processors": []
},
"projection": "rigid"
},
"weight": 2
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:clouds/pillars/pillar_3",
"processors": {
"processors": []
},
"projection": "rigid"
},
"weight": 4
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "unicopia:clouds/pillars/pillar_4",
"processors": {
"processors": []
},
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty"