sebinside / CraftBlock

CraftBlock stands for "Craft Attack 3 Skyblock" and is an expert skyblock modpack for Minecraft.
GNU Lesser General Public License v2.1
41 stars 17 forks source link

CraftBlock

CurseForge Curseforge

This repository contains all override files for the CraftBlock-modpack and also the files for the SoManyCoolAndFunnyAdvancements-mod.

CraftBlock stands for Craft Attack 3 Skyblock and is an expert skyblock modpack like FTB Infinity Evolved Skyblock. That means you will have to play through many different mods, there will be way harder recipes but - this one is important - it's not too grindy.

Please see below on how to install and use the modpack to play or to develop.

Modpack Progression

Some examples for the planed progression:

Installation

To play the modpack just use CurseForge version: https://www.curseforge.com/minecraft/modpacks/craftblock. Alternatively, you can find the release zip files also in releases.

This can be installed using the CurseForge-Launcher (bad) or MultiMC (better).

In order to use the current version of the override files or to help in development, just clone and override the files in the modpack folder afterwards.

Self-hosted server

With Java installed on host

You can find a CraftBlock-Server-vX.Y.Z.zip in releases. Extract the zip file into an empty folder.\ Execute the startserver-script (.bat on Windows / .sh on Unix) to set everything up and start the server on your local machine. The script will ask you to accept the EULA of Mojang.

With Docker

docker-compose.yml (ensure to use the latest release in CF_SERVER_MOD):

version: "3.9"

services:
  craftblock:
    container_name: craftblock

    image: itzg/minecraft-server:java8

    stdin_open: true # docker run -i
    tty: true # docker run -t

    restart: unless-stopped

    environment:
      # EULA: "TRUE"
      TYPE: "CURSEFORGE"
      CF_SERVER_MOD: "https://github.com/sebinside/CraftBlock/releases/download/v1.6.1/CraftBlock-Server-v1.6.1.zip"

    ports:
      - "25565:25565"

    volumes:
      - "./data:/data:rw"
      - "/etc/timezone:/etc/timezone:ro"

docker-compose up

More information on the server configuration inside Docker at https://github.com/itzg/docker-minecraft-server.

List of Mods

The modpack contains the following mods:

Big Content Mods

Small Content Mods

Utility Mods

Options for future mods to be included in the modpack