Skip to content

Commit eb15e30

Browse files
committed
fix license
1 parent 465208d commit eb15e30

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

fabric-1.18/src/main/resources/fabric.mod.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"homepage": "https://azisaba.net/",
1212
"sources": "https://github.com/AzisabaNetwork/InterChatMod"
1313
},
14-
"license": "CC0-1.0",
14+
"license": "MIT",
1515
"icon": "assets/interchatmod/icon.png",
1616
"environment": "client",
1717
"entrypoints": {
@@ -25,8 +25,8 @@
2525
],
2626
"depends": {
2727
"fabricloader": ">=0.14",
28-
"fabric": ">=0.76",
29-
"minecraft": ">=1.18.2",
30-
"java": ">=17"
28+
"fabric": ">=0.46",
29+
"minecraft": ">=1.17",
30+
"java": ">=8"
3131
}
3232
}

fabric-1.19/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"homepage": "https://azisaba.net/",
1212
"sources": "https://github.com/AzisabaNetwork/InterChatMod"
1313
},
14-
"license": "CC0-1.0",
14+
"license": "MIT",
1515
"icon": "assets/interchatmod/icon.png",
1616
"environment": "client",
1717
"entrypoints": {

fabric-1.20/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"homepage": "https://azisaba.net/",
1212
"sources": "https://github.com/AzisabaNetwork/InterChatMod"
1313
},
14-
"license": "CC0-1.0",
14+
"license": "MIT",
1515
"icon": "assets/interchatmod/icon.png",
1616
"environment": "client",
1717
"entrypoints": {

0 commit comments

Comments
 (0)