Ampi's Itemob Editor
Ampi's Itemob Editor is an in-game tool designed for editing the properties of items, mobs, and armor stands directly while playing. The mod provides a user-friendly graphical interface based on Cloth Config, allowing you to customize the game world without using complex commands.
Dependencies: Cloth Config API
🚀 Features
1. Item Editor
Opened by pressing the I key in Creative mode while holding an item in your hand. The interface is divided into 8 convenient tabs:
- Main: Basic item settings, custom names, and lore.
- Enchantments: A convenient dropdown list with all existing enchantment IDs, a text field for entering the level, and dynamic addition of new entries.
- Flags: Hiding various item tags and properties.
- Durability: Adjusting maximum and current durability.
- Attributes: Adding custom modifiers as subcategories (select attribute, operation, value, and equipment slot).
- Blocks: Configuring block lists that the item can break (
CAN_BREAK) or be placed on (CAN_PLACE_ON), with deep predicate-based parsing. - Spawn Eggs: Configuring entity parameters inside spawn eggs.
- Potions: Customizing potion effects, their duration, and potency.
2. Advanced Text Formatter
Text formatting uses the familiar ampersand (&) symbol.
- Open the formatting window with the Shift + I key combination.
- Full support for editing multi-line lore.
- Convenient line selector string (Name / Lore 1 / Lore 2, etc.) with
[+]and[-]buttons for dynamically adding and removing lines. - Each line is formatted completely independently. Automatic two-way on-the-fly conversion.
3. Mob Editor
Look at any mob (MobEntity) and press I in Creative mode to open the full entity editor:
- Change the name and toggle its constant display.
- Adjust health (Maximum and Current health) with proper attribute updates.
- Enable/disable Artificial Intelligence (AI), Silent mode, Invulnerability, and Persistence (anti-despawn).
4. Armor Stand Editor
Look at an armor stand (ArmorStandEntity) and press I to fine-tune it via NBT modifications:
- Properties Tab: Toggles for gravity (
NoGravity), arm display (ShowArms), small size (Small), hiding the base plate (NoBasePlate), and marker mode (Marker). - Pose Tab: 6 subcategories for each body part (Head, Body, Left/Right Arm, Left/Right Leg) with precise angle adjustments along the X / Y / Z axes in the range from -180 to +180 degrees.
⌨ Controls
- I (looking at air/block while holding an item) — Editor for the current item.
- I (looking at a mob) — Mob editor (
MobEditorScreen). - I (looking at an armor stand) — Armor stand editor (
ArmorStandEditorScreen). - Shift + I — Quick launch of the text formatter (
TextFormatterScreen).
📦 (For developers)
- Loader: Fabric (Loom)