BassebombeCraft is a Minecraft mod focusing on magical books, idols and potions. More gameplay information can be found on CurseForge.
The mod can be downloaded from CurseForge. and from GitHub.
A Docker image is created with a Minecraft server and the server version of the mod. The image is derived from the itzg/minecraft-server image. The image is published to DockerHub by the name: bassebombecraft/minecraft.
Start by pulling the image from a registry: docker pull bassebombecraft/minecraft
and then start the image: docker run bassebombecraft/minecraft
The container will start with a random name. The Minecraft server will listen on port 25565.
The mod maintains its configuration in the configuration file named bassebombecraft-common.toml
.
The welcome message can be disabled by setting the enableWelcomeMessage
property to false
in the configuration file:
[General.BasseBombeCraft]
#Defines if MOD welcome message is enabled when mod is loaded.
enableWelcomeMessage = false
Mod reviews from Youtube:
The technical aspects of the mod are documented on the project Wiki.