From f9cd18276a3248f24d5b523567d505a0307f42e1 Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Sat, 20 Apr 2024 11:32:52 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 314fa10..f4fe86a 100644 --- a/Home.md +++ b/Home.md @@ -5,7 +5,7 @@ Since 4.6.0, mapping files are stored in a new, compact format, so editing them 1. Open the NBT file with an NBT editor program or website, for example https://irath96.github.io/webNBT/ or the [Minecraft Dev Plugin for IntelliJ](https://mcdev.io/). 1. **Remove all the tags you do not want to modify so you won't have to update the file every time the original is changed in ViaBackwards**. Only the tags present in the NBT file you put into the plugin directory will be taken and merged with the original data. 1. Say you want to edit item and entity names: Look for `itemnames` and `entitynames`, edit the values you want to change, and save the file. -Now ViaBackwards will load the file from its plugin directory if present and merge it with the rest from the original NBT mapping file. +Now ViaBackwards will load the file **from its plugin directory if present** and merge it with the rest from the original NBT mapping file. ## Changing item and entity names Follow the steps above.