Skip to content

Commit

Permalink
birdcage center decorations
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Dec 16, 2024
1 parent 8185f2a commit b912df9
Show file tree
Hide file tree
Showing 17 changed files with 72 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"values": [
"#minecraft:air",
"#paradise_lost:clouds"
"#paradise_lost:clouds",
"paradise_lost:metamorphic_shell",
"paradise_lost:surtrum",
"paradise_lost:surtrum_air"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"spawn_overrides": {},
"terrain_adaptation": "none",
"start_pool": "paradise_lost:birdcage/roofs",
"size": 9,
"size": 10,
"start_height": {
"absolute": 100
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,58 @@
"fallback": "minecraft:empty",
"elements": [
{
"weight": 1,
"weight": 5,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:birdcage/centers/center_1",
"projection": "rigid",
"processors": "paradise_lost:birdcage_proc"
}
},
{
"weight": 5,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:birdcage/centers/center_2",
"projection": "rigid",
"processors": "paradise_lost:birdcage_proc"
}
},
{
"weight": 4,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:birdcage/centers/center_3",
"projection": "rigid",
"processors": "paradise_lost:birdcage_proc"
}
},
{
"weight": 3,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:birdcage/centers/center_4",
"projection": "rigid",
"processors": "paradise_lost:birdcage_proc"
}
},
{
"weight": 3,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:birdcage/centers/center_5",
"projection": "rigid",
"processors": "paradise_lost:birdcage_proc"
}
},
{
"weight": 2,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:birdcage/centers/center_6",
"projection": "rigid",
"processors": "paradise_lost:birdcage_proc"
}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"fallback": "minecraft:empty",
"elements": [
{
"weight": 2,
"weight": 8,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:birdcage/levels/normal/normal_1",
Expand All @@ -12,7 +12,7 @@
}
},
{
"weight": 3,
"weight": 12,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:birdcage/levels/normal/normal_2",
Expand All @@ -21,7 +21,25 @@
}
},
{
"weight": 1,
"weight": 4,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:birdcage/levels/normal/normal_1_spawner",
"projection": "rigid",
"processors": "paradise_lost:birdcage_proc"
}
},
{
"weight": 5,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:birdcage/levels/normal/normal_2_spawner",
"projection": "rigid",
"processors": "paradise_lost:birdcage_proc"
}
},
{
"weight": 6,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:birdcage/levels/normal/normal_3",
Expand Down

0 comments on commit b912df9

Please sign in to comment.