Skip to content

Commit

Permalink
Update to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtBeam committed Jul 7, 2024
1 parent 36b6e6d commit c91c9cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -38,9 +38,9 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modApi "com.terraformersmc:modmenu:10.0.0-beta.1"
modImplementation include("io.github.cottonmc:LibGui:10.0.0+1.20.6")
modApi include ("me.shedaniel.cloth:cloth-config-fabric:14.0.126")
modApi "com.terraformersmc:modmenu:11.0.1"
modImplementation include("io.github.cottonmc:LibGui:11.0.0+1.21")
modApi include ("me.shedaniel.cloth:cloth-config-fabric:15.0.127")
}

processResources {
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.3
minecraft_version=1.21
yarn_mappings=1.21+build.7
loader_version=0.15.11

# Fabric API
fabric_version=0.99.4+1.20.6
fabric_version=0.100.4+1.21

# Mod Properties
mod_version=4.7.0
mod_version=4.8.0
maven_group=monkey.lumpy
archives_base_name=horse-stats-vanilla
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"depends": {
"fabricloader": ">=0.15.11",
"java": ">=21",
"minecraft": ">=1.20.6",
"minecraft": ">=1.21",
"fabric-api": "*"
},
"suggests": {
Expand Down

0 comments on commit c91c9cf

Please sign in to comment.