Skip to content

Commit

Permalink
Revert non-Gradle-related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Jun 23, 2024
1 parent 4dbde8f commit 10fddd4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
8 changes: 4 additions & 4 deletions Fabric/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
fabricVersion=0.92.2+1.20.1
fabricLoaderVersion=0.15.11
fabricLanguageKotlinVersion=1.10.9+kotlin.1.9.0
fabricVersion=0.85.0+1.20.1
fabricLoaderVersion=0.14.21
fabricLanguageKotlinVersion=1.9.4+kotlin.1.8.21

# These are all included
cardinalComponentsVersion=5.2.2
cardinalComponentsVersion=5.2.1
serializationHooksVersion=0.4.99999
#entityReachVersion=2.3.0

Expand Down
8 changes: 4 additions & 4 deletions Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"fabricloader": ">=0.14",
"fabric": ">=0.84",
"fabric-language-kotlin": ">=1.9.4+kotlin.1.8.21",
"cardinal-components-base": "~5.2.2",
"cardinal-components-entity": "~5.2.2",
"cardinal-components-item": "~5.2.2",
"cardinal-components-block": "~5.2.2",
"cardinal-components-base": "~5.2.1",
"cardinal-components-entity": "~5.2.1",
"cardinal-components-item": "~5.2.1",
"cardinal-components-block": "~5.2.1",
"paucal": ">=0.6.0-pre <0.7.0",
"cloth-config": "11.1.*",
"patchouli": ">=1.20.1-80"
Expand Down
2 changes: 1 addition & 1 deletion Forge/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
forgeVersion=47.2.0
forgeVersion=47.1.47

kotlinForForgeVersion=4.3.0

Expand Down
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
buildscript {
dependencies {
classpath 'com.google.code.gson:gson:2.10.1'
}
}

buildscript {
repositories {
mavenCentral()
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.java.installations.fromEnv=JAVA_17_HOME

modID=hexcasting
modName=Hex Casting

jetbrainsAnnotationsVersion=23.0.0

minecraftVersion=1.20.1
kotlinVersion=1.9.0
kotlinVersion=1.7.20
modVersion=0.11.1-7

paucalVersion=0.6.0-pre-118
Expand Down

0 comments on commit 10fddd4

Please sign in to comment.