mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-16 17:25:09 +01:00
Fix quilt.mod.json
This commit is contained in:
@@ -4,21 +4,7 @@
|
|||||||
"group": "${group}",
|
"group": "${group}",
|
||||||
"id": "midnightlib",
|
"id": "midnightlib",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"name": "MidnightLib",
|
|
||||||
"description": "Common Library for Team MidnightDust's mods.",
|
|
||||||
"authors": [
|
|
||||||
"TeamMidnightDust",
|
|
||||||
"Motschen"
|
|
||||||
],
|
|
||||||
"contact": {
|
|
||||||
"homepage": "https://www.midnightdust.eu/",
|
|
||||||
"sources": "https://github.com/TeamMidnightDust/MidnightLib",
|
|
||||||
"issues": "https://github.com/TeamMidnightDust/MidnightLib/issues"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
|
||||||
"icon": "assets/midnightlib/icon.png",
|
|
||||||
"intermediate_mappings": "net.fabricmc:intermediary",
|
"intermediate_mappings": "net.fabricmc:intermediary",
|
||||||
"environment": "*",
|
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"client_init": [
|
"client_init": [
|
||||||
"eu.midnightdust.quilt.core.MidnightLibClientQuilt"
|
"eu.midnightdust.quilt.core.MidnightLibClientQuilt"
|
||||||
@@ -47,6 +33,8 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "MidnightLib (Quilt)",
|
"name": "MidnightLib (Quilt)",
|
||||||
"description": "Common Library for Team MidnightDust's mods.\nProvides a config api, automatic integration with other mods, common utils, and cosmetics.",
|
"description": "Common Library for Team MidnightDust's mods.\nProvides a config api, automatic integration with other mods, common utils, and cosmetics.",
|
||||||
|
"license": "MIT",
|
||||||
|
"environment": "*",
|
||||||
"contributors": {
|
"contributors": {
|
||||||
"Motschen": "Author",
|
"Motschen": "Author",
|
||||||
"TeamMidnightDust": "Mascot"
|
"TeamMidnightDust": "Mascot"
|
||||||
|
|||||||
Reference in New Issue
Block a user