From 95cab88d6aad51f138b813988e5af78c6c834024 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPDATING.md b/UPDATING.md index 7f29d042..d0703733 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -1,6 +1,6 @@ ## Updating vane to a new minecraft release -There are some things that need to be done +There are some things that need to be done to make vane compatible with a new minecraft release. 1. First, we need to compile against the newest paper API and mojang mappings. @@ -102,7 +102,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 adjust the resource pack generator if necessary. - Often there are no breaking changes, + 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`)