Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.03 KB

File metadata and controls

18 lines (14 loc) · 1.03 KB

SimpleLuckyBlock

About

SimpleLuckyBlock was a mod made with Fabric, 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.

If you would like to compile the code manually, you may also do that.

$ 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