0% found this document useful (0 votes)
3 views3 pages

Streets

The document outlines various elements for generating snowy village streets in Minecraft, including corners, squares, and straight paths, each with assigned weights for probability during generation. The elements are processed using the 'street_snowy_or_taiga' processor and utilize terrain matching for projection. Additionally, there is a fallback location specified for the snowy village terminators.

Uploaded by

1830145304
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views3 pages

Streets

The document outlines various elements for generating snowy village streets in Minecraft, including corners, squares, and straight paths, each with assigned weights for probability during generation. The elements are processed using the 'street_snowy_or_taiga' processor and utilize terrain matching for projection. Additionally, there is a fallback location specified for the snowy village terminators.

Uploaded by

1830145304
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

{

"elements": [
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/corner_01",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 2
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/corner_02",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 2
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/corner_03",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 2
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/square_01",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 2
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/straight_01",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 4
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/straight_02",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 4
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/straight_03",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 4
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/straight_04",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 7
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/straight_06",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 4
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/straight_08",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 4
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/crossroad_02",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/crossroad_03",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 2
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/crossroad_04",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 2
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/crossroad_05",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 2
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/crossroad_06",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 2
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:village/snowy/streets/turn_01",
"processors": "minecraft:street_snowy_or_taiga",
"projection": "terrain_matching"
},
"weight": 3
}
],
"fallback": "minecraft:village/snowy/terminators"
}

You might also like