itzg / itzg/docker-minecraft-bedrock-server

NOOB question on modpacks/texture packs.

Open
#156 13 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.