Update things

This commit is contained in:
Potatoboy9999
2023-06-29 15:30:11 -07:00
parent 92f9a172d1
commit 8b925fabf9
5 changed files with 175 additions and 123 deletions

View File

@@ -8,6 +8,10 @@
"authors": [
"yitzy299"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "LGPL-3.0",
@@ -23,9 +27,8 @@
"depends": {
"fabricloader": ">=0.12.5",
"fabric": "*",
"minecraft": ">=1.18",
"java": ">=16",
"ledger": ">=1.2.0",
"ledger": ">=1.3.0",
"fabric-language-kotlin": "*"
}
}