Skip to content

Commit

Permalink
Update targeted minecraft version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeF53 committed Nov 15, 2021
1 parent 614f286 commit f1e20f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.9-SNAPSHOT'
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'maven-publish'
}

Expand Down
8 changes: 4 additions & 4 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.17.1
yarn_mappings=1.17.1+build.63
loader_version=0.11.7
minecraft_version=1.18-pre1
yarn_mappings=1.18-pre1+build.8
loader_version=0.12.5

# Mod Properties
mod_version = 1.0.0
maven_group = com.HorseBuff
archives_base_name = HorseBuff

# Dependencies
fabric_version=0.41.0+1.17
fabric_version=0.42.2+1.18
5 changes: 1 addition & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.17.x",
"minecraft": "1.18.x",
"java": ">=16"
},
"suggests": {
"another-mod": "*"
}
}

0 comments on commit f1e20f0

Please sign in to comment.