From fc3944155e31826ccc65f6395d1686dddc2cc521 Mon Sep 17 00:00:00 2001 From: nobaboy <84668101+nobaboy@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:54:57 +0300 Subject: [PATCH] Updated project_owner in mixins file and removed license from fabric.mod.json --- make-my-own.sh | 5 ++++- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/make-my-own.sh b/make-my-own.sh index 7be2ebc..96bab03 100644 --- a/make-my-own.sh +++ b/make-my-own.sh @@ -58,7 +58,10 @@ echo "Setting package dir to $package_dir" "$base"/src/main/resources/fabric.mod.json # Update and rename fabricmodtemplate.mixins.json - sed -i "s/fabricmodtemplate/$modid/g" "$base"/src/main/resources/fabricmodtemplate.mixins.json + sed -i \ + -e "s/fabricmodtemplate/$modid/g" \ + -e "s/nobaboy/$project_owner/g" \ + "$base"/src/main/resources/fabricmodtemplate.mixins.json mv "$base"/src/main/resources/fabricmodtemplate.mixins.json "$base"/src/main/resources/"$modid".mixins.json # Remove the init workflow script diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c69773c..78b3f3e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -11,7 +11,7 @@ "sources": "https://github.com/nobaboy/FabricModTemplate", "issues": "https://github.com/nobaboy/FabricModTemplate/issues" }, - "license": "LGPL-3.0-or-later", + "license": "", "environment": "client", "entrypoints": { "client": [