What it does
- Right-click an Enchanting Table with a Glass Bottle.
- Works with both the vanilla Enchanting Table and the Easy Magic enchanting table.
- Consumes 1 Glass Bottle.
- Consumes exactly 50 raw XP from the player.
- Gives 1 XPinAbottle.
- XPinAbottle returns exactly 50 XP when used.
- No XP is lost to randomization.
- Vanilla Bottle o' Enchanting behavior remains unchanged.
How it works
- If the player has at least 50 XP points, the conversion succeeds.
- If the player has less than 50 XP, nothing is consumed and nothing is created.
- The mod uses its own item, XPinAbottle, under the XPinAbottle mod namespace.
- The stored XP value is deterministic: 50 XP in, 50 XP out.
Compatibility
- Minecraft 26.2
- NeoForge 26.2
- Compatible with Easy Magic tables
- No hard dependency on Easy Magic required
Use case
Useful for banking XP before dangerous trips, moving XP between sessions, or turning excess XP into portable rewards.

