From 266e8a210887a0e00a89c8a708215bb4ae63a181 Mon Sep 17 00:00:00 2001 From: 0xTiger Date: Sun, 1 Sep 2024 10:14:02 +0100 Subject: [PATCH] chore: link to new minecraft.wiki rather than fandom wiki (fewer ads) --- UPDATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING.md b/UPDATING.md index b622a2863..6c2cdfed8 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -96,7 +96,7 @@ to make vane compatible with a new minecraft release. compatible. Read the changelog to see whether anything crucial (file layout, override rules) has changed and ajust the resource pack generator if necessary. Often there are no breaking changes and we just need to bump the resource pack version in the mcmeta file. To do that, - open `ResourcePackGenerator.java` (search for `pack_format`) and enter the [newest value](https://minecraft.fandom.com/wiki/Pack_format). + open `ResourcePackGenerator.java` (search for `pack_format`) and enter the [newest value](https://minecraft.wiki/w/Pack_format). You'll see in testing wether that worked or not. 10. Make a commit detailing the update and what issues were encountered if any.