Skip to content

Commit

Permalink
* Updated to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SigmundGranaas committed Dec 5, 2024
1 parent 2cfcc81 commit 055faa9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
11 changes: 9 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.2.5" apply true
id "fabric-loom" version "1.7-SNAPSHOT" apply true
id 'maven-publish'
}

Expand All @@ -12,6 +12,13 @@ repositories {
name "forgeroRepositoryReleases"
url "https://maven.sigmundgranaas.com/snapshots"
}
maven {
name = 'Jamieswhiteshirt'
url = "https://maven.jamieswhiteshirt.com/libs-release"
content {
includeGroup "com.jamieswhiteshirt"
}
}
maven { url "https://api.modrinth.com/maven" }
maven { url "https://cursemaven.com" }
mavenLocal()
Expand All @@ -38,7 +45,7 @@ dependencies {

// If you want only a select set of content modules (or none), you can pick individual modules like this:
// forgero-fabric-core is required to run Forgero
// modImplementation("com.sigmundgranaas:forgero-fabric-core:${project.forgero_version}")
modImplementation("com.sigmundgranaas:forgero-fabric-core:${project.forgero_version}")
// modImplementation("com.sigmundgranaas:forgero-vanilla:${project.forgero_version}")
// modImplementation("com.sigmundgranaas:forgero-extended:${project.forgero_version}")
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ org.gradle.parallel=true
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.15.6

loader_version=0.15.11
fabric_api_version=0.92.2+1.20.1

# Mod Properties
mod_version = 1.0.0
Expand All @@ -16,4 +16,4 @@ archives_base_name = forgero-example-mod

# Dependencies
fabric_version=0.91.0+1.20.1
forgero_version=0.12.0+1.20.1
forgero_version=0.13.2+1.20.1-1-g3a1e3e3e-SNAPSHOT
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 055faa9

Please sign in to comment.