Update to 1.20.4, and just generally fixing up code. This version actually runs!

This commit is contained in:
desyncfy
2024-06-08 13:16:47 -07:00
parent 16b7726e61
commit e0b79c8454
9 changed files with 63 additions and 104 deletions

View File

@@ -3,15 +3,22 @@
"id": "scify",
"version": "${version}",
"name": "SciFy",
"description": "A Dungeonfy mod so good you'll think it's science fiction",
"description": "A Dungeonfy mod so good you'll think it's science fiction\n\n\nThanks to the Dungeonfy community for giving me something to do during summer -Chickenmanfy",
"authors": [
"Main Developer: Chickenmanfy",
"Server Owner: Enook",
"Thanks to Endr. for help with some bugs!"
{
"name": "Chickenmanfy",
"role": "Main Developer"
}
],
"contributors": [
{
"name": "Endr.",
"role": "Help with bugs"
}
],
"contact": {
"homepage": "https://modrinth.com",
"sources": "https://github.com/chickenmanfy/scify/",
"homepage": "https://modrinth.com/project/scify",
"sources": "https://github.com/chickenmanfy/scify",
"issues": "https://github.com/chickenmanfy/scify/issues"
},
"license": "MPL-2.0",
@@ -40,7 +47,7 @@
],
"depends": {
"fabricloader": ">=0.15.6",
"minecraft": "~1.19.4",
"minecraft": "~1.20.4",
"java": ">=17",
"fabric-api": "*",
"fabric-language-kotlin": ">=1.9.22"