From f9714b808628f58d569d5ed5b2e0010b69ff522c Mon Sep 17 00:00:00 2001 From: Misode Date: Sun, 26 Jun 2022 05:22:05 +0200 Subject: [PATCH] Change placed feature guide ID --- src/guides/feature-order-cycle.md | 2 +- src/guides/{placed-feature-types.md => placed-feature.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/guides/{placed-feature-types.md => placed-feature.md} (100%) diff --git a/src/guides/feature-order-cycle.md b/src/guides/feature-order-cycle.md index db97d76d..e0c97a02 100644 --- a/src/guides/feature-order-cycle.md +++ b/src/guides/feature-order-cycle.md @@ -15,7 +15,7 @@ tags: Are you getting this frustrating error? Let's look at why it happens and how to prevent it. ## Why does it happen? -Feature order cycles happen when two biomes reference the same placed feature in the same step, but in a different order. +Feature order cycles happen when two biomes reference the same [placed feature](/guides/placed-feature/) in the same step, but in a different order. Let's try with an example. We have two biomes here: **`data/example/worldgen/biome/forest.json`** diff --git a/src/guides/placed-feature-types.md b/src/guides/placed-feature.md similarity index 100% rename from src/guides/placed-feature-types.md rename to src/guides/placed-feature.md