Skip to content

Commit

Permalink
Update to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adryd325 committed Jun 12, 2023
1 parent 5604ae8 commit 0568e05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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
org.gradle.parallel=true

# Fabric Properties
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.1
loader_version=0.14.21

# Mod Properties
mod_version = 1.0.1
mod_version = 1.0.2
maven_group = com.adryd
archives_base_name = sneaky

# Dependencies
fabric_version=0.79.0+1.19.4
fabric_version=0.83.0+1.20
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"icon": "assets/sneaky/icon.png",

"environment": "SERVER",
"environment": "server",
"entrypoints": {
"main": [
"com.adryd.sneaky.Sneaky"
Expand All @@ -28,7 +28,7 @@

"depends": {
"fabricloader": ">=0.14.19",
"minecraft": "1.19.4",
"minecraft": ">=1.20-rc.1 <=1.20.1",
"java": ">=17"
},
"suggests": {
Expand Down

0 comments on commit 0568e05

Please sign in to comment.