Mark mod as library.
build / build (21) (push) Waiting to run

This commit is contained in:
2024-11-29 12:36:52 -07:00
parent f874485b77
commit 7372e631e9
+34 -27
View File
@@ -1,29 +1,36 @@
{
"schemaVersion": 1,
"id": "static-content",
"version": "${version}",
"name": "Static Content",
"description": "Wrapper for Static Data that allows for easy registration of game content with cross-mod compatibility.",
"authors": [
"Big Duckie",
"Draylar"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "MIT",
"icon": "assets/static-content/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"dev.bigduckie.staticcontent.StaticContent"
]
},
"depends": {
"fabricloader": ">=0.16.7",
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*"
}
"schemaVersion": 1,
"id": "static-content",
"version": "${version}",
"name": "Static Content",
"description": "Wrapper for Static Data that allows for easy registration of game content with cross-mod compatibility.",
"authors": [
"Big Duckie",
"Draylar"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "MIT",
"icon": "assets/static-content/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"dev.bigduckie.staticcontent.StaticContent"
]
},
"custom": {
"modmenu": {
"badges": [
"library"
]
}
},
"depends": {
"fabricloader": ">=0.16.7",
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*"
}
}