From ebeb164d2be6754908a9c562850e585f18f70b88 Mon Sep 17 00:00:00 2001 From: Spongecade Date: Wed, 27 Sep 2023 13:07:42 -0500 Subject: Update Minecraft Wiki links to new domain (#5532) * Update Minecraft Wiki links to new domain * Added Spongecade to contributors * Sorted Spongecade --- src/Items/ItemDye.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Items/ItemDye.h') diff --git a/src/Items/ItemDye.h b/src/Items/ItemDye.h index e6beca084..636a1b477 100644 --- a/src/Items/ItemDye.h +++ b/src/Items/ItemDye.h @@ -88,7 +88,7 @@ public: /** Attempts to use the bonemeal on the plant at the specified (absolute) position. - The effect of fertilization depends on the plant: https://minecraft.gamepedia.com/Bone_Meal#Fertilizer + The effect of fertilization depends on the plant: https://minecraft.wiki/w/Bone_Meal#Fertilizer - grow a few stages - grow 1 stage with a chance - drop pickups without destroying the plant @@ -270,7 +270,7 @@ public: a_World.BroadcastSoundParticleEffect(EffectID::PARTICLE_HAPPY_VILLAGER, a_Position, 0); } - /** Grows a biome-dependent flower according to https://minecraft.gamepedia.com/Flower#Flower_biomes */ + /** Grows a biome-dependent flower according to https://minecraft.wiki/w/Flower#Flower_biomes */ static void GrowFlower(cWorld & a_World, const Vector3i a_Position) { auto & Random = GetRandomProvider(); -- cgit v1.2.3