mirror of
https://github.com/weidaoli/betterenderchests.git
synced 2026-03-31 19:32:32 +08:00
update
This commit is contained in:
17
README.md
17
README.md
@@ -7,23 +7,18 @@ A Minecraft mod that adds tiered Ender Chests with massive storage capacity!
|
||||
### 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 |
|
||||
| Copper | 27 | 1 |
|
||||
| Iron | 54 | 2 |
|
||||
| Gold | 81 | 3 |
|
||||
| Diamond | 108 | 4 |
|
||||
| Netherite | 135 | 5 |
|
||||
| Dragon | 1998 | ~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
|
||||
|
||||
Reference in New Issue
Block a user