mirror of
https://github.com/Suiranoil/SkinRestorer.git
synced 2026-01-16 04:42:12 +00:00
formatting
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'multiloader-loader'
|
||||
|
||||
|
||||
id 'fabric-loom'
|
||||
|
||||
id 'multiloader-publish'
|
||||
@@ -12,7 +12,7 @@ dependencies {
|
||||
parchment("org.parchmentmc.data:parchment-${parchment_minecraft}:${parchment_version}@zip")
|
||||
}
|
||||
modImplementation "net.fabricmc:fabric-loader:${fabric_loader_version}"
|
||||
|
||||
|
||||
modCompileOnly "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}"
|
||||
}
|
||||
|
||||
@@ -21,11 +21,11 @@ loom {
|
||||
if (aw.exists()) {
|
||||
accessWidenerPath.set(aw)
|
||||
}
|
||||
|
||||
|
||||
mixin {
|
||||
defaultRefmapName.set("${mod_id}.refmap.json")
|
||||
}
|
||||
|
||||
|
||||
runs {
|
||||
client {
|
||||
client()
|
||||
|
||||
Reference in New Issue
Block a user