Skip to content

Commit 30d4051

Browse files
committed
add build instructions to repo
1 parent 8d9f2a5 commit 30d4051

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

README.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
<div align="center">
2-
2+
33
![Resourcify](https://github.com/DeDiamondPro/Resourcify/assets/67508414/6836d217-1d9e-439b-b8d3-eb64428375cd)
44

55
------------------------------------
66

77
![Browse Resource Packs, right from in Minecraft](https://github.com/DeDiamondPro/Resourcify/assets/67508414/61ab5d82-a58c-4cea-b0c3-25f808e690fa)
8-
Resourcify allows you to browse all resource packs, data packs and shaders on modrinth right from in Minecraft!<br>Just open the resource pack GUI and press the plus button in the top right.
8+
Resourcify allows you to browse all resource packs, data packs and shaders on modrinth right from in Minecraft!<br>Just
9+
open the resource pack GUI and press the plus button in the top right.
910

1011
------------------------------------
1112

1213
![Install a Resource Pack with the click of a button](https://github.com/DeDiamondPro/Resourcify/assets/67508414/b1e18d3e-7f04-4a96-a4b9-810173de1dfd)
13-
Easily view the description, gallery and versions of a pack,<br>when you've found a pack you like you can easily install it with one click!
14+
Easily view the description, gallery and versions of a pack,<br>when you've found a pack you like you can easily install
15+
it with one click!
1416

1517
------------------------------------
1618

@@ -21,4 +23,24 @@ Easily view available updates and install all of them or just the one you want w
2123

2224
</div>
2325

26+
# Building
27+
28+
Resourcify uses stonecutter to compile against multiple Minecraft versions and loaders at once, this changes a bit about
29+
how the mod is built. For more info about stonecutter, see their [wiki](https://stonecutter.kikugie.dev/).
30+
31+
Before your first build you need to run the following command to put the access wideners in the correct places, you will
32+
need to run this every time you update an access widener.
33+
34+
```shell
35+
./gradlew setupChiseledBuild
36+
```
37+
38+
Then to build the mod run the following command, the mod jars will be in the `jars` folder after the build has finished.
39+
40+
```shell
41+
./gradlew chiseledBuild
42+
```
43+
44+
------------------------------------
45+
2446
[<img src="https://www.bisecthosting.com/partners/custom-banners/43c818dc-2c64-43d0-bf13-568c6037b79e.webp" alt="https://bisecthosting.com/diamond" width=100%>](https://bisecthosting.com/diamond?r=Resourcify+GitHub)

0 commit comments

Comments
 (0)