itzg / itzg/docker-minecraft-bedrock-server
NOOB question on modpacks/texture packs.
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 1.9k
- Forks
- 303
- Avg merge
- 2h 26m
- Merged PRs (30d)
- 2
Description
How... just how?
My kids have some texure packs and modpacks they want me to put on. And i haven't the slightest clue on the how/where these will go. docker-compose listed for reference.
version: '3.4'
services:
mcb1:
container_name: mcb1
image: itzg/minecraft-bedrock-server
environment:
OVERRIDE_OPS: "TRUE"
MAX_PLAYERS: 50
ALLOW_NETHER: "TRUE"
OPS: "moved,moved"
SERVER_NAME: "Creative Server..."
MOTD: "Creative Server..."
EULA: "TRUE"
GAMEMODE: creative
DIFFICULTY: normal
ports:
- 19132:19132/udp
volumes:
- /mnt/mc/mcb1/data:/data
stdin_open: true
tty: true
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the docker-compose configuration and its mounted /data path, then inspect the repository documentation for guidance on modpacks and texture packs. Done means the documentation clearly explains whether these packs are supported and where they belong for this setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100