Skip to content

Commit

Permalink
Setup jar name & Static refmap name
Browse files Browse the repository at this point in the history
  • Loading branch information
Asek3 committed Sep 20, 2023
1 parent 3e0524e commit 36034df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ loom {
"rubidium.mixins.json"
]
}
mixin.defaultRefmapName = "rubidium-mixins-refmap.json"
}

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

archivesBaseName = project.archives_base_name
archivesBaseName = "${project.archives_base_name}-mc${project.minecraft_version}"
version = project.mod_version
group = project.maven_group

Expand Down
1 change: 0 additions & 1 deletion src/main/resources/rubidium.mixins.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"package": "me.jellysquid.mods.sodium.mixin",
"refmap": "rubidium-refmap.json",
"required": true,
"minVersion": "0.8",
"compatibilityLevel": "JAVA_17",
Expand Down

0 comments on commit 36034df

Please sign in to comment.