From 5cf00fdc9ef22b41927199fd942490df1f3a801a Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Sat, 3 Apr 2021 19:07:17 +0100 Subject: [PATCH 1/9] deprecated modmenu api --- modules/cotton-cauldron/src/main/resources/fabric.mod.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/cotton-cauldron/src/main/resources/fabric.mod.json b/modules/cotton-cauldron/src/main/resources/fabric.mod.json index de40ae0..0ac8b0b 100644 --- a/modules/cotton-cauldron/src/main/resources/fabric.mod.json +++ b/modules/cotton-cauldron/src/main/resources/fabric.mod.json @@ -25,7 +25,8 @@ "cotton-commons": "*" }, "custom": { - "modmenu:api": true, - "modmenu:parent": "cotton" + "modmenu": { + "parent": "cotton" + } } } From 8859118a78159feff0451029b06bd429c4b7fa2a Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Sat, 3 Apr 2021 19:07:40 +0100 Subject: [PATCH 2/9] Update fabric.mod.json --- modules/cotton-commons/src/main/resources/fabric.mod.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/cotton-commons/src/main/resources/fabric.mod.json b/modules/cotton-commons/src/main/resources/fabric.mod.json index 0a1d4e6..448c44a 100644 --- a/modules/cotton-commons/src/main/resources/fabric.mod.json +++ b/modules/cotton-commons/src/main/resources/fabric.mod.json @@ -25,7 +25,8 @@ "fabric-tag-extensions-v0": "*" }, "custom": { - "modmenu:api": true, - "modmenu:parent": "cotton" + "modmenu": { + "parent": "cotton" + } } -} \ No newline at end of file +} From 86fd3d8cc63a521bc6782715b30f7b50420300b9 Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Sat, 3 Apr 2021 19:08:00 +0100 Subject: [PATCH 3/9] Update fabric.mod.json --- modules/cotton-config/src/main/resources/fabric.mod.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/cotton-config/src/main/resources/fabric.mod.json b/modules/cotton-config/src/main/resources/fabric.mod.json index 350c7ec..2e69e4e 100644 --- a/modules/cotton-config/src/main/resources/fabric.mod.json +++ b/modules/cotton-config/src/main/resources/fabric.mod.json @@ -15,7 +15,8 @@ "jankson": "*" }, "custom": { - "modmenu:api": true, - "modmenu:parent": "cotton" + "modmenu": { + "parent": "cotton" + } } -} \ No newline at end of file +} From a09116440e8c18fea44ecb03cc50fb225edfee40 Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Sat, 3 Apr 2021 19:08:23 +0100 Subject: [PATCH 4/9] Update fabric.mod.json --- modules/cotton-datapack/src/main/resources/fabric.mod.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/cotton-datapack/src/main/resources/fabric.mod.json b/modules/cotton-datapack/src/main/resources/fabric.mod.json index 9dc02dd..2657714 100644 --- a/modules/cotton-datapack/src/main/resources/fabric.mod.json +++ b/modules/cotton-datapack/src/main/resources/fabric.mod.json @@ -25,7 +25,8 @@ "fabric-commands-v0": "*" }, "custom": { - "modmenu:api": true, - "modmenu:parent": "cotton" + "modmenu": { + "parent": "cotton" + } } -} \ No newline at end of file +} From bfb63ea34eb62638b5cac49d3b2b0707bf1db1f2 Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Sat, 3 Apr 2021 19:08:42 +0100 Subject: [PATCH 5/9] Update fabric.mod.json --- modules/cotton-logging/src/main/resources/fabric.mod.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/cotton-logging/src/main/resources/fabric.mod.json b/modules/cotton-logging/src/main/resources/fabric.mod.json index 1cc6a93..d07c6d0 100644 --- a/modules/cotton-logging/src/main/resources/fabric.mod.json +++ b/modules/cotton-logging/src/main/resources/fabric.mod.json @@ -13,7 +13,8 @@ "fabricloader": ">=0.4.0" }, "custom": { - "modmenu:api": true, - "modmenu:parent": "cotton" + "modmenu": { + "parent": "cotton" + } } -} \ No newline at end of file +} From f836220f1f6e98a16a675948794882f6994e5c05 Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Sat, 3 Apr 2021 19:09:03 +0100 Subject: [PATCH 6/9] Update fabric.mod.json --- .../src/main/resources/fabric.mod.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/cotton-player-events/src/main/resources/fabric.mod.json b/modules/cotton-player-events/src/main/resources/fabric.mod.json index a8430c7..d0f97cc 100644 --- a/modules/cotton-player-events/src/main/resources/fabric.mod.json +++ b/modules/cotton-player-events/src/main/resources/fabric.mod.json @@ -17,7 +17,8 @@ "fabric-api-base": "*" }, "custom": { - "modmenu:api": true, - "modmenu:parent": "cotton" + "modmenu": { + "parent": "cotton" + } } -} \ No newline at end of file +} From 13916d3875a75de2f664980044b5fbf2294f6aa4 Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Sat, 3 Apr 2021 19:09:38 +0100 Subject: [PATCH 7/9] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8b3b8d9..e0e13f3 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,7 +14,6 @@ "issues": "https://github.com/CottonMC/cotton/issues" }, "custom": { - "modmenu:api": true, "modmenu": { "badges": "library" } From a36cc484d4036d3f245644636062e25c0a5e27b4 Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Sat, 3 Apr 2021 20:49:19 +0100 Subject: [PATCH 8/9] oops, forgot to add library badge --- modules/cotton-cauldron/src/main/resources/fabric.mod.json | 3 ++- modules/cotton-commons/src/main/resources/fabric.mod.json | 3 ++- modules/cotton-config/src/main/resources/fabric.mod.json | 3 ++- modules/cotton-datapack/src/main/resources/fabric.mod.json | 3 ++- modules/cotton-logging/src/main/resources/fabric.mod.json | 3 ++- .../cotton-player-events/src/main/resources/fabric.mod.json | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/modules/cotton-cauldron/src/main/resources/fabric.mod.json b/modules/cotton-cauldron/src/main/resources/fabric.mod.json index 0ac8b0b..0fb2cb8 100644 --- a/modules/cotton-cauldron/src/main/resources/fabric.mod.json +++ b/modules/cotton-cauldron/src/main/resources/fabric.mod.json @@ -26,7 +26,8 @@ }, "custom": { "modmenu": { - "parent": "cotton" + "parent": "cotton", + "badges": [ "library" ] } } } diff --git a/modules/cotton-commons/src/main/resources/fabric.mod.json b/modules/cotton-commons/src/main/resources/fabric.mod.json index 448c44a..03838a1 100644 --- a/modules/cotton-commons/src/main/resources/fabric.mod.json +++ b/modules/cotton-commons/src/main/resources/fabric.mod.json @@ -26,7 +26,8 @@ }, "custom": { "modmenu": { - "parent": "cotton" + "parent": "cotton", + "badges": [ "library" ] } } } diff --git a/modules/cotton-config/src/main/resources/fabric.mod.json b/modules/cotton-config/src/main/resources/fabric.mod.json index 2e69e4e..cb9f5ca 100644 --- a/modules/cotton-config/src/main/resources/fabric.mod.json +++ b/modules/cotton-config/src/main/resources/fabric.mod.json @@ -16,7 +16,8 @@ }, "custom": { "modmenu": { - "parent": "cotton" + "parent": "cotton", + "badges": [ "library" ] } } } diff --git a/modules/cotton-datapack/src/main/resources/fabric.mod.json b/modules/cotton-datapack/src/main/resources/fabric.mod.json index 2657714..313f6a5 100644 --- a/modules/cotton-datapack/src/main/resources/fabric.mod.json +++ b/modules/cotton-datapack/src/main/resources/fabric.mod.json @@ -26,7 +26,8 @@ }, "custom": { "modmenu": { - "parent": "cotton" + "parent": "cotton", + "badges": [ "library" ] } } } diff --git a/modules/cotton-logging/src/main/resources/fabric.mod.json b/modules/cotton-logging/src/main/resources/fabric.mod.json index d07c6d0..06bdcac 100644 --- a/modules/cotton-logging/src/main/resources/fabric.mod.json +++ b/modules/cotton-logging/src/main/resources/fabric.mod.json @@ -14,7 +14,8 @@ }, "custom": { "modmenu": { - "parent": "cotton" + "parent": "cotton", + "badges": [ "library" ] } } } diff --git a/modules/cotton-player-events/src/main/resources/fabric.mod.json b/modules/cotton-player-events/src/main/resources/fabric.mod.json index d0f97cc..50c9f25 100644 --- a/modules/cotton-player-events/src/main/resources/fabric.mod.json +++ b/modules/cotton-player-events/src/main/resources/fabric.mod.json @@ -18,7 +18,8 @@ }, "custom": { "modmenu": { - "parent": "cotton" + "parent": "cotton", + "badges": [ "library" ] } } } From f7f6b4956b8e941562d7effda38a3e8f1c62e8c9 Mon Sep 17 00:00:00 2001 From: DragonEggBedrockBreaking Date: Sun, 4 Apr 2021 10:41:34 +0100 Subject: [PATCH 9/9] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e0e13f3..87c1542 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -15,7 +15,7 @@ }, "custom": { "modmenu": { - "badges": "library" + "badges": [ "library" ] } } }