IBE Editor

IBE Editor

339k Downloads

Initial 1.13 release

skyecodes opened this issue ยท 0 comments

commented

IBEEditor for 1.13

IBEEditor is being rewritten for the 1.13 update. Below is a list of what is done and what has to be done for the first 1.13 release (for other improvments, see #8).

Core

  • Write GUAPI : a custom GUI API
    • Notification API
  • The mod itself :
    • Keybindings
    • Event handling
    • Networking

Item Editor

  • General
    • Name
    • Unbreakable
    • Count
    • Damage
    • Lore
  • Enchantments
  • Attribute modifiers
  • ItemPotion : Potion effects
  • Hide flags
  • Can destroy
  • ItemBlock : Can place on
  • Tools
    • Copy /give command
    • Copy to IBE clipboard

Block Editor

  • Block state
  • Tile entities
    • Capabilities
      • Item handler (inventory)
    • TileEntityLockable : lock code
    • TileEntityLockableLoot : inventory name
    • Mob spawner editor
  • Tools
    • Copy /give command
    • Copy /setblock command

Entity Editor

  • General
    • Name
    • Show name
    • Invisible
    • Invulnerable
    • Silent
    • Gravity
    • Glowing
    • Fire
  • Tools
    • Copy /summon command
    • Copy to IBE clipboard
  • Entity inventory (weapon, armor)

Miscellaneous

  • New : /ibe command
  • New : IBE clipboard
    • Clipboard GUI
      • Reading
        • Items
        • Entities
      • Selection
        • Items
        • Entities
    • Clipboard logic
      • Loading / Saving to disk
      • Actions
        • Copy an item to an inventory slot
        • Copy an entity to a mob spawner

Pre-release

  • Testing on server