Egg Of Capitalism
Get a dragon egg for every "The End." achievement.
Egg Of Capitalism

Egg Of Capitalism
When you defeat the dragon in singleplayer, you acquire a unique trophy in the form of its egg. You cannot obtain a second one like it, but the one already in your inventory belongs to you and no one else. However, everything changes as soon as you join a multiplayer game:

Down with this communist nonsense! Welcome to the age of capitalism!
One of the simplest solutions to the problem would be to eliminate the "egg limit," allowing a new egg to appear after each re-summoned dragon is killed. Unlimited dragon eggs, yeah. But this way, the egg ceases to be unique and valuable.
This mod approaches the issue from a different angle: each person who receive their own egg will receive their own egg. So, the trophy is unique to each player, not for the entire server.
----
Installation
Requirements: - Minecraft `>=1.16.x` - Fabric Loader `>=0.10.0`
You can download the mod from:
- GitHub Releases <sup><sub>(recommended)</sub></sup> - Modrinth - CurseForge - GitHub Actions *(these builds may be unstable, but they represent the actual state of the development)*
Building from sources
Requirements: - JDK `17`
Linux/MacOS
```cmd git clone https://github.com/Kir-Antipov/egg-of-capitalism.git cd egg-of-capitalism
chmod +x ./gradlew ./gradlew build cd build/libs ```
Windows
```cmd git clone https://github.com/Kir-Antipov/egg-of-capitalism.git cd egg-of-capitalism
gradlew build cd build/libs ```