Skip to content

Commit

Permalink
aggiunte tutte le isole nel mondo (da testare)
Browse files Browse the repository at this point in the history
- aggiornato il mondo delle strutture
  • Loading branch information
Loweredgames committed Feb 9, 2025
1 parent 02181c9 commit 07082d0
Show file tree
Hide file tree
Showing 25 changed files with 327 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"values": [
"minecraft:badlands",
"minecraft:wooded_badlands",
"minecraft:eroded_badlands"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"values": [
"minecraft:birch_forest",
"minecraft:old_growth_birch_forest"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"minecraft:dark_forest"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"values": [
"minecraft:jungle",
"minecraft:bamboo_jungle",
"minecraft:sparse_jungle"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"minecraft:mangrove_swamp"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"values": [
"minecraft:savanna",
"minecraft:savanna_plateau",
"minecraft:windswept_savanna"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"values": [
"minecraft:taiga",
"minecraft:snowy_taiga",
"minecraft:old_growth_pine_taiga",
"minecraft:old_growth_spruce_taiga"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"values": [
"skyblock:badland",
"skyblock:birch_forest",
"skyblock:cherry_grove",
"skyblock:dark_forest",
"skyblock:desert_well",
"skyblock:jungle",
"skyblock:mangrove_swamp",
"skyblock:monster_room",
"skyblock:desert_well"
"skyblock:savanna",
"skyblock:taiga"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:jigsaw",
"biomes": "#skyblock:has_structure/badland",
"step": "top_layer_modification",
"spawn_overrides": {},
"start_pool": "skyblock:worldgen/islands/badland",
"size": 1,
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
},
"max_inclusive": {
"absolute": 80
}
},
"max_distance_from_center": 80,
"use_expansion_hack": false,
"dimension_padding": 50,
"liquid_settings": "ignore_waterlogging"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:jigsaw",
"biomes": "#skyblock:has_structure/birch_forest",
"step": "top_layer_modification",
"spawn_overrides": {},
"start_pool": "skyblock:worldgen/islands/birch_forest",
"size": 1,
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
},
"max_inclusive": {
"absolute": 80
}
},
"max_distance_from_center": 80,
"use_expansion_hack": false,
"dimension_padding": 50,
"liquid_settings": "ignore_waterlogging"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:jigsaw",
"biomes": "#skyblock:has_structure/dark_forest",
"step": "top_layer_modification",
"spawn_overrides": {},
"start_pool": "skyblock:worldgen/islands/dark_forest",
"size": 1,
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
},
"max_inclusive": {
"absolute": 80
}
},
"max_distance_from_center": 80,
"use_expansion_hack": false,
"dimension_padding": 50,
"liquid_settings": "ignore_waterlogging"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:jigsaw",
"biomes": "#skyblock:has_structure/jungle",
"step": "top_layer_modification",
"spawn_overrides": {},
"start_pool": "skyblock:worldgen/islands/jungle",
"size": 1,
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
},
"max_inclusive": {
"absolute": 80
}
},
"max_distance_from_center": 80,
"use_expansion_hack": false,
"dimension_padding": 50,
"liquid_settings": "ignore_waterlogging"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:jigsaw",
"biomes": "#skyblock:has_structure/mangrove_swamp",
"step": "top_layer_modification",
"spawn_overrides": {},
"start_pool": "skyblock:worldgen/islands/mangrove_swamp",
"size": 1,
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
},
"max_inclusive": {
"absolute": 80
}
},
"max_distance_from_center": 80,
"use_expansion_hack": false,
"dimension_padding": 50,
"liquid_settings": "ignore_waterlogging"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:jigsaw",
"biomes": "#skyblock:has_structure/savanna",
"step": "top_layer_modification",
"spawn_overrides": {},
"start_pool": "skyblock:worldgen/islands/savanna",
"size": 1,
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
},
"max_inclusive": {
"absolute": 80
}
},
"max_distance_from_center": 80,
"use_expansion_hack": false,
"dimension_padding": 50,
"liquid_settings": "ignore_waterlogging"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:jigsaw",
"biomes": "#skyblock:has_structure/taiga",
"step": "top_layer_modification",
"spawn_overrides": {},
"start_pool": "skyblock:worldgen/islands/taiga",
"size": 1,
"start_height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": 54
},
"max_inclusive": {
"absolute": 80
}
},
"max_distance_from_center": 80,
"use_expansion_hack": false,
"dimension_padding": 50,
"liquid_settings": "ignore_waterlogging"
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,44 @@
{
"structures": [
{
"structure": "skyblock:badland",
"weight": 1
},
{
"structure": "skyblock:birch_forest",
"weight": 1
},
{
"structure": "skyblock:cherry_grove",
"weight": 1
},
{
"structure": "skyblock:monster_room",
"structure": "skyblock:dark_forest",
"weight": 1
},
{
"structure": "skyblock:desert_well",
"weight": 1
},
{
"structure": "skyblock:jungle",
"weight": 1
},
{
"structure": "skyblock:mangrove_swamp",
"weight": 1
},
{
"structure": "skyblock:monster_room",
"weight": 1
},
{
"structure": "skyblock:savanna",
"weight": 1
},
{
"structure": "skyblock:taiga",
"weight": 1
}
],
"placement": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"fallback": "minecraft:empty",
"elements": [
{
"weight": 1,
"element": {
"element_type": "minecraft:single_pool_element",
"projection": "rigid",
"location": "skyblock:worldgen/custom_islands/badland",
"processors": "minecraft:empty"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"fallback": "minecraft:empty",
"elements": [
{
"weight": 1,
"element": {
"element_type": "minecraft:single_pool_element",
"projection": "rigid",
"location": "skyblock:worldgen/custom_islands/birch_forest",
"processors": "minecraft:empty"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"fallback": "minecraft:empty",
"elements": [
{
"weight": 1,
"element": {
"element_type": "minecraft:single_pool_element",
"projection": "rigid",
"location": "skyblock:worldgen/custom_islands/dark_forest",
"processors": "minecraft:empty"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"fallback": "minecraft:empty",
"elements": [
{
"weight": 1,
"element": {
"element_type": "minecraft:single_pool_element",
"projection": "rigid",
"location": "skyblock:worldgen/custom_islands/jungle",
"processors": "minecraft:empty"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"fallback": "minecraft:empty",
"elements": [
{
"weight": 1,
"element": {
"element_type": "minecraft:single_pool_element",
"projection": "rigid",
"location": "skyblock:worldgen/custom_islands/mangrove_swamp",
"processors": "minecraft:empty"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"fallback": "minecraft:empty",
"elements": [
{
"weight": 1,
"element": {
"element_type": "minecraft:single_pool_element",
"projection": "rigid",
"location": "skyblock:worldgen/custom_islands/savanna",
"processors": "minecraft:empty"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"fallback": "minecraft:empty",
"elements": [
{
"weight": 1,
"element": {
"element_type": "minecraft:single_pool_element",
"projection": "rigid",
"location": "skyblock:worldgen/custom_islands/taiga",
"processors": "minecraft:empty"
}
}
]
}

0 comments on commit 07082d0

Please sign in to comment.