Skip to content

Commit

Permalink
fix #320
Browse files Browse the repository at this point in the history
- aggiunta desert well
- aggiornato il mondo delle strutture
  • Loading branch information
Loweredgames committed Feb 3, 2025
1 parent 0b64a90 commit 3999a28
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 25 deletions.
Binary file not shown.
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_30.01.2025.22043a_[custom_island_generated]",
"Nightly Building": "JE-1.21/1.21.4-6.0.0-Skyblock_Classic_Edition:NIGHTLY_BUILDING_30.01.2025.32043a_[custom_island_generated]",

"Data_pack": "TRUE",

Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"minecraft:desert"
]
}
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"
]
}
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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{
"structure": "skyblock:monster_room",
"weight": 1
},
{
"structure": "skyblock:desert_well",
"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/desert_well",
"processors": "minecraft:empty"
}
}
]
}

0 comments on commit 3999a28

Please sign in to comment.