Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
6a8b93c004
|
|||
|
1e2724acec
|
|||
|
7819376ac3
|
@@ -20,7 +20,7 @@ subprojects {
|
|||||||
|
|
||||||
base {
|
base {
|
||||||
// Set up a suffixed format for the mod jar names, e.g. `example-fabric`.
|
// Set up a suffixed format for the mod jar names, e.g. `example-fabric`.
|
||||||
archivesName = "$rootProject.archives_name-$project.name"
|
archivesName = "$rootProject.archives_name-$project.name-$rootProject.minecraft_version"
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 922 B After Width: | Height: | Size: 922 B |
@@ -4,10 +4,10 @@
|
|||||||
"compatibilityLevel": "JAVA_17",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"minVersion": "0.8",
|
"minVersion": "0.8",
|
||||||
"client": [
|
"client": [
|
||||||
"MinecraftMixin"
|
"MinecraftMixin",
|
||||||
|
"ProfilePublicKeyDataMixin"
|
||||||
],
|
],
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"ProfilePublicKeyDataMixin"
|
|
||||||
],
|
],
|
||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ authors = "Gardel"
|
|||||||
description = '''
|
description = '''
|
||||||
Fix Minecraft does not load skin png not prefix with minecraft.net
|
Fix Minecraft does not load skin png not prefix with minecraft.net
|
||||||
'''
|
'''
|
||||||
logoFile="assets/skinfix/icon.png"
|
logoFile = "logo_skinfix.png"
|
||||||
|
|
||||||
[[dependencies.skinfix]]
|
[[dependencies.skinfix]]
|
||||||
modId = "forge"
|
modId = "forge"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.0-SNAPSHOT
|
mod_version=1.0.0
|
||||||
maven_group=net.magicterra
|
maven_group=net.magicterra
|
||||||
archives_name=skinfix
|
archives_name=skinfix
|
||||||
enabled_platforms=fabric,forge
|
enabled_platforms=fabric,forge
|
||||||
|
|||||||
Reference in New Issue
Block a user