You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

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.
9
10
10
11
------------------------------------
11
12
12
13

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!
14
16
15
17
------------------------------------
16
18
@@ -21,4 +23,24 @@ Easily view available updates and install all of them or just the one you want w
21
23
22
24
</div>
23
25
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.
0 commit comments