Skip to content

Commit

Permalink
Update to 1.20-pre.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnsAnns committed May 23, 2023
1 parent 72a3acd commit 39461eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20-pre4
yarn_mappings=1.20-pre4+build.2
minecraft_version=1.20-pre5
yarn_mappings=1.20-pre5+build.2
loader_version=0.14.19

#Fabric api
fabric_version=0.81.2+1.20
fabric_version=0.81.3+1.20

# Mod Properties
mod_version = 1.0.1
mod_version = 1.0.2
maven_group = eu.tomger
archives_base_name = flower_power
modid=flower_power
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"depends": {
"fabricloader": ">=0.14.19",
"fabric": "*",
"minecraft": "1.20-pre4"
"minecraft": "1.20-pre5"
}
}

0 comments on commit 39461eb

Please sign in to comment.