Skip to content

Commit c2b0784

Browse files
committed
Added 1.8.9 but doesn't work with gradle and other versions
1 parent 83a02cf commit c2b0784

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1087
-33
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
pluginManagement {
22
repositories {
33
maven { url = 'https://maven.fabricmc.net/' }
4+
maven { url = 'https://repo.legacyfabric.net/repository/legacyfabric/' }
45
mavenCentral()
56
gradlePluginPortal()
67
}
78
}
89
rootProject.name = 'simpleclient'
910
include 'simpleclient-core'
11+
//include 'simpleclient-1.8.9'
1012
include 'simpleclient-1.19.4'
1113
include 'simpleclient-1.20'
1214
include 'simpleclient-1.20.1'

simpleclient-1.19.4/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'fabric-loom' version '1.1-SNAPSHOT'
3+
id 'fabric-loom' version '1.2-SNAPSHOT'
44
}
55

66
repositories {
-58.4 KB
Binary file not shown.

simpleclient-1.19.4/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

simpleclient-1.19.4/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "${version}",
55
"name": "SimpleClient",
66
"description": "SimpleClient is a simple Minecraft Client",
7-
"authors": ["Fabi.exe", "Noriskky"],
7+
"authors": ["Fabi.exe"],
88
"contact": {
99
"homepage": "https://simpleclient.github.io",
1010
"sources": "https://github.com/SimpeClient"

simpleclient-1.20.1/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'fabric-loom' version '1.1-SNAPSHOT'
3+
id 'fabric-loom' version '1.2-SNAPSHOT'
44
}
55

66
repositories {
-58.4 KB
Binary file not shown.

simpleclient-1.20.1/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

simpleclient-1.20.1/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "${version}",
55
"name": "SimpleClient",
66
"description": "SimpleClient is a simple Minecraft Client",
7-
"authors": ["Fabi.exe", "Noriskky"],
7+
"authors": ["Fabi.exe"],
88
"contact": {
99
"homepage": "https://simpleclient.github.io",
1010
"sources": "https://github.com/SimpeClient/SimpleClient"

0 commit comments

Comments
 (0)