Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kir-antipov/egg-of-capitalism
Get a dragon egg for every "The End" achievement
https://github.com/kir-antipov/egg-of-capitalism
fabric minecraft minecraft-mod
Last synced: 4 days ago
JSON representation
Get a dragon egg for every "The End" achievement
- Host: GitHub
- URL: https://github.com/kir-antipov/egg-of-capitalism
- Owner: Kir-Antipov
- License: mit
- Created: 2021-06-02T14:12:52.000Z (over 3 years ago)
- Default Branch: 1.20.x/stable
- Last Pushed: 2024-05-14T17:52:21.000Z (6 months ago)
- Last Synced: 2024-05-15T13:12:13.175Z (6 months ago)
- Topics: fabric, minecraft, minecraft-mod
- Language: Java
- Homepage:
- Size: 380 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Logo](media/logo.png)
# Egg Of Capitalism
[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/Kir-Antipov/egg-of-capitalism/build-artifacts.yml?style=flat&logo=github&cacheSeconds=3600)](https://github.com/Kir-Antipov/egg-of-capitalism/actions/workflows/build-artifacts.yml)
[![Version](https://img.shields.io/github/v/release/Kir-Antipov/egg-of-capitalism?sort=date&style=flat&label=version&cacheSeconds=3600)](https://github.com/Kir-Antipov/egg-of-capitalism/releases/latest)
[![Modrinth](https://img.shields.io/badge/dynamic/json?color=00AF5C&label=Modrinth&query=title&url=https://api.modrinth.com/v2/project/egg-of-capitalism&style=flat&cacheSeconds=3600&logo=modrinth)](https://modrinth.com/mod/egg-of-capitalism)
[![CurseForge](https://img.shields.io/badge/dynamic/json?color=F16436&label=CurseForge&query=title&url=https://api.cfwidget.com/490007&cacheSeconds=3600&logo=curseforge)](https://www.curseforge.com/minecraft/mc-mods/egg-of-capitalism)
[![License](https://img.shields.io/github/license/Kir-Antipov/egg-of-capitalism?style=flat&cacheSeconds=36000)](https://github.com/Kir-Antipov/egg-of-capitalism/blob/HEAD/LICENSE.md)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:
![Our unique trophy](media/our.png)
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 **kills their first dragon** will **receive their own egg**. So, the trophy is unique to each player, not for the entire server.
----
## Installation
Requirements:
- Minecraft `1.20.x`
- Fabric Loader `>=0.15.10`You can download the mod from:
- [GitHub Releases](https://github.com/Kir-Antipov/egg-of-capitalism/releases/latest) (recommended)
- [Modrinth](https://modrinth.com/mod/egg-of-capitalism)
- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/egg-of-capitalism)
- [GitHub Actions](https://github.com/Kir-Antipov/egg-of-capitalism/actions/workflows/build-artifacts.yml) *(these builds may be unstable, but they represent the actual state of the development)*## Building from sources
Requirements:
- JDK `21`### Linux/MacOS
```cmd
git clone https://github.com/Kir-Antipov/egg-of-capitalism.git
cd egg-of-capitalismchmod +x ./gradlew
./gradlew build
cd build/libs
```
### Windows```cmd
git clone https://github.com/Kir-Antipov/egg-of-capitalism.git
cd egg-of-capitalismgradlew build
cd build/libs
```