no arch
This commit is contained in:
36
src/main/resources/fabric.mod.json
Normal file
36
src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "notenoughupdates",
|
||||
"version": "${version}",
|
||||
"name": "Not Enough Updates",
|
||||
"description": "Not Enough Updates - A mod for Hypixel Skyblock",
|
||||
"authors": [
|
||||
"nea89"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://github.com/romangraef/TODO",
|
||||
"sources": "https://github.com/romangraef/TODO"
|
||||
},
|
||||
"license": "LGPL-3.0",
|
||||
"icon": "assets/notenoughupdates/icon.png",
|
||||
"environment": "client",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
{
|
||||
"adapter": "kotlin",
|
||||
"value": "moe.nea.notenoughupdates.NotEnoughUpdates"
|
||||
}
|
||||
],
|
||||
"rei": [
|
||||
"moe.nea.notenoughupdates.rei.NEUReiPlugin"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"notenoughupdates.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabric": "*",
|
||||
"fabric-language-kotlin": ">=1.8.2+kotlin.1.7.10",
|
||||
"minecraft": ">=1.18.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user