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.
- Host: GitHub
- URL: https://github.com/sirblobman/blobmansstuff
- Owner: SirBlobman
- License: gpl-3.0
- Created: 2016-10-22T18:01:04.000Z (over 9 years ago)
- Default Branch: version/1.16.5
- Last Pushed: 2023-05-10T18:45:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T11:12:36.554Z (over 1 year ago)
- Topics: blobman, forge, minecraft, mod, random, sirblobman, stuff
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/blobmans-stuff
- Size: 754 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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
```