initial project structure

This commit is contained in:
Jonas_Jones 2023-04-04 04:28:44 +02:00
parent 248f74057c
commit 664a6f9b67
15 changed files with 740 additions and 0 deletions

View file

@ -0,0 +1,39 @@
{
"schemaVersion": 1,
"id": "nec",
"version": "${version}",
"name": "Not Enough Cursedness",
"description": "A Minecraft mode introducing every little bit of cursed items/behavior into the game!",
"authors": [
"Jonas_Jones"
],
"contact": {
"homepage": "https://jonasjones.me/projects/nec",
"sources": "https://github.com/J-onasJones/NotEnoughCursedness",
"issues": "https://github.com/J-onasJones/NotEnoughCursedness/issues"
},
"license": "CC0-1.0",
"icon": "assets/nec/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"me.jonasjones.nec.NotEnoughCursedness"
]
},
"mixins": [
"nec.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.17",
"fabric-api": "*",
"minecraft": "~1.19.4",
"java": ">=17"
},
"suggests": {
"another-mod": "*"
}
}