From 2e1a36b8a02016d1424d17f6d73ed3dff368a599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lobo=20Metal=C3=BArgico?= <43734867+LoboMetalurgico@users.noreply.github.com> Date: Fri, 10 Nov 2023 01:53:37 -0300 Subject: [PATCH] (chore): rebrand Co-Authored-By: Space_Fox <44732812+emanuelfranklyn@users.noreply.github.com> --- settings.gradle.kts | 2 +- src/main/resources/fabric.mod.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 01c98af..3a44699 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -19,7 +19,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -rootProject.name = "AE2CCBridge" +rootProject.name = "PowerAE2CCBridge" pluginManagement { repositories { diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 564358e..f6d64d0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,13 +3,13 @@ "id": "ae2cc", "version": "${version}", - "name": "AE2CC Bridge", + "name": "Power AE2CC Bridge", "description": "An Applied Energistics 2 bridge for ComputerCraft", "authors": ["TheMrMilchmann"], "contact": { - "homepage": "https://github.com/TheMrMilchmann/AE2CCBridge", - "issues": "https://github.com/TheMrMilchmann/AE2CCBridge/issues", - "sources": "https://github.com/TheMrMilchmann/AE2CCBridge" + "homepage": "https://github.com/GameModsBR/PowerAE2CCBridge", + "issues": "https://github.com/GameModsBR/PowerAE2CCBridge/issues", + "sources": "https://github.com/GameModsBR/PowerAE2CCBridge" }, "license": "MIT",