Skip to content

Commit

Permalink
Update worldgen.json
Browse files Browse the repository at this point in the history
this was moved to the separate file
  • Loading branch information
Thutmose committed Dec 5, 2021
1 parent a065224 commit 5bd54f2
Showing 1 changed file with 0 additions and 133 deletions.
133 changes: 0 additions & 133 deletions src/main/resources/data/pokecube_legends/structures/worldgen.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,111 +43,6 @@
"pokecube_legends:temples/surface/unown_temple/rooms/room_treasure_a;{\"weight\":3,\"extra\":{\"markers_to_air\":true}}"
]
},

// Aether Foundation
{
"name":"pokecube_legends:village/ocean/town_centers",
"rigid":true,
"ignoreAir":false,
"options":[
"pokecube_legends:village/ocean/town_centers/center_1;{\"extra\":{\"markers_to_air\":true}}"
]
},
{
"name":"pokecube_legends:village/ocean/town_centers/bottom_1",
"rigid":true,
"ignoreAir":false,
"options":[
"pokecube_legends:village/ocean/town_centers/bottom_1;{\"extra\":{\"markers_to_air\":true}}"
]
},
{
"name":"pokecube_legends:village/ocean/town_centers/bottom_2",
"rigid":true,
"ignoreAir":false,
"options":[
"pokecube_legends:village/ocean/town_centers/bottom_2;{\"extra\":{\"markers_to_air\":true}}"
]
},
{
"name":"pokecube_legends:village/ocean/terminators",
"rigid":true,
"options":[
"pokecube_legends:village/ocean/terminators/terminator_01"
]
},
{
"name":"pokecube_legends:village/ocean/streets",
"rigid":true,
"ignoreAir":false,
"options":[
"pokecube_legends:village/ocean/streets/road_1;{\"weight\":3,\"extra\":{\"markers_to_air\":true}}",
"pokecube_legends:village/ocean/streets/road_2;{\"weight\":5,\"extra\":{\"markers_to_air\":true}}",
"pokecube_legends:village/ocean/streets/road_close;{\"weight\":2,\"extra\":{\"markers_to_air\":true}}"
]
},
{
"name":"pokecube_legends:village/ocean/pokecenter/path",
"rigid":true,
"options":[
"pokecube_legends:village/ocean/pokecenter/path"
]
},
{
"name":"pokecube_legends:village/ocean/gym/path",
"rigid":true,
"options":[
"pokecube_legends:village/ocean/gym/path"
]
},
{
"name":"pokecube_legends:village/ocean/gym/aether_path",
"rigid":true,
"options":[
"pokecube_legends:village/ocean/gym/aether_path"
]
},
{
"name":"pokecube_legends:village/ocean/room",
"rigid":true,
"options":[
"pokecube_legends:village/ocean/room/room_1;{\"weight\":5}",
"pokecube_legends:village/ocean/room/room_2;{\"weight\":5}",
"pokecube_legends:village/ocean/room/room_3;{\"weight\":5}",
"pokecube_legends:village/ocean/room/room_4;{\"weight\":5}"
]
},
{
"name":"pokecube_legends:village/ocean/room_base",
"rigid":true,
"options":[
"pokecube_legends:village/ocean/room_base/room_1;{\"weight\":5}",
"pokecube_legends:village/ocean/room_base/room_2;{\"weight\":3}"
]
},
{
"name":"pokecube_legends:village/ocean/top",
"rigid":true,
"options":[
"pokecube_legends:village/ocean/top/aether_top_1",
"pokecube_legends:village/ocean/top/aether_top_2"
]
},
{
"name":"pokecube_legends:village/ocean/houses",
"ignoreAir":false,
"rigid":true,
"options":[
"pokecube_legends:village/ocean/houses/house_close;{\"weight\":3,\"extra\":{\"markers_to_air\":true}}",
"pokecube_legends:village/ocean/houses/house_1;{\"weight\":8,\"extra\":{\"markers_to_air\":true}}",
"pokecube_legends:village/ocean/houses/house_2;{\"weight\":8,\"extra\":{\"markers_to_air\":true}}",
"pokecube_legends:village/ocean/houses/house_3;{\"weight\":8,\"extra\":{\"markers_to_air\":true}}",
"pokecube_legends:village/ocean/houses/house_4;{\"weight\":8,\"extra\":{\"markers_to_air\":true}}",
"pokecube_legends:village/ocean/houses/house_5;{\"weight\":6,\"extra\":{\"markers_to_air\":true}}",
"pokecube_legends:village/ocean/pokecenter/center_01;{\"flag\":\"pokecenter\"}",
"pokecube_legends:village/ocean/gym/aether_base;{\"flag\":\"gym\"}"
]
},
//

//Ultra Space Village
Expand Down Expand Up @@ -880,34 +775,6 @@
}
],
"jigsaws":[
//
{
"name":"pokecube_legends:village/ocean",
"root":"pokecube_legends:village/ocean/town_centers",
"chance":1,
"distance":32,
"separation":12,
"size":6,
"priority":10,
"biomeType":"beach",
"base_under":false,
"needed_once":[
"pokecenter",
"gym"
],
"dimBlacklist":[
"the_nether",
"the_end"
],
"spawn":{
"values":{
"biomes":"warm_ocean",
"typesBlacklist":"cold",
"categoryBlacklist":"the_end,nether,icy,beach"
}
}
},
//
{
"type":"pokecube_legends:village",
"name":"pokecube_legends:village/ultraspace",
Expand Down

0 comments on commit 5bd54f2

Please sign in to comment.