Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/firestreaker2/simpleluckyblock
- Owner: FireStreaker2
- License: mit
- Created: 2023-09-03T22:31:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T03:43:05.000Z (over 1 year ago)
- Last Synced: 2024-11-17T04:43:47.431Z (3 months ago)
- Topics: fabricmc, gradle, java, luckyblock, minecraft, minecraft-mod
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)