Initial commit: Better Ender Chests mod for NeoForge 1.21.1

This commit is contained in:
root
2026-03-09 22:22:31 +08:00
commit 10707f047b
61 changed files with 1286 additions and 0 deletions

38
README.md Normal file
View File

@@ -0,0 +1,38 @@
# 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