|
7 | 7 | # All other plural properties expect CSV list format. |
8 | 8 |
|
9 | 9 | # Template Project Sync Version |
10 | | -template_version=5 |
| 10 | +template_version=7 |
11 | 11 |
|
12 | 12 | # Mod Version |
13 | 13 | mod_version=2.0.0-beta.21 |
@@ -93,15 +93,15 @@ parchment_version=2024.11.17 |
93 | 93 |
|
94 | 94 | # Fabric https://fabricmc.net/develop |
95 | 95 | # -> See also 'mixinextras_jij_fabric' |
96 | | -fabric_loader_version=0.16.14 |
97 | | -fabric_loader_versions=>=0.16.1 |
98 | | -fabric_api_version=0.116.4+1.21.1 |
| 96 | +fabric_loader_version=0.17.2 |
| 97 | +fabric_loader_versions=>=0.17.0 |
| 98 | +fabric_api_version=0.116.6+1.21.1 |
99 | 99 | fabric_api_versions=* |
100 | 100 |
|
101 | 101 | # NeoForge https://projects.neoforged.net/neoforged/neoforge |
102 | 102 | # -> See also 'mixinextras_jij_neoforge' |
103 | | -neoforge_version=21.1.190 |
104 | | -neoforge_versions=[21.1.22,) |
| 103 | +neoforge_version=21.1.209 |
| 104 | +neoforge_versions=[21.1.195,) |
105 | 105 | # NeoForm https://projects.neoforged.net/neoforged/neoform |
106 | 106 | neoform_version=1.21.1-20240808.144430 |
107 | 107 |
|
@@ -164,29 +164,34 @@ asm_version=9.8 |
164 | 164 | # Mixin https://mvnrepository.com/artifact/org.spongepowered/mixin |
165 | 165 | mixin_version=0.8.7 |
166 | 166 | # MixinExtras https://github.com/LlamaLad7/MixinExtras/releases |
167 | | -mixinextras_version=0.4.1 |
| 167 | +mixinextras_version=0.5.0 |
168 | 168 | # JiJ MixinExtras if required to be newer than minimum loader-provided version. |
169 | 169 | # Fabric: |
170 | 170 | # - 0.15.0->0.3.0 (initial) |
171 | | -# - 0.15.7->0.3.5 (WWC v2) |
172 | | -# - 0.16.0->0.4.0 (WM) |
| 171 | +# - 0.15.7->0.3.5 (WrapWithCondition v2) |
| 172 | +# - 0.16.1->0.4.1 (WrapMethod) |
| 173 | +# - 0.17.0->0.5.0 (Expressions) |
173 | 174 | # NeoForge: |
174 | 175 | # - 20.2.84-beta->0.3.1 (initial) |
175 | | -# - 20.4.114->0.3.5 (WWC v2) |
176 | | -# - 21.1.22->0.4.1 (WM) |
| 176 | +# - 20.4.114->0.3.5 (WrapWithCondition v2) |
| 177 | +# - 21.1.22->0.4.1 (WrapMethod) |
| 178 | +# - 21.8.18->0.5.0 (Expressions) |
| 179 | +# + 21.1.195 |
| 180 | +# + 21.3.88 |
| 181 | +# + 21.4.149 |
177 | 182 | mixinextras_jij_fabric=false |
178 | 183 | mixinextras_jij_neoforge=false |
179 | 184 |
|
180 | 185 | # Fabric Loom https://mvnrepository.com/artifact/net.fabricmc/fabric-loom |
181 | | -loom_version=1.11.1 |
| 186 | +loom_version=1.11.8 |
182 | 187 | # ModDev https://plugins.gradle.org/plugin/net.neoforged.moddev |
183 | | -moddev_version=2.0.99 |
| 188 | +moddev_version=2.0.112 |
184 | 189 | # Mod Publish Plugin https://plugins.gradle.org/plugin/me.modmuss50.mod-publish-plugin |
185 | | -mpp_version=0.8.4 |
| 190 | +mpp_version=1.0.0 |
186 | 191 | # grgit-service https://github.com/ajoberstar/grgit/releases |
187 | 192 | grgitservice_version=5.3.2 |
188 | | -# licenser https://plugins.gradle.org/plugin/org.cadixdev.licenser |
189 | | -licenser_version=0.6.1 |
| 193 | +# licenser https://maven.neoforged.net/#/releases/net/neoforged/licenser/net.neoforged.licenser.gradle.plugin |
| 194 | +licenser_version=0.7.5 |
190 | 195 | # foojay-resolver-convention https://plugins.gradle.org/plugin/org.gradle.toolchains.foojay-resolver-convention |
191 | 196 | foojay_version=1.0.0 |
192 | 197 |
|
|
0 commit comments