Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/firestreaker2/simpleluckyblock

Simple Minecraft mod made with Fabric.
https://github.com/firestreaker2/simpleluckyblock

fabricmc gradle java luckyblock minecraft minecraft-mod

Last synced: 18 days ago
JSON representation

Simple Minecraft mod made with Fabric.

Awesome Lists containing this project

README

        

![SimpleLuckyBlock](https://socialify.git.ci/FireStreaker2/SimpleLuckyBlock/image?description=1&forks=1&issues=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2FFireStreaker2%2FSimpleLuckyBlock%2Fmain%2Fsrc%2Fmain%2Fresources%2Fassets%2Fsimpleluckyblock%2Ftextures%2Fitem%2Fsimple_lucky_block.png&name=1&owner=1&pulls=1&stargazers=1&theme=Dark)

# About
SimpleLuckyBlock was a mod made with [Fabric](https://fabricmc.net/), for **version 1.20.1 of Minecraft**. It works by getting a random block from the registry, and gives a random amount of it (0-64) to the player.

# Usage
You can download the ``.jar`` file from the [releases page](https://github.com/FireStreaker2/SimpleLuckyBlock/releases/latest).

If you would like to compile the code manually, you may also do that.
```bash
$ git clone https://github.com/FireStreaker2/SimpleLuckyBlock.git
$ cd SimpleLuckyBlock
$ ./gradlew build
```
The ``.jar`` file can be found at ``/build/libs/`` when it's done compiling.

# License
[MIT](https://github.com/FireStreaker2/SimpleLuckyBlock/blob/main/LICENSE)