|
1 | | -# Done to increase the memory available to gradle. |
2 | | -org.gradle.jvmargs=-Xmx2G |
3 | | -org.gradle.parallel=true |
4 | | -org.gradle.configuration-cache=true |
5 | | - |
6 | | -# Fabric Properties |
7 | | -# check these at https://fabricmc.net/develop/ and |
8 | | -# https://modrinth.com/mod/fabric-api/versions |
9 | | -minecraft_version=1.21.10 |
10 | | -yarn_mappings=1.21.10+build.2 |
11 | | -loader_version=0.17.3 |
12 | | -loom_version=1.13-SNAPSHOT |
13 | | - |
14 | | -# Fabric API |
15 | | -fabric_version=0.138.3+1.21.10 |
16 | | - |
17 | | -# Mod Properties |
18 | | -mod_version=v7.51-MC1.21.10 |
19 | | -maven_group=net.wurstclient |
20 | | -archives_base_name=Wurst-Client |
21 | | -mod_loader=Fabric |
22 | | - |
23 | | -# GitHub |
24 | | -gh_repo_id=Wurst-Imperium/Wurst7 |
25 | | -mcx_repo_id=Wurst-Imperium/Wurst-MCX2 |
26 | | - |
27 | | -# Dependencies |
28 | | -# check at https://modrinth.com/mod/sodium/versions?l=fabric&g=1.21.10 |
29 | | -sodium_version=mc1.21.10-0.7.2-fabric |
30 | | -do_mod_compat_test=true |
| 1 | +# Done to increase the memory available to gradle. |
| 2 | +org.gradle.jvmargs=-Xmx2G |
| 3 | +org.gradle.parallel=true |
| 4 | +org.gradle.configuration-cache=true |
| 5 | + |
| 6 | +# Fabric Properties |
| 7 | +# check these at https://fabricmc.net/develop/ and |
| 8 | +# https://modrinth.com/mod/fabric-api/versions |
| 9 | +minecraft_version=1.21.10 |
| 10 | +yarn_mappings=1.21.10+build.2 |
| 11 | +loader_version=0.17.3 |
| 12 | +loom_version=1.13-SNAPSHOT |
| 13 | + |
| 14 | +# Fabric API |
| 15 | +fabric_version=0.138.3+1.21.10 |
| 16 | + |
| 17 | +# Mod Properties |
| 18 | +mod_version=v7.51.1-MC1.21.10 |
| 19 | +maven_group=net.wurstclient |
| 20 | +archives_base_name=Wurst-Client |
| 21 | +mod_loader=Fabric |
| 22 | + |
| 23 | +# GitHub |
| 24 | +gh_repo_id=Wurst-Imperium/Wurst7 |
| 25 | +mcx_repo_id=Wurst-Imperium/Wurst-MCX2 |
| 26 | + |
| 27 | +# Dependencies |
| 28 | +# check at https://modrinth.com/mod/sodium/versions?l=fabric&g=1.21.10 |
| 29 | +sodium_version=mc1.21.10-0.7.2-fabric |
| 30 | +do_mod_compat_test=true |
0 commit comments