diff --git a/module-base/runtime/src/main/resources/fabric.mod.json b/module-base/runtime/src/main/resources/fabric.mod.json index fd307f1..4cdf763 100644 --- a/module-base/runtime/src/main/resources/fabric.mod.json +++ b/module-base/runtime/src/main/resources/fabric.mod.json @@ -5,7 +5,8 @@ "authors" : ["deirn"], "contributors" : [ "Lyaiya", - "qsefthuopq" + "qsefthuopq", + "StarskyXIII" ], "license" : "MIT", "icon" : "assets/megane/icon.png", diff --git a/module-compat/alloy-forgery/src/main/resources/fabric.mod.json b/module-compat/alloy-forgery/src/main/resources/fabric.mod.json index d992063..fed4a98 100644 --- a/module-compat/alloy-forgery/src/main/resources/fabric.mod.json +++ b/module-compat/alloy-forgery/src/main/resources/fabric.mod.json @@ -3,6 +3,9 @@ "id" : "megane-alloy-forgery", "version" : "${version}", "authors" : ["deirn"], + "contributors" : [ + "StarskyXIII" + ], "license" : "MIT", "icon" : "assets/megane/icon.png", "mixins" : ["megane-alloy-forgery.mixins.json"], diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 999e7dc..a27fb7c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -9,7 +9,8 @@ ], "contributors" : [ "Lyaiya", - "qsefthuopq" + "qsefthuopq", + "StarskyXIII" ], "contact" : { "homepage": "https://github.com/badasintended/megane",