Skip to content

SirBlobman/BlobmansStuff

Repository files navigation

Blobman's Stuff Mod

A slime-themed mod that adds custom items, blocks, and mobs.

Requirements

  • Java 8
  • Minecraft 1.16.5
  • Forge 1.16.5-36.2.39 or higher.

Compilation Instructions

You can compile this project yourself by using the included gradle wrapper.

Windows:

> gradlew.bat clean build

Unix:

$ ./gradlew clean build