Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
10Meisterbaelle committed Feb 18, 2022
2 parents 3eb56ef + dde5321 commit d36fe31
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# TheRubyMod

## How to install:
1. Install [Fabric Loader](https://fabricmc.net/use)
2. Go into your .minecraft folder: Normally found by pressing Windows + R, then typing "%appdata%/.minecraft"
3. Click on mods
4. Drag the downloaded mod and [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) in there

## How to compile (for experts)
Windows:
```.\gradlew.bat build```

Linux & MacOS:
```./gradlew build```

0 comments on commit d36fe31

Please sign in to comment.