-
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.
- aggiunta desert well - aggiornato il mondo delle strutture
- Loading branch information
1 parent
0b64a90
commit 3999a28
Showing
10 changed files
with
47 additions
and
25 deletions.
There are no files selected for viewing
Binary file modified
BIN
+40.7 KB
(100%)
.worlds/.worlds-structures/Skyblock Classic Edition Structures.zip
Binary file not shown.
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
4 changes: 0 additions & 4 deletions
4
...tapacks/skyblock_custom_world/data/minecraft/worldgen/configured_feature/desert_well.json
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...E datapacks/skyblock_custom_world/data/minecraft/worldgen/placed_feature/desert_well.json
This file was deleted.
Oops, something went wrong.
Binary file added
BIN
+1.03 KB
...block CE datapacks/skyblock_custom_world/data/skyblock/structure/worldgen/desert_well.nbt
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
...ks/skyblock_custom_world/data/skyblock/tags/worldgen/biome/has_structure/desert_well.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:desert" | ||
] | ||
} |
3 changes: 2 additions & 1 deletion
3
...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,6 +1,7 @@ | ||
{ | ||
"values": [ | ||
"skyblock:cherry_grove", | ||
"skyblock:monster_room" | ||
"skyblock:monster_room", | ||
"skyblock:desert_well" | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
...lock CE datapacks/skyblock_custom_world/data/skyblock/worldgen/structure/desert_well.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/desert_well", | ||
"step": "top_layer_modification", | ||
"spawn_overrides": {}, | ||
"start_pool": "skyblock:worldgen/desert_well", | ||
"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" | ||
} |
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
...acks/skyblock_custom_world/data/skyblock/worldgen/template_pool/worldgen/desert_well.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/desert_well", | ||
"processors": "minecraft:empty" | ||
} | ||
} | ||
] | ||
} |