Skip to content
mega12345mega edited this page Aug 4, 2024 · 6 revisions

List of Every Feature

Refer to this page: https://github.com/mega12345mega/NBT-Editor/wiki/List-of-Every-Feature

Discord Server

Invite link: https://discord.gg/PzeYTbEZjn

Updating the Client Chest

Refer to this page: https://github.com/mega12345mega/NBT-Editor/wiki/Updating-the-Client-Chest

NBT Editor Addon Setup

  1. Setup a new Fabric mod (https://fabricmc.net/wiki/tutorial:setup) if you don't already have one
  2. Put the dev version of the NBT Editor mod into the mods folder (found on the Github release or Modrinth release)
  3. Add the mod to the build path
  4. Create a class that implements NBTEditorAddon
  5. Add the entrypoint nbteditor to your fabric.mod.json, pointing to your NBTEditorAddon implementation
  6. Use onInit to register your new features using the methods in NBTEditorAPI

Clone this wiki locally