1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

formatting

This commit is contained in:
2024-11-27 13:26:20 +03:00
parent aa02759780
commit ba47986e94
10 changed files with 21 additions and 15 deletions

View File

@@ -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()