automa/minecraft/README.md

15 lines
551 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Automa Minecraft
```
mc-fabric-docker/
├── docker-compose.yml
├── .env # 必改UID、GID、RCON_PASSWORD、TZ
├── mods/ # 放你的所有 mods jar
├── configs/
│ ├── server.properties # 服务器配置
│ ├── whitelist.json # 白名单(示例)
│ └── ops.json # OP示例
├── data/ # 自动生成:世界、备份、日志
└── extras/
└── mods.txt # 可选Modrinth 自动下载模组
```