Description
# XP Tools - Experience Storage & Risky Conversion
## โจ Features
### New: Hammer of Experience
This update introduces the volatile **Hammer of Experience**! Available in four variants: Iron, Copper, Gold, and Diamond.
* **Charging Mechanic:**
* Hold the hammer and **Right-click** to consume **1 experience level** per use to charge it.
* Charging significantly **increases the hammer's attack damage**.
* **Risk Mechanic - Overload Explosion!**
* Each hammer has an experience limit. **Exceeding this limit causes the hammer to explode!**
* The **explosion** is slightly weaker than TNT, **destroys terrain**, and damages all nearby entities (but not the player who caused it).
* The hammer is **destroyed** in the explosion. Charge with caution!
* **Visual Feedback:**
* The hammer has **3 distinct textures** that change based on its charge level, providing a clear visual indicator of the current risk.
* **Crafting:**
* Crafted with a new recipe:
```
a = Create Experience Nugget
b = Metal Block (Iron/Copper/Gold/Diamond)
c = Stick
Pattern:
a b a
a c a
a c a
```
### Original: XP Tool
The original XP Tool remains, offering a stable and safe way to convert experience.
* **Primary Function (Right-click):** Consumes 3 experience levels to generate one Create **Experience Nugget**.
* **Special Attack:** When used as a weapon, **each hit** causes the target to drop 3 Experience Nuggets.
* **Durability & Enchanting:** Has 32 durability and can be enchanted with Unbreaking, Mending, and Curse of Vanishing.
## ๐งพ Crafting Recipes
* **XP Tool:**
```
[ Brass Ingot ]
[ Piston ]
[ Iron Sheet ]
```
* **Hammer of Experience:**
```
[Nugget] [Metal Block] [Nugget]
[Nugget] [ Stick ] [Nugget]
[Nugget] [ Stick ] [Nugget]
```
## โ๏ธ Technical Info
* **Minecraft Version:** 1.20.1
* **Mod Loader:** Forge (Minimum: 43.4.0)
* **Required Dependency:** [**Create**](https://www.modrinth.com/mod/create)
* **Client/Server:** Required on both sides.
## ๐ Credits & Dependencies
This mod relies on and thanks the following projects:
* **[Create](https://www.modrinth.com/mod/create)**: This mod is an addon and uses the `experience_nugget` item. Created by **simibubi** and the **Create team**, it is also open-source under the MIT License. A huge thank you for such an amazing foundation.
## โ FAQ
**Q: Will the Hammer of Experience's explosion kill me?**
**A: No!** The explosion is designed to only damage other entities and destroy the terrain. However, the hammer itself will be lost.
**Q: Can I use this mod in my modpack?**
**A:** Absolutely! Feel free to use it under the terms of the MIT license.
## ๐ Development Note & Disclaimer
**Important:** This mod was a learning project. As I do not know Java, development was done entirely with the assistance of **DeepSeek AI**.
**This means:**
1. The code may not be optimal.
2. **Long-term maintenance and updates are a significant challenge.**
3. I may be unable to fix compatibility issues with other mods promptly.
4. Therefore, **this mod may not receive frequent updates or be ported to future versions.**
I share it hoping someone finds it useful. Developers are welcome to use it as a base for improvements!
## ๐ License
This project is licensed under the **MIT License**.
