Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Introduction

Franck Velasco edited this page Jan 8, 2022 · 6 revisions

Welcome! If you are here, you may want to know a bit more about this mod.

Features

This mod is primarily aimed at server admins and map makers. It allows you to edit anything on your item, your block or your entity, directly in the game using a simple user interface.

Item Editor

  • Name, Lore with formatting
  • Enchantments
  • Attribute Modifiers
  • Hide Flags
  • Can place on / Can destroy
  • Potion effects

NBT Editor

  • Can edit items, block entities and entities
  • Add, remove, edit tags
  • Cut, copy, paste tags

SNBT Editor

  • Can edit items, block entities and entities
  • Coming soon: text wrapping, formatting, syntax highlighting

History

This mod was originally created in early 2017, for Minecraft 1.11. It's only purpose was to edit an item, nothing more. Then, in 2018, I updated the mod for both MC 1.11 and MC 1.12, with a major visual update. In 2019, I decided to develop this mod again, but this time, I rewrote everything from scratch. It uses my own GUI rendering library called GUAPI that is shipped with the mod. In 2021, a big part of IBE Editor was rewritten to also support the Fabric mod loader. This new version is still in development, some features that were available on the old version still haven't been ported to the new version.