An open API service indexing awesome lists of open source software.

https://github.com/sirblobman/blobmansstuff

A mod made for Minecraft Forge that adds random stuff related to SirBlobman.
https://github.com/sirblobman/blobmansstuff

blobman forge minecraft mod random sirblobman stuff

Last synced: 6 months ago
JSON representation

A mod made for Minecraft Forge that adds random stuff related to SirBlobman.

Awesome Lists containing this project

README

          

# 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:**
```shell
> gradlew.bat clean build
```

**Unix:**
```shell
$ ./gradlew clean build
```