Skip to content

Commit

Permalink
Remove deprecated ModMenu Stuff (#32)
Browse files Browse the repository at this point in the history
* Update fabric.mod.json

* Update fabric.mod.json

* Update fabric.mod.json

* Update fabric.mod.json

* Update fabric.mod.json

* Update fabric.mod.json

* Update fabric.mod.json

* Update fabric.mod.json

* Update fabric.mod.json

* Add library badge
  • Loading branch information
DragonEggBedrockBreaking committed Apr 3, 2021
1 parent 77c3e49 commit 554684e
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 28 deletions.
8 changes: 5 additions & 3 deletions cloth-armor-api-v1/src/main/resources/fabric.mod.json
Expand Up @@ -19,7 +19,9 @@
"cloth-armor-api-v1.mixins.json"
],
"custom": {
"modmenu:api": true,
"modmenu:parent": "cloth-api"
"modmenu": {
"parent": "cloth-api",
"badges": [ "library" ]
}
}
}
}
9 changes: 5 additions & 4 deletions cloth-client-events-v0/src/main/resources/fabric.mod.json
Expand Up @@ -22,8 +22,9 @@
"fabric-api-base": "*"
},
"custom": {
"modmenu:api": true,
"modmenu:clientsideOnly": true,
"modmenu:parent": "cloth-api"
"modmenu": {
"parent": "cloth-api",
"badges": [ "library" ]
}
}
}
}
8 changes: 5 additions & 3 deletions cloth-common-events-v1/src/main/resources/fabric.mod.json
Expand Up @@ -19,7 +19,9 @@
"cloth-common-events-v1.mixins.json"
],
"custom": {
"modmenu:api": true,
"modmenu:parent": "cloth-api"
"modmenu": {
"parent": "cloth-api",
"badges": [ "library" ]
}
}
}
}
8 changes: 5 additions & 3 deletions cloth-datagen-api-v1/src/main/resources/fabric.mod.json
Expand Up @@ -17,7 +17,9 @@
"environment": "*",
"accessWidener": "cloth-datagen-api-v1.accessWidener",
"custom": {
"modmenu:api": true,
"modmenu:parent": "cloth-api"
"modmenu": {
"parent": "cloth-api",
"badges": [ "library" ]
}
}
}
}
Expand Up @@ -19,7 +19,9 @@
"cloth-durability-bar-api-v1.mixins.json"
],
"custom": {
"modmenu:api": true,
"modmenu:parent": "cloth-api"
"modmenu": {
"parent": "cloth-api",
"badges": [ "library" ]
}
}
}
}
Expand Up @@ -25,7 +25,9 @@
},
"accessWidener": "cloth-dynamic-registry-api-v1.accessWidener",
"custom": {
"modmenu:api": true,
"modmenu:parent": "cloth-api"
"modmenu": {
"parent": "cloth-api",
"badges": [ "library" ]
}
}
}
}
9 changes: 5 additions & 4 deletions cloth-scissors-api-v1/src/main/resources/fabric.mod.json
Expand Up @@ -16,8 +16,9 @@
"icon": "icon.png",
"environment": "client",
"custom": {
"modmenu:api": true,
"modmenu:clientsideOnly": true,
"modmenu:parent": "cloth-api"
"modmenu": {
"parent": "cloth-api",
"badges": [ "library" ]
}
}
}
}
8 changes: 5 additions & 3 deletions cloth-utils-v1/src/main/resources/fabric.mod.json
Expand Up @@ -21,7 +21,9 @@
"icon": "icon.png",
"environment": "*",
"custom": {
"modmenu:api": true,
"modmenu:parent": "cloth-api"
"modmenu": {
"parent": "cloth-api",
"badges": [ "library" ]
}
}
}
}
7 changes: 5 additions & 2 deletions src/main/resources/fabric.mod.json
Expand Up @@ -15,7 +15,10 @@
"license": "Unlicense",
"icon": "icon.png",
"environment": "*",

"custom": {
"modmenu:api": true
"modmenu": {
"badges": [ "library" ]
}
}
}
}

0 comments on commit 554684e

Please sign in to comment.