mirror of
https://github.com/weidaoli/betterenderchests.git
synced 2026-03-31 19:32:32 +08:00
39 lines
769 B
Markdown
39 lines
769 B
Markdown
# Better Ender Chests - NeoForge 1.21.1 Mod
|
|
|
|
A Minecraft mod that adds tiered Ender Chests with massive storage capacity!
|
|
|
|
## Features
|
|
|
|
### Tiered Ender Chests
|
|
| Tier | Storage Slots | Rows |
|
|
|------|---------------|------|
|
|
| Copper | 27 | 1 |
|
|
| Iron | 54 | 2 |
|
|
| Gold | 81 | 3 |
|
|
| Diamond | 108 | 4 |
|
|
| Netherite | 135 | 5 |
|
|
| Dragon | 2000 | ~222 |
|
|
|
|
### Portable Versions
|
|
All tiers have handheld versions crafted with 2 sticks + the chest block.
|
|
|
|
## Building
|
|
|
|
### Using Docker (Recommended)
|
|
```bash
|
|
docker build -t betterenderchests .
|
|
docker run --rm -v $(pwd)/build:/app/build betterenderchests
|
|
```
|
|
|
|
### Using Gradle
|
|
```bash
|
|
./gradlew build
|
|
```
|
|
|
|
## Installation
|
|
1. Install NeoForge for Minecraft 1.21.1
|
|
2. Place the `.jar` file in your `mods` folder
|
|
|
|
## License
|
|
MIT
|