diff --git a/fabric-api-base/src/main/resources/assets/fabric-api-base/icon.png b/fabric-api-base/src/main/resources/assets/fabric-api-base/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-api-base/src/main/resources/assets/fabric-api-base/icon.png differ diff --git a/fabric-api-base/src/main/resources/fabric.mod.json b/fabric-api-base/src/main/resources/fabric.mod.json index 5c5c20eb5..6dc16ea00 100644 --- a/fabric-api-base/src/main/resources/fabric.mod.json +++ b/fabric-api-base/src/main/resources/fabric.mod.json @@ -1,9 +1,22 @@ { "schemaVersion": 1, "id": "fabric-api-base", + "name": "Fabric API Base", "version": "${version}", + "environment": "client", "license": "Apache-2.0", + "icon": "assets/fabric-api-base/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0" - } + }, + "description": "Contains the essentials for Fabric API modules." } diff --git a/fabric-biomes-v1/src/main/resources/assets/fabric-biomes-v1/icon.png b/fabric-biomes-v1/src/main/resources/assets/fabric-biomes-v1/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-biomes-v1/src/main/resources/assets/fabric-biomes-v1/icon.png differ diff --git a/fabric-biomes-v1/src/main/resources/fabric.mod.json b/fabric-biomes-v1/src/main/resources/fabric.mod.json index 17d662b83..a7c0e301f 100644 --- a/fabric-biomes-v1/src/main/resources/fabric.mod.json +++ b/fabric-biomes-v1/src/main/resources/fabric.mod.json @@ -1,18 +1,25 @@ { "schemaVersion": 1, "id": "fabric-biomes-v1", + "name": "Fabric Biomes (v1)", "version": "${version}", - - "name": "fabric-biomes-v1", - "license": "Apache-2.0", - "environment": "*", - + "license": "Apache-2.0", + "icon": "assets/fabric-biomes-v1/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0" }, - + "description": "Hooks for adding biomes to the default world generator.", "mixins": [ "fabric-biomes-v1.mixins.json" ] -} \ No newline at end of file +} diff --git a/fabric-commands-v0/src/main/resources/assets/fabric-commands-v0/icon.png b/fabric-commands-v0/src/main/resources/assets/fabric-commands-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-commands-v0/src/main/resources/assets/fabric-commands-v0/icon.png differ diff --git a/fabric-commands-v0/src/main/resources/fabric.mod.json b/fabric-commands-v0/src/main/resources/fabric.mod.json index a6ca4b0fd..d11810f3e 100644 --- a/fabric-commands-v0/src/main/resources/fabric.mod.json +++ b/fabric-commands-v0/src/main/resources/fabric.mod.json @@ -1,12 +1,25 @@ { "schemaVersion": 1, "id": "fabric-commands-v0", + "name": "Fabric Commands (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-commands-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" }, + "description": "Adds command-related hooks.", "mixins": [ "fabric-commands-v0.mixins.json" ] diff --git a/fabric-containers-v0/src/main/resources/assets/fabric-containers-v0/icon.png b/fabric-containers-v0/src/main/resources/assets/fabric-containers-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-containers-v0/src/main/resources/assets/fabric-containers-v0/icon.png differ diff --git a/fabric-containers-v0/src/main/resources/fabric.mod.json b/fabric-containers-v0/src/main/resources/fabric.mod.json index 9fe48dc29..bc395d37c 100644 --- a/fabric-containers-v0/src/main/resources/fabric.mod.json +++ b/fabric-containers-v0/src/main/resources/fabric.mod.json @@ -1,13 +1,26 @@ { "schemaVersion": 1, "id": "fabric-containers-v0", + "name": "Fabric Containers (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-containers-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*", "fabric-networking-v0": "*" }, + "description": "Adds hooks for containers.", "mixins": [ "fabric-containers-v0.mixins.json", "fabric-containers-v0.accurate.mixins.json" diff --git a/fabric-content-registries-v0/src/main/resources/assets/fabric-content-registries-v0/icon.png b/fabric-content-registries-v0/src/main/resources/assets/fabric-content-registries-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-content-registries-v0/src/main/resources/assets/fabric-content-registries-v0/icon.png differ diff --git a/fabric-content-registries-v0/src/main/resources/fabric.mod.json b/fabric-content-registries-v0/src/main/resources/fabric.mod.json index 82a83ecad..18b0e90ac 100644 --- a/fabric-content-registries-v0/src/main/resources/fabric.mod.json +++ b/fabric-content-registries-v0/src/main/resources/fabric.mod.json @@ -1,13 +1,26 @@ { "schemaVersion": 1, "id": "fabric-content-registries-v0", + "name": "Fabric Content Registries (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-content-registries-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*", "fabric-resource-loader-v0": "*" }, + "description": "Adds registries for vanilla mechanics that are missing them.", "mixins": [ "fabric-content-registries-v0.mixins.json" ] diff --git a/fabric-crash-report-info-v1/src/main/resources/assets/fabric-crash-report-info-v1/icon.png b/fabric-crash-report-info-v1/src/main/resources/assets/fabric-crash-report-info-v1/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-crash-report-info-v1/src/main/resources/assets/fabric-crash-report-info-v1/icon.png differ diff --git a/fabric-crash-report-info-v1/src/main/resources/fabric.mod.json b/fabric-crash-report-info-v1/src/main/resources/fabric.mod.json index f6ac6a608..53df27ffb 100644 --- a/fabric-crash-report-info-v1/src/main/resources/fabric.mod.json +++ b/fabric-crash-report-info-v1/src/main/resources/fabric.mod.json @@ -1,11 +1,24 @@ { "schemaVersion": 1, "id": "fabric-crash-report-info-v1", + "name": "Fabric Crash Report Info (v1)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-crash-report-info-v1/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0" }, + "description": "Adds Fabric-related debug info to crash reports.", "mixins": [ "fabric-crash-report-info-v1.mixins.json" ] diff --git a/fabric-events-interaction-v0/src/main/resources/assets/fabric-events-interaction-v0/icon.png b/fabric-events-interaction-v0/src/main/resources/assets/fabric-events-interaction-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-events-interaction-v0/src/main/resources/assets/fabric-events-interaction-v0/icon.png differ diff --git a/fabric-events-interaction-v0/src/main/resources/fabric.mod.json b/fabric-events-interaction-v0/src/main/resources/fabric.mod.json index dacba7ae7..18f860d4b 100644 --- a/fabric-events-interaction-v0/src/main/resources/fabric.mod.json +++ b/fabric-events-interaction-v0/src/main/resources/fabric.mod.json @@ -1,8 +1,20 @@ { "schemaVersion": 1, "id": "fabric-events-interaction-v0", + "name": "Fabric Events Interaction (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-events-interaction-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" @@ -15,6 +27,7 @@ "net.fabricmc.fabric.impl.event.InteractionEventsRouterClient" ] }, + "description": "Events for player interaction with blocks and entities.", "mixins": [ "fabric-events-interaction-v0.mixins.json" ] diff --git a/fabric-events-lifecycle-v0/src/main/resources/assets/fabric-events-lifecycle-v0/icon.png b/fabric-events-lifecycle-v0/src/main/resources/assets/fabric-events-lifecycle-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-events-lifecycle-v0/src/main/resources/assets/fabric-events-lifecycle-v0/icon.png differ diff --git a/fabric-events-lifecycle-v0/src/main/resources/fabric.mod.json b/fabric-events-lifecycle-v0/src/main/resources/fabric.mod.json index c55359f7a..c6639d07f 100644 --- a/fabric-events-lifecycle-v0/src/main/resources/fabric.mod.json +++ b/fabric-events-lifecycle-v0/src/main/resources/fabric.mod.json @@ -1,12 +1,25 @@ { "schemaVersion": 1, "id": "fabric-events-lifecycle-v0", + "name": "Fabric Events Lifecycle (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-events-lifecycle-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" }, + "description": "Events for the game's lifecycle.", "mixins": [ "fabric-events-lifecycle-v0.mixins.json" ] diff --git a/fabric-item-groups-v0/src/main/resources/assets/fabric-item-groups-v0/icon.png b/fabric-item-groups-v0/src/main/resources/assets/fabric-item-groups-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-item-groups-v0/src/main/resources/assets/fabric-item-groups-v0/icon.png differ diff --git a/fabric-item-groups-v0/src/main/resources/fabric.mod.json b/fabric-item-groups-v0/src/main/resources/fabric.mod.json index ecb5f2092..74ce83e75 100644 --- a/fabric-item-groups-v0/src/main/resources/fabric.mod.json +++ b/fabric-item-groups-v0/src/main/resources/fabric.mod.json @@ -1,14 +1,27 @@ { "schemaVersion": 1, "id": "fabric-item-groups-v0", + "name": "Fabric Item Groups (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-item-groups-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.6.0", "minecraft": ">=1.15-", "fabric-api-base": "*", "fabric-resource-loader-v0": "*" }, + "description": "An API for adding custom item groups.", "mixins": [ "fabric-item-groups-v0.mixins.json" ] diff --git a/fabric-keybindings-v0/src/main/resources/assets/fabric-keybindings-v0/icon.png b/fabric-keybindings-v0/src/main/resources/assets/fabric-keybindings-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-keybindings-v0/src/main/resources/assets/fabric-keybindings-v0/icon.png differ diff --git a/fabric-keybindings-v0/src/main/resources/fabric.mod.json b/fabric-keybindings-v0/src/main/resources/fabric.mod.json index 2bfacb5f2..d2086b5b0 100644 --- a/fabric-keybindings-v0/src/main/resources/fabric.mod.json +++ b/fabric-keybindings-v0/src/main/resources/fabric.mod.json @@ -1,12 +1,25 @@ { "schemaVersion": 1, "id": "fabric-keybindings-v0", + "name": "Fabric Key Bindings (v0)", "version": "${version}", + "environment": "client", "license": "Apache-2.0", + "icon": "assets/fabric-keybindings-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" }, + "description": "Keybinding registry API.", "mixins": [ "fabric-keybindings-v0.mixins.json" ] diff --git a/fabric-loot-tables-v1/src/main/resources/assets/fabric-loot-tables-v1/icon.png b/fabric-loot-tables-v1/src/main/resources/assets/fabric-loot-tables-v1/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-loot-tables-v1/src/main/resources/assets/fabric-loot-tables-v1/icon.png differ diff --git a/fabric-loot-tables-v1/src/main/resources/fabric.mod.json b/fabric-loot-tables-v1/src/main/resources/fabric.mod.json index 6aa0d2d58..597b845d2 100644 --- a/fabric-loot-tables-v1/src/main/resources/fabric.mod.json +++ b/fabric-loot-tables-v1/src/main/resources/fabric.mod.json @@ -1,12 +1,25 @@ { "schemaVersion": 1, "id": "fabric-loot-tables-v1", + "name": "Fabric Loot Tables (v1)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-loot-tables-v1/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" }, + "description": "Hooks for manipulating loot tables.", "mixins": [ "fabric-loot-tables-v1.mixins.json" ] diff --git a/fabric-mining-levels-v0/src/main/resources/assets/fabric-mining-levels-v0/icon.png b/fabric-mining-levels-v0/src/main/resources/assets/fabric-mining-levels-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-mining-levels-v0/src/main/resources/assets/fabric-mining-levels-v0/icon.png differ diff --git a/fabric-mining-levels-v0/src/main/resources/fabric.mod.json b/fabric-mining-levels-v0/src/main/resources/fabric.mod.json index 5bdb161ff..a0a2c8aaa 100644 --- a/fabric-mining-levels-v0/src/main/resources/fabric.mod.json +++ b/fabric-mining-levels-v0/src/main/resources/fabric.mod.json @@ -1,13 +1,26 @@ { "schemaVersion": 1, "id": "fabric-mining-levels-v0", + "name": "Fabric Mining Levels (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-mining-levels-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*", "fabric-tag-extensions-v0": "*" }, + "description": "Block mining level tags for tools.", "mixins": [ "fabric-mining-levels-v0.mixins.json" ] diff --git a/fabric-models-v0/src/main/resources/assets/fabric-models-v0/icon.png b/fabric-models-v0/src/main/resources/assets/fabric-models-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-models-v0/src/main/resources/assets/fabric-models-v0/icon.png differ diff --git a/fabric-models-v0/src/main/resources/fabric.mod.json b/fabric-models-v0/src/main/resources/fabric.mod.json index b7d74aede..c66ff4e10 100644 --- a/fabric-models-v0/src/main/resources/fabric.mod.json +++ b/fabric-models-v0/src/main/resources/fabric.mod.json @@ -1,13 +1,25 @@ { "schemaVersion": 1, "id": "fabric-models-v0", + "name": "Fabric Models (v0)", "version": "${version}", - "license": "Apache-2.0", "environment": "client", + "license": "Apache-2.0", + "icon": "assets/fabric-models-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" }, + "description": "Hooks for models and model loading.", "mixins": [ "fabric-models-v0.mixins.json" ] diff --git a/fabric-networking-blockentity-v0/src/main/resources/assets/fabric-networking-blockentity-v0/icon.png b/fabric-networking-blockentity-v0/src/main/resources/assets/fabric-networking-blockentity-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-networking-blockentity-v0/src/main/resources/assets/fabric-networking-blockentity-v0/icon.png differ diff --git a/fabric-networking-blockentity-v0/src/main/resources/fabric.mod.json b/fabric-networking-blockentity-v0/src/main/resources/fabric.mod.json index 0b03c3584..3a3a27891 100644 --- a/fabric-networking-blockentity-v0/src/main/resources/fabric.mod.json +++ b/fabric-networking-blockentity-v0/src/main/resources/fabric.mod.json @@ -1,12 +1,25 @@ { "schemaVersion": 1, "id": "fabric-networking-blockentity-v0", + "name": "Fabric Networking Block Entity (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-networking-blockentity-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" }, + "description": "Networking hooks for block entities.", "mixins": [ "fabric-networking-blockentity-v0.mixins.json" ] diff --git a/fabric-networking-v0/src/main/resources/assets/fabric-networking-v0/icon.png b/fabric-networking-v0/src/main/resources/assets/fabric-networking-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-networking-v0/src/main/resources/assets/fabric-networking-v0/icon.png differ diff --git a/fabric-networking-v0/src/main/resources/fabric.mod.json b/fabric-networking-v0/src/main/resources/fabric.mod.json index 54a6e18a8..40d037b1a 100644 --- a/fabric-networking-v0/src/main/resources/fabric.mod.json +++ b/fabric-networking-v0/src/main/resources/fabric.mod.json @@ -1,8 +1,25 @@ { "schemaVersion": 1, "id": "fabric-networking-v0", + "name": "Fabric Networking (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-networking-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], + "depends": { + "fabricloader": ">=0.4.0", + "fabric-api-base": "*" + }, + "description": "Networking packet hooks and registries.", "mixins": [ "fabric-networking-v0.mixins.json" ] diff --git a/fabric-object-builders-v0/src/main/resources/assets/fabric-object-builders-v0/icon.png b/fabric-object-builders-v0/src/main/resources/assets/fabric-object-builders-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-object-builders-v0/src/main/resources/assets/fabric-object-builders-v0/icon.png differ diff --git a/fabric-object-builders-v0/src/main/resources/fabric.mod.json b/fabric-object-builders-v0/src/main/resources/fabric.mod.json index 968cad8f9..225288f0d 100644 --- a/fabric-object-builders-v0/src/main/resources/fabric.mod.json +++ b/fabric-object-builders-v0/src/main/resources/fabric.mod.json @@ -1,13 +1,26 @@ { "schemaVersion": 1, "id": "fabric-object-builders-v0", + "name": "Fabric Object Builders (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-object-builders-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*", "fabric-mining-levels-v0": "*" }, + "description": "Builders for objects vanilla has locked down.", "mixins": [ "fabric-object-builders-v0.mixins.json" ] diff --git a/fabric-registry-sync-v0/src/main/resources/assets/fabric-registry-sync-v0/icon.png b/fabric-registry-sync-v0/src/main/resources/assets/fabric-registry-sync-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-registry-sync-v0/src/main/resources/assets/fabric-registry-sync-v0/icon.png differ diff --git a/fabric-registry-sync-v0/src/main/resources/fabric.mod.json b/fabric-registry-sync-v0/src/main/resources/fabric.mod.json index 793516f1b..b3af9c86b 100644 --- a/fabric-registry-sync-v0/src/main/resources/fabric.mod.json +++ b/fabric-registry-sync-v0/src/main/resources/fabric.mod.json @@ -1,13 +1,26 @@ { "schemaVersion": 1, "id": "fabric-registry-sync-v0", + "name": "Fabric Registry Sync (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-registry-sync-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*", "fabric-networking-v0": "*" }, + "description": "Syncs registry mappings.", "mixins": [ "fabric-registry-sync-v0.mixins.json" ], diff --git a/fabric-renderer-api-v1/src/main/resources/assets/fabric-renderer-api-v1/icon.png b/fabric-renderer-api-v1/src/main/resources/assets/fabric-renderer-api-v1/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-renderer-api-v1/src/main/resources/assets/fabric-renderer-api-v1/icon.png differ diff --git a/fabric-renderer-api-v1/src/main/resources/fabric.mod.json b/fabric-renderer-api-v1/src/main/resources/fabric.mod.json index 7cce42f48..b52d92061 100644 --- a/fabric-renderer-api-v1/src/main/resources/fabric.mod.json +++ b/fabric-renderer-api-v1/src/main/resources/fabric.mod.json @@ -1,12 +1,25 @@ { "schemaVersion": 1, "id": "fabric-renderer-api-v1", + "name": "Fabric Renderer API (v1)", "version": "${version}", + "environment": "client", "license": "Apache-2.0", + "icon": "assets/fabric-renderer-api-v1/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" }, + "description": "Defines rendering extensions for dynamic/fancy block and item models.", "mixins": [ "fabric-renderer-api-v1.mixins.json", "fabric-renderer-api-v1.debughud.mixins.json" diff --git a/fabric-renderer-indigo/src/main/resources/assets/fabric-renderer-indigo/icon.png b/fabric-renderer-indigo/src/main/resources/assets/fabric-renderer-indigo/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-renderer-indigo/src/main/resources/assets/fabric-renderer-indigo/icon.png differ diff --git a/fabric-renderer-indigo/src/main/resources/fabric.mod.json b/fabric-renderer-indigo/src/main/resources/fabric.mod.json index 4ed48b45d..26a592254 100755 --- a/fabric-renderer-indigo/src/main/resources/fabric.mod.json +++ b/fabric-renderer-indigo/src/main/resources/fabric.mod.json @@ -1,14 +1,27 @@ { "schemaVersion": 1, "id": "fabric-renderer-indigo", + "name": "Fabric Renderer - Indigo", "version": "${version}", + "environment": "client", "license": "Apache-2.0", + "icon": "assets/fabric-renderer-indigo/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.6.1", "minecraft": ">=1.15-", "fabric-api-base": "*", "fabric-renderer-api-v1": "*" }, + "description": "Default implementation of the Fabric Renderer API.", "mixins": [ "fabric-renderer-indigo.mixins.json" ], diff --git a/fabric-rendering-data-attachment-v1/src/main/resources/assets/fabric-rendering-data-attachment-v1/icon.png b/fabric-rendering-data-attachment-v1/src/main/resources/assets/fabric-rendering-data-attachment-v1/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-rendering-data-attachment-v1/src/main/resources/assets/fabric-rendering-data-attachment-v1/icon.png differ diff --git a/fabric-rendering-data-attachment-v1/src/main/resources/fabric.mod.json b/fabric-rendering-data-attachment-v1/src/main/resources/fabric.mod.json index 8409b23bd..ccc4e8e39 100644 --- a/fabric-rendering-data-attachment-v1/src/main/resources/fabric.mod.json +++ b/fabric-rendering-data-attachment-v1/src/main/resources/fabric.mod.json @@ -1,12 +1,25 @@ { "schemaVersion": 1, "id": "fabric-rendering-data-attachment-v1", + "name": "Fabric Rendering Data Attachment (v1)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-rendering-data-attachment-v1/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" }, + "description": "Thread-safe hooks for block entity data use during terrain rendering.", "mixins": [ "fabric-rendering-data-attachment-v1.mixins.json" ] diff --git a/fabric-rendering-fluids-v1/src/main/resources/assets/fabric-rendering-fluids-v1/icon.png b/fabric-rendering-fluids-v1/src/main/resources/assets/fabric-rendering-fluids-v1/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-rendering-fluids-v1/src/main/resources/assets/fabric-rendering-fluids-v1/icon.png differ diff --git a/fabric-rendering-fluids-v1/src/main/resources/fabric.mod.json b/fabric-rendering-fluids-v1/src/main/resources/fabric.mod.json index 7b838edc1..5708d98a6 100644 --- a/fabric-rendering-fluids-v1/src/main/resources/fabric.mod.json +++ b/fabric-rendering-fluids-v1/src/main/resources/fabric.mod.json @@ -1,8 +1,20 @@ { "schemaVersion": 1, "id": "fabric-rendering-fluids-v1", + "name": "Fabric Rendering Fluids (v1)", "version": "${version}", + "environment": "client", "license": "Apache-2.0", + "icon": "assets/fabric-rendering-fluids-v1/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" @@ -10,6 +22,7 @@ "recommends": { "fabric-textures-v0": "*" }, + "description": "Hooks for registering fluid renders.", "mixins": [ "fabric-rendering-fluids-v1.mixins.json" ] diff --git a/fabric-rendering-v0/src/main/resources/assets/fabric-rendering-v0/icon.png b/fabric-rendering-v0/src/main/resources/assets/fabric-rendering-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-rendering-v0/src/main/resources/assets/fabric-rendering-v0/icon.png differ diff --git a/fabric-rendering-v0/src/main/resources/fabric.mod.json b/fabric-rendering-v0/src/main/resources/fabric.mod.json index f9a6c6212..59d2d1710 100644 --- a/fabric-rendering-v0/src/main/resources/fabric.mod.json +++ b/fabric-rendering-v0/src/main/resources/fabric.mod.json @@ -1,12 +1,25 @@ { "schemaVersion": 1, "id": "fabric-rendering-v0", + "name": "Fabric Rendering (v0)", "version": "${version}", + "environment": "client", "license": "Apache-2.0", + "icon": "assets/fabric-rendering-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" }, + "description": "Hooks and registries for rendering-related things.", "mixins": [ "fabric-rendering-v0.mixins.json" ] diff --git a/fabric-resource-loader-v0/src/main/resources/assets/fabric-resource-loader-v0/icon.png b/fabric-resource-loader-v0/src/main/resources/assets/fabric-resource-loader-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-resource-loader-v0/src/main/resources/assets/fabric-resource-loader-v0/icon.png differ diff --git a/fabric-resource-loader-v0/src/main/resources/fabric.mod.json b/fabric-resource-loader-v0/src/main/resources/fabric.mod.json index 7b59fef3f..291900737 100644 --- a/fabric-resource-loader-v0/src/main/resources/fabric.mod.json +++ b/fabric-resource-loader-v0/src/main/resources/fabric.mod.json @@ -1,11 +1,24 @@ { "schemaVersion": 1, "id": "fabric-resource-loader-v0", + "name": "Fabric Resource Loader (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-resource-loader-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0" }, + "description": "Asset and data resource loading.", "mixins": [ "fabric-resource-loader-v0.mixins.json" ] diff --git a/fabric-tag-extensions-v0/src/main/resources/assets/fabric-tag-extensions-v0/icon.png b/fabric-tag-extensions-v0/src/main/resources/assets/fabric-tag-extensions-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-tag-extensions-v0/src/main/resources/assets/fabric-tag-extensions-v0/icon.png differ diff --git a/fabric-tag-extensions-v0/src/main/resources/fabric.mod.json b/fabric-tag-extensions-v0/src/main/resources/fabric.mod.json index d97e26560..125cb5310 100644 --- a/fabric-tag-extensions-v0/src/main/resources/fabric.mod.json +++ b/fabric-tag-extensions-v0/src/main/resources/fabric.mod.json @@ -1,13 +1,26 @@ { "schemaVersion": 1, "id": "fabric-tag-extensions-v0", + "name": "Fabric Tag Extensions (v0)", "version": "${version}", + "environment": "*", "license": "Apache-2.0", + "icon": "assets/fabric-tag-extensions-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*", "fabric-resource-loader-v0": "*" }, + "description": "Hooks for tags.", "mixins": [ "fabric-tag-extensions-v0.mixins.json" ] diff --git a/fabric-textures-v0/src/main/resources/assets/fabric-textures-v0/icon.png b/fabric-textures-v0/src/main/resources/assets/fabric-textures-v0/icon.png new file mode 100644 index 000000000..2931efbf6 Binary files /dev/null and b/fabric-textures-v0/src/main/resources/assets/fabric-textures-v0/icon.png differ diff --git a/fabric-textures-v0/src/main/resources/fabric.mod.json b/fabric-textures-v0/src/main/resources/fabric.mod.json index 852942f7f..1d3156ebf 100644 --- a/fabric-textures-v0/src/main/resources/fabric.mod.json +++ b/fabric-textures-v0/src/main/resources/fabric.mod.json @@ -1,13 +1,25 @@ { "schemaVersion": 1, "id": "fabric-textures-v0", + "name": "Fabric Textures (v0)", "version": "${version}", - "license": "Apache-2.0", "environment": "client", + "license": "Apache-2.0", + "icon": "assets/fabric-textures-v0/icon.png", + "contact": { + "homepage": "https://fabricmc.net", + "irc": "irc://irc.esper.net:6667/fabric", + "issues": "https://github.com/FabricMC/fabric/issues", + "sources": "https://github.com/FabricMC/fabric" + }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.4.0", "fabric-api-base": "*" }, + "description": "Hooks for texture loading and registration.", "mixins": [ "fabric-textures-v0.mixins.json" ] diff --git a/src/main/resources/assets/fabric/icon.png b/src/main/resources/assets/fabric/icon.png index 7c97cba4b..2931efbf6 100644 Binary files a/src/main/resources/assets/fabric/icon.png and b/src/main/resources/assets/fabric/icon.png differ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fa3150389..e5f7fecc6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "fabric", "name": "Fabric API", "version": "${version}", - "description": "Core API module providing key hooks and intercompatibility features.", + "environment": "*", "license": "Apache-2.0", "icon": "assets/fabric/icon.png", "contact": { @@ -12,8 +12,12 @@ "issues": "https://github.com/FabricMC/fabric/issues", "sources": "https://github.com/FabricMC/fabric" }, + "authors": [ + "FabricMC" + ], "depends": { "fabricloader": ">=0.6.1", "minecraft": "1.15.x" - } + }, + "description": "Core API module providing key hooks and intercompatibility features." }