Remove guides, they moved to the minecraft wiki

This commit is contained in:
Misode
2023-11-23 01:35:58 +01:00
parent 27e5ea707b
commit 1394711d08
30 changed files with 143 additions and 1716 deletions

View File

@@ -394,5 +394,42 @@
"schema": "immersive_weathering:block_growth",
"minVersion": "1.18.2"
}
],
"legacyGuides": [
{
"id": "adding-custom-structures",
"title": "Adding custom structures",
"link": "Tutorials/Custom_structures"
},
{
"id": "custom-armor-trims",
"title": "Trim patterns and materials",
"link": "Tutorials/Adding_custom_trims"
},
{
"id": "density-functions",
"title": "Density function types and their configuration",
"link": "Density_function"
},
{
"id": "feature-order-cycle",
"title": "How to fix feature order cycles",
"link": "Custom_biome"
},
{
"id": "heightmap-types",
"title": "The different heightmap types explained",
"link": "Heightmap"
},
{
"id": "noise-router",
"title": "How terrain is generated using the noise router",
"link": "Noise_router#Final_density"
},
{
"id": "placed-features",
"title": "Placed features and their configuration",
"link": "Placed_feature"
}
]
}