Skip to content

Commit 8a49043

Browse files
committed
feat: kudos, typos
1 parent dfecf1c commit 8a49043

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Sort Chest
44

5-
Organize your chests instantly with a single click
5+
Organize your chest instantly with a single click
66

77
This mod added several buttons in chest GUI.
88

@@ -33,3 +33,7 @@ mod will emulate mouse clicks rather than directly changing the inventory data.
3333

3434
Items are sorted by their item ID (ascending), followed by its metadata (like wool color code, ascending), and finally
3535
by its quantity (descending).
36+
37+
## Contributors
38+
39+
Kudos to **ressidell** and **andreiqwer** for helping me migrate this mod to BTA v7.1!

src/main/resources/fabric.mod.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"authors": [
88
"rootEnginear"
99
],
10+
"contributors": [
11+
"ressidell",
12+
"andreiqwer"
13+
],
1014
"icon": "icon.png",
1115
"contact": {
1216
"homepage": "https://github.com/rootEnginear/bta-rootenginear-mods",

0 commit comments

Comments
 (0)