Changes

Jump to navigation Jump to search
1,097 bytes added ,  18:04, 24 April 2020
no edit summary
|name = Minecraft
|status = beta
|category = gaming
|description = Severs for vanilla or modded minecraft
|author = Lod
|maintainer = Lod
|maintainer2 = Madmaurice
|location = ravenholmeravenholm|implements = Q85851440
}}
=== Setting up a server == === Building the image === ==== Step 1: Add your reset preset to the Makeconfig-Makeconf file as follows:<br>====
<nowiki>
</nowiki>
Building If there is already a preset matching your minecraft forge version combination consider using that. ==== Build your preset to an image ==== This will build an image with the imagename '''zombi/forge-modbase:<brminecraft version>-<forge version>'''.
<nowiki>
make <packname>
</nowiki>
The image === Setting up the Container === ==== Step 1: Create data directory ==== This will be named the destination for the permanent date of the minecraft instance including the world and settings.  <nowiki>mkdir /data/minecraft/<packname></nowiki> ==== Step 2: Run once ==== This will add the files to the data directory we created just now.  <nowiki>docker run -ti --rm -v /data/minecraft/<packname>:/minecraft zombi/forge-modbase:<minecraft version>-<forge version></nowiki> ==== Step 3: Add mod pack to data directory ==== Move your mod pack into the data directory.  <nowiki>cp modpackdata /data/minecraft/<packname>/mods</nowiki> ==== Step 4: Create the container ==== Create a permanent container.  <nowiki>docker run -tid --name <name of your minecraft server> -v /data/minecraft/<packname>:/minecraft zombi/forge-modbase:<minecraft version>-<forge version></nowiki>

Navigation menu