Skip to content

Commit 6dc3820

Browse files
committed
Set mixin version
1 parent 2f74715 commit 6dc3820

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ accessTransformersFile =
8787

8888
# Provides setup for Mixins if enabled. If you don't know what mixins are: Keep it disabled!
8989
usesMixins = false
90+
# Mixin Provider to use. Primarily changed when needing to use a different version.
91+
mixinProviderSpec = zone.rong:mixinbooter:9.4
9092
# Specify the package that contains all of your Mixins. You may only place Mixins in this package or the build will fail!
9193
mixinsPackage =
9294
# Location of the mixin config refmap. If left, blank, defaults to "mixins.${modId}.refmap.json". Target file must have the "json" extension.

renovate.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@
99
],
1010
"automerge": false,
1111
"packageRules": [
12-
{
13-
"matchFiles": [
14-
"build.gradle",
15-
"dependencies.gradle"
16-
],
17-
"enabled": false
18-
},
1912
{
2013
"matchDatasources": ["gradle-version"],
2114
"registryUrls": [
22-
"https://domain.tld/repository/custom-gradle-wrapper/versions.json"
15+
"https://www.cursemaven.com",
16+
"https://api.modrinth.com/maven",
17+
"https://maven.cleanroommc.com",
18+
"https://maven.blamejared.com",
19+
"https://nexus.gtnewhorizons.com/repository/public/",
20+
"https://maven.gtceu.com"
2321
]
2422
},
2523
{

0 commit comments

Comments
 (0)