-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
143 additions
and
4 deletions.
There are no files selected for viewing
Binary file modified
BIN
+47 Bytes
(100%)
src/main/resources/data/paradise_lost/structure/birdcage/centers/center_1.nbt
Binary file not shown.
Binary file added
BIN
+3.52 KB
src/main/resources/data/paradise_lost/structure/birdcage/connectors/straight_long_1.nbt
Binary file not shown.
Binary file added
BIN
+2.15 KB
src/main/resources/data/paradise_lost/structure/birdcage/connectors/straight_short_1.nbt
Binary file not shown.
Binary file removed
BIN
-6.64 KB
src/main/resources/data/paradise_lost/structure/birdcage/levels/normal/level_normal_1.nbt
Binary file not shown.
Binary file added
BIN
+6.77 KB
src/main/resources/data/paradise_lost/structure/birdcage/levels/normal/normal_1.nbt
Binary file not shown.
Binary file added
BIN
+6.69 KB
src/main/resources/data/paradise_lost/structure/birdcage/levels/normal/normal_2.nbt
Binary file not shown.
Binary file added
BIN
+6.84 KB
src/main/resources/data/paradise_lost/structure/birdcage/levels/normal/normal_3.nbt
Binary file not shown.
Binary file added
BIN
+6.78 KB
src/main/resources/data/paradise_lost/structure/birdcage/levels/stairs/stairs_1.nbt
Binary file not shown.
Binary file added
BIN
+6.72 KB
src/main/resources/data/paradise_lost/structure/birdcage/levels/stairs/stairs_2.nbt
Binary file not shown.
Binary file modified
BIN
+86 Bytes
(100%)
src/main/resources/data/paradise_lost/structure/birdcage/roofs/roof_1.nbt
Binary file not shown.
Binary file added
BIN
+6.7 KB
src/main/resources/data/paradise_lost/structure/birdcage/rooms/room_1.nbt
Binary file not shown.
Binary file added
BIN
+4.04 KB
src/main/resources/data/paradise_lost/structure/birdcage/rooms/room_2.nbt
Binary file not shown.
Binary file added
BIN
+4.05 KB
src/main/resources/data/paradise_lost/structure/birdcage/rooms/room_3.nbt
Binary file not shown.
Binary file added
BIN
+3.98 KB
src/main/resources/data/paradise_lost/structure/birdcage/rooms/room_4.nbt
Binary file not shown.
Binary file added
BIN
+2.49 KB
src/main/resources/data/paradise_lost/structure/birdcage/rooms/room_5.nbt
Binary file not shown.
Binary file added
BIN
+1.98 KB
src/main/resources/data/paradise_lost/structure/birdcage/stairwells/stairwell_1.nbt
Binary file not shown.
Binary file added
BIN
+2.18 KB
src/main/resources/data/paradise_lost/structure/birdcage/stairwells/stairwell_external_1.nbt
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
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
24 changes: 24 additions & 0 deletions
24
src/main/resources/data/paradise_lost/worldgen/template_pool/birdcage/connectors.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,24 @@ | ||
{ | ||
"name": "paradise_lost:birdcage/connectors", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "paradise_lost:birdcage/connectors/straight_short_1", | ||
"projection": "rigid", | ||
"processors": "paradise_lost:birdcage_proc" | ||
} | ||
}, | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "paradise_lost:birdcage/connectors/straight_long_1", | ||
"projection": "rigid", | ||
"processors": "paradise_lost:birdcage_proc" | ||
} | ||
} | ||
] | ||
} |
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
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
51 changes: 51 additions & 0 deletions
51
src/main/resources/data/paradise_lost/worldgen/template_pool/birdcage/rooms.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,51 @@ | ||
{ | ||
"name": "paradise_lost:birdcage/rooms", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 2, | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "paradise_lost:birdcage/rooms/room_1", | ||
"projection": "rigid", | ||
"processors": "paradise_lost:birdcage_proc" | ||
} | ||
}, | ||
{ | ||
"weight": 2, | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "paradise_lost:birdcage/rooms/room_2", | ||
"projection": "rigid", | ||
"processors": "paradise_lost:birdcage_proc" | ||
} | ||
}, | ||
{ | ||
"weight": 2, | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "paradise_lost:birdcage/rooms/room_3", | ||
"projection": "rigid", | ||
"processors": "paradise_lost:birdcage_proc" | ||
} | ||
}, | ||
{ | ||
"weight": 2, | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "paradise_lost:birdcage/rooms/room_4", | ||
"projection": "rigid", | ||
"processors": "paradise_lost:birdcage_proc" | ||
} | ||
}, | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "paradise_lost:birdcage/rooms/room_5", | ||
"projection": "rigid", | ||
"processors": "paradise_lost:birdcage_proc" | ||
} | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
src/main/resources/data/paradise_lost/worldgen/template_pool/birdcage/stairwells.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,24 @@ | ||
{ | ||
"name": "paradise_lost:birdcage/stairwells", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "paradise_lost:birdcage/stairwells/stairwell_1", | ||
"projection": "rigid", | ||
"processors": "paradise_lost:birdcage_proc" | ||
} | ||
}, | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "paradise_lost:birdcage/stairwells/stairwell_external_1", | ||
"projection": "rigid", | ||
"processors": "paradise_lost:birdcage_proc" | ||
} | ||
} | ||
] | ||
} |