Skip to content

Commit

Permalink
aggiunta spaziatura strutture e le isole adesso si generano in manier…
Browse files Browse the repository at this point in the history
…a corretta
  • Loading branch information
Loweredgames committed Feb 12, 2025
1 parent 9c60374 commit 06d1f06
Show file tree
Hide file tree
Showing 24 changed files with 49 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

"Release Building": "JE-1.21/1.21.1-6.0.0-Skyblock_Classic_Edition:6.0.0",

"Nightly Building": "JE-1.21/1.21.4-6.0.0-Skyblock_Classic_Edition:NIGHTLY_BUILDING_09.02.2025.11530a_[custom_island_generated]",
"Nightly Building": "JE-1.21/1.21.4-6.0.0-Skyblock_Classic_Edition:NIGHTLY_BUILDING_09.02.2025.21530a_[custom_island_generated]",

"Data_pack": "TRUE",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start_pool": "skyblock:worldgen/buried_treasure",
"size": 1,
"start_height": {
"absolute": 0
"absolute": -25
},
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"start_pool": "skyblock:worldgen/desert_pyramid",
"size": 1,
"start_height": {
"absolute": 0
"absolute": 30
},
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start_pool": "skyblock:worldgen/igloo",
"size": 1,
"start_height": {
"absolute": 0
"absolute": 10
},
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start_pool": "skyblock:worldgen/jungle_pyramid",
"size": 1,
"start_height": {
"absolute": 0
"absolute": 25
},
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start_pool": "skyblock:worldgen/ocean_ruins_cold",
"size": 1,
"start_height": {
"absolute": 0
"absolute": -10
},
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start_pool": "skyblock:worldgen/ocean_ruins_warm",
"size": 1,
"start_height": {
"absolute": 0
"absolute": -10
},
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"start_pool": "skyblock:worldgen/pillager_outpost",
"size": 1,
"start_height": {
"absolute": 0
"absolute": 25
},
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start_pool": "skyblock:worldgen/stronghold",
"size": 1,
"start_height": {
"absolute": 0
"absolute": -100
},
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"start_pool": "skyblock:worldgen/swamp_hut",
"size": 1,
"start_height": {
"absolute": 0
"absolute": 15
},
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
"placement": {
"type": "minecraft:random_spread",
"salt": 14357618,
"separation": 8,
"spacing": 32
"separation": 0,
"spacing": 1,
"frequency": 0.01,
"frequency_reduction_method": "legacy_type_2",
"locate_offset": [
9,
0,
9
]
},
"structures": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"placement": {
"type": "minecraft:random_spread",
"salt": 14357618,
"separation": 10,
"spacing": 33
"separation": 8,
"spacing": 32
},
"structures": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"type": "minecraft:random_spread",
"salt": 14357618,
"separation": 8,
"spacing": 30
"spacing": 32,
"frequency_reduction_method": "legacy_type_1",
"exclusion_zone": {
"other_set": "minecraft:villages",
"chunk_count": 10
}
},
"structures": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
"absolute": 40
},
"max_inclusive": {
"absolute": 80
"absolute": 38
}
},
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
"absolute": 40
},
"max_inclusive": {
"absolute": 80
"absolute": 38
}
},
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
"absolute": 40
},
"max_inclusive": {
"absolute": 80
"absolute": 38
}
},
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
"absolute": 40
},
"max_inclusive": {
"absolute": 80
"absolute": 38
}
},
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
"absolute": 40
},
"max_inclusive": {
"absolute": 80
"absolute": 38
}
},
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
"absolute": 40
},
"max_inclusive": {
"absolute": 80
"absolute": 38
}
},
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
"absolute": 40
},
"max_inclusive": {
"absolute": 80
"absolute": 38
}
},
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
"absolute": 40
},
"max_inclusive": {
"absolute": 80
"absolute": 38
}
},
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
"absolute": 40
},
"max_inclusive": {
"absolute": 80
"absolute": 38
}
},
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
"absolute": 40
},
"max_inclusive": {
"absolute": 80
"absolute": 38
}
},
"max_distance_from_center": 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"type": "minecraft:random_spread",
"salt": 10387312,
"spread_type": "triangular",
"spacing": 20,
"separation": 8
"spacing": 38,
"separation": 16
}
}

0 comments on commit 06d1f06

Please sign in to comment.