Bassebombecraft

Bassebombecraft

18.5k Downloads

Bassebombecraft Minecraft Mod

Introduction

BassebombeCraft is a Minecraft mod focusing on magical books, idols and potions. More gameplay information can be found on CurseForge.

Downloads

Files

The mod can be downloaded from CurseForge. and from GitHub.

Docker image

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.

How to use the image

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.

Configuration

The mod maintains its configuration in the configuration file named bassebombecraft-common.toml.

Disabling the welcome message

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

Reviews

Mod reviews from Youtube:

Review by ItzVintriX

BasseBombeCraft review

Review by AznDarkproduction

BasseBombeCraft review

Review by yarikpika

BasseBombeCraft review

Review by LeKoopa

BasseBombeCraft review

Development badges

CodeFactor

Quality Gate Status Maintainability Rating Lines of Code

Technical stuff

The technical aspects of the mod are documented on the project Wiki.