mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-23 21:40:02 -04:00
Fix missing metadata (#1233)
* Fix certain modules not having icons
* Add additional metadata to the fabric-particles-v1 module
(cherry picked from commit ae85d92960
)
This commit is contained in:
parent
ce1444b45e
commit
6bc3f52d3f
5 changed files with 13 additions and 0 deletions
fabric-commands-v0/src/main/resources/assets/fabric-commands-v0
fabric-game-rule-api-v1/src/main/resources/assets/fabric-game-rule-api-v1
fabric-particles-v1/src/main/resources
fabric-structure-api-v1/src/main/resources/assets/fabric-structure-api-v1
Before ![]() (image error) Size: 1.5 KiB After ![]() (image error) Size: 1.5 KiB ![]() ![]() |
Binary file not shown.
After ![]() (image error) Size: 1.5 KiB |
Binary file not shown.
After ![]() (image error) Size: 1.5 KiB |
|
@ -1,11 +1,24 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "fabric-particles-v1",
|
||||
"name": "Fabric Particles (v1)",
|
||||
"version": "${version}",
|
||||
"environment": "*",
|
||||
"license": "Apache-2.0",
|
||||
"icon": "assets/fabric-particles-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 registering custom particles.",
|
||||
"mixins": [
|
||||
"fabric-particles-v1.mixins.json"
|
||||
]
|
||||
|
|
Binary file not shown.
After ![]() (image error) Size: 1.5 KiB |
Loading…
Add table
Reference in a new issue