You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
1
data/minecraft/worldgen/structure_set/_all.json
Normal file
1
data/minecraft/worldgen/structure_set/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"ancient_cities":{"placement":{"type":"minecraft:random_spread","salt":20083232,"separation":8,"spacing":24},"structures":[{"structure":"minecraft:ancient_city","weight":1}]},"buried_treasures":{"placement":{"type":"minecraft:random_spread","frequency":0.01,"frequency_reduction_method":"legacy_type_2","locate_offset":[9,0,9],"salt":0,"separation":0,"spacing":1},"structures":[{"structure":"minecraft:buried_treasure","weight":1}]},"desert_pyramids":{"placement":{"type":"minecraft:random_spread","salt":14357617,"separation":8,"spacing":32},"structures":[{"structure":"minecraft:desert_pyramid","weight":1}]},"end_cities":{"placement":{"type":"minecraft:random_spread","salt":10387313,"separation":11,"spacing":20,"spread_type":"triangular"},"structures":[{"structure":"minecraft:end_city","weight":1}]},"igloos":{"placement":{"type":"minecraft:random_spread","salt":14357618,"separation":8,"spacing":32},"structures":[{"structure":"minecraft:igloo","weight":1}]},"jungle_temples":{"placement":{"type":"minecraft:random_spread","salt":14357619,"separation":8,"spacing":32},"structures":[{"structure":"minecraft:jungle_pyramid","weight":1}]},"mineshafts":{"placement":{"type":"minecraft:random_spread","frequency":0.004,"frequency_reduction_method":"legacy_type_3","salt":0,"separation":0,"spacing":1},"structures":[{"structure":"minecraft:mineshaft","weight":1},{"structure":"minecraft:mineshaft_mesa","weight":1}]},"nether_complexes":{"placement":{"type":"minecraft:random_spread","salt":30084232,"separation":4,"spacing":27},"structures":[{"structure":"minecraft:fortress","weight":2},{"structure":"minecraft:bastion_remnant","weight":3}]},"nether_fossils":{"placement":{"type":"minecraft:random_spread","salt":14357921,"separation":1,"spacing":2},"structures":[{"structure":"minecraft:nether_fossil","weight":1}]},"ocean_monuments":{"placement":{"type":"minecraft:random_spread","salt":10387313,"separation":5,"spacing":32,"spread_type":"triangular"},"structures":[{"structure":"minecraft:monument","weight":1}]},"ocean_ruins":{"placement":{"type":"minecraft:random_spread","salt":14357621,"separation":8,"spacing":20},"structures":[{"structure":"minecraft:ocean_ruin_cold","weight":1},{"structure":"minecraft:ocean_ruin_warm","weight":1}]},"pillager_outposts":{"placement":{"type":"minecraft:random_spread","exclusion_zone":{"chunk_count":10,"other_set":"minecraft:villages"},"frequency":0.2,"frequency_reduction_method":"legacy_type_1","salt":165745296,"separation":8,"spacing":32},"structures":[{"structure":"minecraft:pillager_outpost","weight":1}]},"ruined_portals":{"placement":{"type":"minecraft:random_spread","salt":34222645,"separation":15,"spacing":40},"structures":[{"structure":"minecraft:ruined_portal","weight":1},{"structure":"minecraft:ruined_portal_desert","weight":1},{"structure":"minecraft:ruined_portal_jungle","weight":1},{"structure":"minecraft:ruined_portal_swamp","weight":1},{"structure":"minecraft:ruined_portal_mountain","weight":1},{"structure":"minecraft:ruined_portal_ocean","weight":1},{"structure":"minecraft:ruined_portal_nether","weight":1}]},"shipwrecks":{"placement":{"type":"minecraft:random_spread","salt":165745295,"separation":4,"spacing":24},"structures":[{"structure":"minecraft:shipwreck","weight":1},{"structure":"minecraft:shipwreck_beached","weight":1}]},"strongholds":{"placement":{"type":"minecraft:concentric_rings","count":128,"distance":32,"preferred_biomes":"#minecraft:stronghold_biased_to","salt":0,"spread":3},"structures":[{"structure":"minecraft:stronghold","weight":1}]},"swamp_huts":{"placement":{"type":"minecraft:random_spread","salt":14357620,"separation":8,"spacing":32},"structures":[{"structure":"minecraft:swamp_hut","weight":1}]},"villages":{"placement":{"type":"minecraft:random_spread","salt":10387312,"separation":8,"spacing":34},"structures":[{"structure":"minecraft:village_plains","weight":1},{"structure":"minecraft:village_desert","weight":1},{"structure":"minecraft:village_savanna","weight":1},{"structure":"minecraft:village_snowy","weight":1},{"structure":"minecraft:village_taiga","weight":1}]},"woodland_mansions":{"placement":{"type":"minecraft:random_spread","salt":10387319,"separation":20,"spacing":80,"spread_type":"triangular"},"structures":[{"structure":"minecraft:mansion","weight":1}]}}
|
||||
1
data/minecraft/worldgen/structure_set/_list.json
Normal file
1
data/minecraft/worldgen/structure_set/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["ancient_cities.json","buried_treasures.json","desert_pyramids.json","end_cities.json","igloos.json","jungle_temples.json","mineshafts.json","nether_complexes.json","nether_fossils.json","ocean_monuments.json","ocean_ruins.json","pillager_outposts.json","ruined_portals.json","shipwrecks.json","strongholds.json","swamp_huts.json","villages.json","woodland_mansions.json"]}
|
||||
14
data/minecraft/worldgen/structure_set/ancient_cities.json
Normal file
14
data/minecraft/worldgen/structure_set/ancient_cities.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 20083232,
|
||||
"separation": 8,
|
||||
"spacing": 24
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:ancient_city",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
21
data/minecraft/worldgen/structure_set/buried_treasures.json
Normal file
21
data/minecraft/worldgen/structure_set/buried_treasures.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"frequency": 0.01,
|
||||
"frequency_reduction_method": "legacy_type_2",
|
||||
"locate_offset": [
|
||||
9,
|
||||
0,
|
||||
9
|
||||
],
|
||||
"salt": 0,
|
||||
"separation": 0,
|
||||
"spacing": 1
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:buried_treasure",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
14
data/minecraft/worldgen/structure_set/desert_pyramids.json
Normal file
14
data/minecraft/worldgen/structure_set/desert_pyramids.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 14357617,
|
||||
"separation": 8,
|
||||
"spacing": 32
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:desert_pyramid",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
15
data/minecraft/worldgen/structure_set/end_cities.json
Normal file
15
data/minecraft/worldgen/structure_set/end_cities.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 10387313,
|
||||
"separation": 11,
|
||||
"spacing": 20,
|
||||
"spread_type": "triangular"
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:end_city",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
14
data/minecraft/worldgen/structure_set/igloos.json
Normal file
14
data/minecraft/worldgen/structure_set/igloos.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 14357618,
|
||||
"separation": 8,
|
||||
"spacing": 32
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:igloo",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
14
data/minecraft/worldgen/structure_set/jungle_temples.json
Normal file
14
data/minecraft/worldgen/structure_set/jungle_temples.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 14357619,
|
||||
"separation": 8,
|
||||
"spacing": 32
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:jungle_pyramid",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
20
data/minecraft/worldgen/structure_set/mineshafts.json
Normal file
20
data/minecraft/worldgen/structure_set/mineshafts.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"frequency": 0.004,
|
||||
"frequency_reduction_method": "legacy_type_3",
|
||||
"salt": 0,
|
||||
"separation": 0,
|
||||
"spacing": 1
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:mineshaft",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:mineshaft_mesa",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
18
data/minecraft/worldgen/structure_set/nether_complexes.json
Normal file
18
data/minecraft/worldgen/structure_set/nether_complexes.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 30084232,
|
||||
"separation": 4,
|
||||
"spacing": 27
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:fortress",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:bastion_remnant",
|
||||
"weight": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
14
data/minecraft/worldgen/structure_set/nether_fossils.json
Normal file
14
data/minecraft/worldgen/structure_set/nether_fossils.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 14357921,
|
||||
"separation": 1,
|
||||
"spacing": 2
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:nether_fossil",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
15
data/minecraft/worldgen/structure_set/ocean_monuments.json
Normal file
15
data/minecraft/worldgen/structure_set/ocean_monuments.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 10387313,
|
||||
"separation": 5,
|
||||
"spacing": 32,
|
||||
"spread_type": "triangular"
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:monument",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
18
data/minecraft/worldgen/structure_set/ocean_ruins.json
Normal file
18
data/minecraft/worldgen/structure_set/ocean_ruins.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 14357621,
|
||||
"separation": 8,
|
||||
"spacing": 20
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:ocean_ruin_cold",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:ocean_ruin_warm",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
20
data/minecraft/worldgen/structure_set/pillager_outposts.json
Normal file
20
data/minecraft/worldgen/structure_set/pillager_outposts.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"exclusion_zone": {
|
||||
"chunk_count": 10,
|
||||
"other_set": "minecraft:villages"
|
||||
},
|
||||
"frequency": 0.2,
|
||||
"frequency_reduction_method": "legacy_type_1",
|
||||
"salt": 165745296,
|
||||
"separation": 8,
|
||||
"spacing": 32
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:pillager_outpost",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
38
data/minecraft/worldgen/structure_set/ruined_portals.json
Normal file
38
data/minecraft/worldgen/structure_set/ruined_portals.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 34222645,
|
||||
"separation": 15,
|
||||
"spacing": 40
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:ruined_portal",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:ruined_portal_desert",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:ruined_portal_jungle",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:ruined_portal_swamp",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:ruined_portal_mountain",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:ruined_portal_ocean",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:ruined_portal_nether",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
18
data/minecraft/worldgen/structure_set/shipwrecks.json
Normal file
18
data/minecraft/worldgen/structure_set/shipwrecks.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 165745295,
|
||||
"separation": 4,
|
||||
"spacing": 24
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:shipwreck",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:shipwreck_beached",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
16
data/minecraft/worldgen/structure_set/strongholds.json
Normal file
16
data/minecraft/worldgen/structure_set/strongholds.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:concentric_rings",
|
||||
"count": 128,
|
||||
"distance": 32,
|
||||
"preferred_biomes": "#minecraft:stronghold_biased_to",
|
||||
"salt": 0,
|
||||
"spread": 3
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:stronghold",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
14
data/minecraft/worldgen/structure_set/swamp_huts.json
Normal file
14
data/minecraft/worldgen/structure_set/swamp_huts.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 14357620,
|
||||
"separation": 8,
|
||||
"spacing": 32
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:swamp_hut",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
30
data/minecraft/worldgen/structure_set/villages.json
Normal file
30
data/minecraft/worldgen/structure_set/villages.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 10387312,
|
||||
"separation": 8,
|
||||
"spacing": 34
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:village_plains",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:village_desert",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:village_savanna",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:village_snowy",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"structure": "minecraft:village_taiga",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
15
data/minecraft/worldgen/structure_set/woodland_mansions.json
Normal file
15
data/minecraft/worldgen/structure_set/woodland_mansions.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"salt": 10387319,
|
||||
"separation": 20,
|
||||
"spacing": 80,
|
||||
"spread_type": "triangular"
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"structure": "minecraft:mansion",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user