
XP Tome Mod
This mod offers a convenient solution for storing experience in Minecraft. It adds just one item - an experience storage book that allows accumulating and retrieving game development points as needed by the player.
What the XP Book Does
The main experience storage book can hold up to 1395 XP units in the standard configuration, which equates to having 30 levels on the character development scale. This limit can be adjusted in settings according to personal preference.
How to Use the Book
The usage mechanics are extremely simple and intuitive. To transfer experience to the book, simply crouch and right-click while holding the item. For the reverse process - extracting accumulated points - just right-click without any additional actions.

Item Settings and Configuration
Important: for item components, the value "true" indicates the presence of a characteristic on the item, while "false" indicates its absence. If standard book characteristics need to be changed, you can use the configuration file, but keep in mind the corresponding features described in the instructions. It's recommended to create a data pack and override the book recipe with the desired parameters. More information about data packs and recipes can be found on the official wiki!
Here are the main available settings:
- max_xp — the maximum amount of experience that the book can accumulate. The default value (1395) corresponds to 30 development levels
- retrieval_percentage — the percentage of returned experience, which represents a certain fee for using the item. Example: when setting the value to 0.75, a book with 100 XP units will return only 75 units. Since XP doesn't use decimal values, the result may slightly differ
- retrieve_until_next_level — when activated, this option extracts only as much experience from the book as the character needs to reach the next level
- retrieve_xp_orbs — enabling this function allows extracting experience as flying orbs, which is useful for tools with the Mending enchantment
- store_until_previous_level — when activated, the book accepts exactly enough experience from the character to return them to the previous level, meaning a maximum of one level can be added at a time
The configuration file for Minecraft versions 1.14.4-1.20.1 is located in the serverconfig folder of your game world.
Additional Information
This modification was created in response to a request from Shivaxi and represents a reworking of the XP Book mod. The main reasons for recreation were fixing a bug with item duplication and correcting an error related to enchanting table reset with each book use. Since both mods use identical identifiers, installing two versions simultaneously is impossible, however switching between them won't lead to loss of game items. The new mod doesn't use any code or resource fragments from the original modification.