Randomusert's utils fabric
Randomusert's utils fabric is the main fabric mod for Randomusert's Utils
Features
Here's a rough list of features, more coming in the future:
- QOL recipes
- public API
- Items for some Recipes
- Blocks for some Items for recipes
Contributing
If you want to contribute, you can. You have to sign a CLA (Contributor License Agreement) to contribute.
Setting up
Please make sure you have following installed:
- JDK 25
- Some kind of editor for editing
- Git
You should fork the repository. Then do
git clone https://github.com/YOU/REPO # Replace YOU with your user or org and REPO with the actual repository.
Building and/or Running and setting up Dependencies
cd PATH/TO/YOUR/REPOFOLDER # Replace with your actual path
# Now we're getting to the fun part, building and running the client.
# CMD in Windows
gradlew build # just for building and if it is your first compilation, it might take a while.
gradlew runClient # client running
gradlew runServer # server running if you want to do that.
./gradlew build # just for building and if it is your first compilation, it might take a while.
./gradlew runClient # client running
./gradlew runServer # server running if you want to do that.
That's it. You can make changes. When you want, you can open a PR.
NOTE!
This mod is developed independently of Tin mods ecosystem.
Whilst I am the developer and creator of it, this mod will NOT be merged into it.
Please keep that in mind.