-
-
Notifications
You must be signed in to change notification settings - Fork 25
Home
mega12345mega edited this page Aug 4, 2024
·
6 revisions
Refer to this page: https://github.com/mega12345mega/NBT-Editor/wiki/List-of-Every-Feature
Invite link: https://discord.gg/PzeYTbEZjn
Refer to this page: https://github.com/mega12345mega/NBT-Editor/wiki/Updating-the-Client-Chest
- Setup a new Fabric mod (https://fabricmc.net/wiki/tutorial:setup) if you don't already have one
- Put the dev version of the NBT Editor mod into the
modsfolder (found on the Github release or Modrinth release) - Add the mod to the build path
- Create a class that implements
NBTEditorAddon - Add the entrypoint
nbteditorto yourfabric.mod.json, pointing to yourNBTEditorAddonimplementation - Use
onInitto register your new features using the methods inNBTEditorAPI