Skip to content

Commit c1a49cf

Browse files
committed
Fixed fabric requirements, closes #106
1 parent b66d2b1 commit c1a49cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"depends": {
2828
"fabricloader": ">=0.14",
29-
"minecraft": "1.20.4",
29+
"minecraft": "1.21",
3030
"fabric" : "*",
3131
"java": ">=17"
3232
},

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project
2-
version=5.1.0
2+
version=5.1.1
33
group=com.hrznstudio.emojiful
44

55
#Parchment

0 commit comments

Comments
 (0)