Skip to content

Commit

Permalink
Fixed mod info fileds
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Mar 3, 2024
1 parent c359db8 commit f9ca5b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"depends": {
"fabricloader": ">=0.14",
"minecraft": "1.20.1",
"minecraft": "1.20.4",
"fabric" : "*",
"java": ">=17"
},
Expand Down
2 changes: 1 addition & 1 deletion Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license="MIT"
[[dependencies.emojiful]]
modId="minecraft"
mandatory=true
versionRange="[1.20.1,)"
versionRange="[1.20.4,)"
ordering="NONE"
side="CLIENT"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
version=5.0.1
version=5.0.2
group=com.hrznstudio.emojiful

#Parchment
Expand Down

0 comments on commit f9ca5b7

Please sign in to comment.