Skip to content

Commit

Permalink
Update mod to latest minecraft
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson committed Aug 25, 2023
1 parent 22bd33b commit a911ec7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'maven-publish'
}

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.19
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22

# Mod Properties
mod_version = 1.2.0
mod_version = 1.3.0
maven_group = com.github.hashicraft
archives_base_name = fabric-stateful-mod

# Dependencies
fabric_version=0.81.1+1.19.4
fabric_version=0.87.0+1.20.1
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"environment": "*",

"depends": {
"fabricloader": ">=0.14.9",
"fabricloader": ">=0.14.22",
"fabric": "*",
"minecraft": ">=1.19.4",
"minecraft": ">=1.20.1",
"java": ">=17"
},

Expand Down

0 comments on commit a911ec7

Please sign in to comment.