-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aggiunte tutte le isole nel mondo (da testare)
- aggiornato il mondo delle strutture
- Loading branch information
1 parent
02181c9
commit 07082d0
Showing
25 changed files
with
327 additions
and
2 deletions.
There are no files selected for viewing
Binary file modified
BIN
+27.4 KB
(100%)
.worlds/.worlds-structures/Skyblock Classic Edition Structures.zip
Binary file not shown.
Binary file added
BIN
+46.2 KB
.../skyblock_custom_world/data/skyblock/structure/worldgen/custom_islands/mangrove_swamp.nbt
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
...apacks/skyblock_custom_world/data/skyblock/tags/worldgen/biome/has_structure/badland.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"values": [ | ||
"minecraft:badlands", | ||
"minecraft:wooded_badlands", | ||
"minecraft:eroded_badlands" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
...s/skyblock_custom_world/data/skyblock/tags/worldgen/biome/has_structure/birch_forest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"minecraft:birch_forest", | ||
"minecraft:old_growth_birch_forest" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
...ks/skyblock_custom_world/data/skyblock/tags/worldgen/biome/has_structure/dark_forest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"minecraft:dark_forest" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
...tapacks/skyblock_custom_world/data/skyblock/tags/worldgen/biome/has_structure/jungle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"values": [ | ||
"minecraft:jungle", | ||
"minecraft:bamboo_jungle", | ||
"minecraft:sparse_jungle" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
...skyblock_custom_world/data/skyblock/tags/worldgen/biome/has_structure/mangrove_swamp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"minecraft:mangrove_swamp" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
...apacks/skyblock_custom_world/data/skyblock/tags/worldgen/biome/has_structure/savanna.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"values": [ | ||
"minecraft:savanna", | ||
"minecraft:savanna_plateau", | ||
"minecraft:windswept_savanna" | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
...atapacks/skyblock_custom_world/data/skyblock/tags/worldgen/biome/has_structure/taiga.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
9 changes: 8 additions & 1 deletion
9
...E datapacks/skyblock_custom_world/data/skyblock/tags/worldgen/structure/biome_island.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
...Skyblock CE datapacks/skyblock_custom_world/data/skyblock/worldgen/structure/badland.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
21 changes: 21 additions & 0 deletions
21
...ock CE datapacks/skyblock_custom_world/data/skyblock/worldgen/structure/birch_forest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
21 changes: 21 additions & 0 deletions
21
...lock CE datapacks/skyblock_custom_world/data/skyblock/worldgen/structure/dark_forest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
21 changes: 21 additions & 0 deletions
21
.../Skyblock CE datapacks/skyblock_custom_world/data/skyblock/worldgen/structure/jungle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
21 changes: 21 additions & 0 deletions
21
...k CE datapacks/skyblock_custom_world/data/skyblock/worldgen/structure/mangrove_swamp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
21 changes: 21 additions & 0 deletions
21
...Skyblock CE datapacks/skyblock_custom_world/data/skyblock/worldgen/structure/savanna.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
21 changes: 21 additions & 0 deletions
21
...s/Skyblock CE datapacks/skyblock_custom_world/data/skyblock/worldgen/structure/taiga.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
30 changes: 29 additions & 1 deletion
30
...E datapacks/skyblock_custom_world/data/skyblock/worldgen/structure_set/biome_islands.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
.../skyblock_custom_world/data/skyblock/worldgen/template_pool/worldgen/islands/badland.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...lock_custom_world/data/skyblock/worldgen/template_pool/worldgen/islands/birch_forest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...block_custom_world/data/skyblock/worldgen/template_pool/worldgen/islands/dark_forest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...s/skyblock_custom_world/data/skyblock/worldgen/template_pool/worldgen/islands/jungle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...ck_custom_world/data/skyblock/worldgen/template_pool/worldgen/islands/mangrove_swamp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
.../skyblock_custom_world/data/skyblock/worldgen/template_pool/worldgen/islands/savanna.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...ks/skyblock_custom_world/data/skyblock/worldgen/template_pool/worldgen/islands/taiga.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} |