generated from GenerationsMod/GenerationsModuleTemplateOld
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Joseph T. McQuigg <[email protected]>
- Loading branch information
Showing
16 changed files
with
108 additions
and
3 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
...sources/data/generations_structures/worldgen/template_pool/village/desert/pokecenter.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,38 @@ | ||
{ | ||
"elements": [ | ||
{ | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "generations_structures:village/desert/pokecenter_1", | ||
"processors": { | ||
"processors": [] | ||
}, | ||
"projection": "rigid" | ||
}, | ||
"weight": 1 | ||
}, | ||
{ | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "generations_structures:village/desert/pokecenter_2", | ||
"processors": { | ||
"processors": [] | ||
}, | ||
"projection": "rigid" | ||
}, | ||
"weight": 1 | ||
}, | ||
{ | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "generations_structures:village/desert/pokecenter_3", | ||
"processors": { | ||
"processors": [] | ||
}, | ||
"projection": "rigid" | ||
}, | ||
"weight": 1 | ||
} | ||
], | ||
"fallback": "generations_structures:village/desert/pokecenter" | ||
} |
23 changes: 23 additions & 0 deletions
23
...data/generations_structures/worldgen/template_pool/village/desert/streets/pokecenter.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,23 @@ | ||
{ | ||
"elements": [ | ||
{ | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "generations_structures:village/desert/streets/pokecenter/corner_01", | ||
"processors": "minecraft:empty", | ||
"projection": "terrain_matching" | ||
}, | ||
"weight": 1 | ||
}, | ||
{ | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "generations_structures:village/desert/streets/pokecenter/straight_05", | ||
"processors": "minecraft:empty", | ||
"projection": "terrain_matching" | ||
}, | ||
"weight": 1 | ||
} | ||
], | ||
"fallback": "minecraft:village/plains/streets" | ||
} |
23 changes: 23 additions & 0 deletions
23
...s/data/generations_structures/worldgen/template_pool/village/desert/streets/pokemart.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,23 @@ | ||
{ | ||
"elements": [ | ||
{ | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "generations_structures:village/desert/streets/pokemart/corner_01", | ||
"processors": "minecraft:empty", | ||
"projection": "terrain_matching" | ||
}, | ||
"weight": 1 | ||
}, | ||
{ | ||
"element": { | ||
"element_type": "minecraft:single_pool_element", | ||
"location": "generations_structures:village/desert/streets/pokemart/straight_05", | ||
"processors": "minecraft:empty", | ||
"projection": "terrain_matching" | ||
}, | ||
"weight": 1 | ||
} | ||
], | ||
"fallback": "minecraft:village/plains/streets" | ||
} |
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
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
Binary file added
BIN
+8.54 KB
...src/main/resources/data/generations_structures/structures/village/desert/pokecenter_1.nbt
Binary file not shown.
Binary file added
BIN
+8.42 KB
...src/main/resources/data/generations_structures/structures/village/desert/pokecenter_2.nbt
Binary file not shown.
Binary file added
BIN
+8.48 KB
...src/main/resources/data/generations_structures/structures/village/desert/pokecenter_3.nbt
Binary file not shown.
Binary file modified
BIN
+15 Bytes
(100%)
...n/src/main/resources/data/generations_structures/structures/village/desert/pokemart_1.nbt
Binary file not shown.
Binary file modified
BIN
+15 Bytes
(100%)
...n/src/main/resources/data/generations_structures/structures/village/desert/pokemart_2.nbt
Binary file not shown.
Binary file modified
BIN
+13 Bytes
(100%)
...n/src/main/resources/data/generations_structures/structures/village/desert/pokemart_3.nbt
Binary file not shown.
Binary file added
BIN
+647 Bytes
...es/data/generations_structures/structures/village/desert/streets/pokecenter/corner_01.nbt
Binary file not shown.
Binary file added
BIN
+530 Bytes
.../data/generations_structures/structures/village/desert/streets/pokecenter/straight_05.nbt
Binary file not shown.
Binary file added
BIN
+644 Bytes
...rces/data/generations_structures/structures/village/desert/streets/pokemart/corner_01.nbt
Binary file not shown.
Binary file added
BIN
+529 Bytes
...es/data/generations_structures/structures/village/desert/streets/pokemart/straight_05.nbt
Binary file not shown.