diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index e7b9112..6dc0e79 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -16,7 +16,7 @@ jobs: - { dir: 1_19, mc: 1.19.4, lex: 45.2.9, neo: 0, java: 17 } - { dir: 1_16, mc: 1.16.5, lex: 36.2.42, neo: 0, java: 8 } - { dir: 1_12, mc: 1.12.2, lex: 14.23.5.2860, neo: 0, java: 8 } - uses: 3arthqu4ke/hmc-optimizations/.github/workflows/build-specific-reusable.yml@main + uses: headlesshq/hmc-optimizations/.github/workflows/build-specific-reusable.yml@main with: dir: ${{ matrix.version.dir }} mc: ${{ matrix.version.mc }} diff --git a/.github/workflows/run-mc-runtime-test.yml b/.github/workflows/run-mc-runtime-test.yml index ad0c337..f5084ad 100644 --- a/.github/workflows/run-mc-runtime-test.yml +++ b/.github/workflows/run-mc-runtime-test.yml @@ -61,7 +61,7 @@ jobs: - name: List mod dir run: ls run/mods - name: Run the MC client - uses: 3arthqu4ke/mc-runtime-test@3.0.0 + uses: headlesshq/mc-runtime-test@3.0.0 with: mc: ${{ matrix.version.mc }} modloader: ${{ matrix.version.modloader }} diff --git a/1_12/src/fabric/resources/fabric.mod.json b/1_12/src/fabric/resources/fabric.mod.json index f5bd821..0aef115 100644 --- a/1_12/src/fabric/resources/fabric.mod.json +++ b/1_12/src/fabric/resources/fabric.mod.json @@ -9,8 +9,8 @@ "3arthqu4ke" ], "contact": { - "homepage": "https://github.com/3arthqu4ke/hmc-optimizations", - "sources": "https://github.com/3arthqu4ke/hmc-optimizations" + "homepage": "https://github.com/headlesshq/hmc-optimizations", + "sources": "https://github.com/headlesshq/hmc-optimizations" }, "license": "MIT", diff --git a/1_12/src/lexforge/resources/META-INF/mods.toml b/1_12/src/lexforge/resources/META-INF/mods.toml index 468dff5..8f8f275 100644 --- a/1_12/src/lexforge/resources/META-INF/mods.toml +++ b/1_12/src/lexforge/resources/META-INF/mods.toml @@ -1,6 +1,6 @@ modLoader = "javafml" loaderVersion = "[1,)" -issueTrackerURL = "https://github.com/3arthqu4ke/hmc-optimizations" +issueTrackerURL = "https://github.com/headlesshq/hmc-optimizations" license = "MIT" [[mods]] diff --git a/1_12/src/lexforge/resources/mcmod.info b/1_12/src/lexforge/resources/mcmod.info index b0ee363..503eae9 100644 --- a/1_12/src/lexforge/resources/mcmod.info +++ b/1_12/src/lexforge/resources/mcmod.info @@ -5,7 +5,7 @@ "description": "Version specific optimizations for HeadlessMC", "version": "${version}", "mcversion": "1.12.2", - "url": "https://github.com/3arthqu4ke/hmc-optimizations", + "url": "https://github.com/headlesshq/hmc-optimizations", "updateUrl": "", "authorList": ["3arthqu4ke"], "credits": "", diff --git a/1_16/src/fabric/resources/fabric.mod.json b/1_16/src/fabric/resources/fabric.mod.json index 8ef9b98..61eb356 100644 --- a/1_16/src/fabric/resources/fabric.mod.json +++ b/1_16/src/fabric/resources/fabric.mod.json @@ -9,8 +9,8 @@ "3arthqu4ke" ], "contact": { - "homepage": "https://github.com/3arthqu4ke/hmc-optimizations", - "sources": "https://github.com/3arthqu4ke/hmc-optimizations" + "homepage": "https://github.com/headlesshq/hmc-optimizations", + "sources": "https://github.com/headlesshq/hmc-optimizations" }, "license": "MIT", diff --git a/1_16/src/lexforge/resources/META-INF/mods.toml b/1_16/src/lexforge/resources/META-INF/mods.toml index 190136c..7da522c 100644 --- a/1_16/src/lexforge/resources/META-INF/mods.toml +++ b/1_16/src/lexforge/resources/META-INF/mods.toml @@ -1,6 +1,6 @@ modLoader = "javafml" loaderVersion = "[1,)" -issueTrackerURL = "https://github.com/3arthqu4ke/hmc-optimizations" +issueTrackerURL = "https://github.com/headlesshq/hmc-optimizations" license = "MIT" [[mods]] diff --git a/1_19/src/fabric/resources/fabric.mod.json b/1_19/src/fabric/resources/fabric.mod.json index 1a0281c..30f8d38 100644 --- a/1_19/src/fabric/resources/fabric.mod.json +++ b/1_19/src/fabric/resources/fabric.mod.json @@ -9,8 +9,8 @@ "3arthqu4ke" ], "contact": { - "homepage": "https://github.com/3arthqu4ke/hmc-optimizations", - "sources": "https://github.com/3arthqu4ke/hmc-optimizations" + "homepage": "https://github.com/headlesshq/hmc-optimizations", + "sources": "https://github.com/headlesshq/hmc-optimizations" }, "license": "MIT", diff --git a/1_19/src/lexforge/resources/META-INF/mods.toml b/1_19/src/lexforge/resources/META-INF/mods.toml index 50ad68f..b29c10d 100644 --- a/1_19/src/lexforge/resources/META-INF/mods.toml +++ b/1_19/src/lexforge/resources/META-INF/mods.toml @@ -1,6 +1,6 @@ modLoader = "javafml" loaderVersion = "[1,)" -issueTrackerURL = "https://github.com/3arthqu4ke/hmc-optimizations" +issueTrackerURL = "https://github.com/headlesshq/hmc-optimizations" license = "MIT" [[mods]] diff --git a/1_20/src/fabric/resources/fabric.mod.json b/1_20/src/fabric/resources/fabric.mod.json index 9ef5929..ccc6557 100644 --- a/1_20/src/fabric/resources/fabric.mod.json +++ b/1_20/src/fabric/resources/fabric.mod.json @@ -9,8 +9,8 @@ "3arthqu4ke" ], "contact": { - "homepage": "https://github.com/3arthqu4ke/hmc-optimizations", - "sources": "https://github.com/3arthqu4ke/hmc-optimizations" + "homepage": "https://github.com/headlesshq/hmc-optimizations", + "sources": "https://github.com/headlesshq/hmc-optimizations" }, "license": "MIT", diff --git a/1_20/src/lexforge/resources/META-INF/mods.toml b/1_20/src/lexforge/resources/META-INF/mods.toml index 38287f8..17fe30c 100644 --- a/1_20/src/lexforge/resources/META-INF/mods.toml +++ b/1_20/src/lexforge/resources/META-INF/mods.toml @@ -1,6 +1,6 @@ modLoader = "javafml" loaderVersion = "[1,)" -issueTrackerURL = "https://github.com/3arthqu4ke/hmc-optimizations" +issueTrackerURL = "https://github.com/headlesshq/hmc-optimizations" license = "MIT" [[mods]] diff --git a/1_20/src/neoforge/resources/META-INF/neoforge.mods.toml b/1_20/src/neoforge/resources/META-INF/neoforge.mods.toml index 38287f8..17fe30c 100644 --- a/1_20/src/neoforge/resources/META-INF/neoforge.mods.toml +++ b/1_20/src/neoforge/resources/META-INF/neoforge.mods.toml @@ -1,6 +1,6 @@ modLoader = "javafml" loaderVersion = "[1,)" -issueTrackerURL = "https://github.com/3arthqu4ke/hmc-optimizations" +issueTrackerURL = "https://github.com/headlesshq/hmc-optimizations" license = "MIT" [[mods]] diff --git a/1_21/src/fabric/resources/fabric.mod.json b/1_21/src/fabric/resources/fabric.mod.json index 35b8777..026925c 100644 --- a/1_21/src/fabric/resources/fabric.mod.json +++ b/1_21/src/fabric/resources/fabric.mod.json @@ -9,8 +9,8 @@ "3arthqu4ke" ], "contact": { - "homepage": "https://github.com/3arthqu4ke/hmc-optimizations", - "sources": "https://github.com/3arthqu4ke/hmc-optimizations" + "homepage": "https://github.com/headlesshq/hmc-optimizations", + "sources": "https://github.com/headlesshq/hmc-optimizations" }, "license": "MIT", diff --git a/1_21/src/lexforge/resources/META-INF/mods.toml b/1_21/src/lexforge/resources/META-INF/mods.toml index 0b5a414..3c58a4e 100644 --- a/1_21/src/lexforge/resources/META-INF/mods.toml +++ b/1_21/src/lexforge/resources/META-INF/mods.toml @@ -1,6 +1,6 @@ modLoader = "javafml" loaderVersion = "[1,)" -issueTrackerURL = "https://github.com/3arthqu4ke/hmc-optimizations" +issueTrackerURL = "https://github.com/headlesshq/hmc-optimizations" license = "MIT" [[mods]] diff --git a/1_21/src/neoforge/resources/META-INF/neoforge.mods.toml b/1_21/src/neoforge/resources/META-INF/neoforge.mods.toml index 0b5a414..3c58a4e 100644 --- a/1_21/src/neoforge/resources/META-INF/neoforge.mods.toml +++ b/1_21/src/neoforge/resources/META-INF/neoforge.mods.toml @@ -1,6 +1,6 @@ modLoader = "javafml" loaderVersion = "[1,)" -issueTrackerURL = "https://github.com/3arthqu4ke/hmc-optimizations" +issueTrackerURL = "https://github.com/headlesshq/hmc-optimizations" license = "MIT" [[mods]] diff --git a/LICENSE b/LICENSE index 14291a8..3e5f304 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 3arthqu4ke +Copyright (c) 2025 3arthqu4ke Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.MD b/README.MD index 3ab7c35..bde6ffd 100644 --- a/README.MD +++ b/README.MD @@ -1,14 +1,14 @@

HMC-Optimizations

Version specific optimizations for the HeadlessMc runtime.

-

Mc-Runtime-Test | HMC | HMC-Specifics | HMC-Optimizations

+

Mc-Runtime-Test | HMC | HMC-Specifics | HMC-Optimizations

-[![CodeFactor](https://www.codefactor.io/repository/github/3arthqu4ke/hmc-optimizations/badge/1.20.4)](https://www.codefactor.io/repository/github/3arthqu4ke/hmc-optimizations/overview/1.20.4) -[![GitHub All Releases](https://img.shields.io/github/downloads/3arthqu4ke/hmc-optimizations/total.svg)](https://github.com/3arthqu4ke/hmc-optimizations/releases) -![](https://github.com/3arthqu4ke/hmc-optimizations/actions/workflows/run-mc-runtime-test.yml/badge.svg) -![GitHub](https://img.shields.io/github/license/3arthqu4ke/hmc-optimizations) -![Github last-commit](https://img.shields.io/github/last-commit/3arthqu4ke/hmc-optimizations) +[![CodeFactor](https://www.codefactor.io/repository/github/headlesshq/hmc-optimizations/badge/1.20.4)](https://www.codefactor.io/repository/github/headlesshq/hmc-optimizations/overview/1.20.4) +[![GitHub All Releases](https://img.shields.io/github/downloads/headlesshq/hmc-optimizations/total.svg)](https://github.com/headlesshq/hmc-optimizations/releases) +![](https://github.com/headlesshq/hmc-optimizations/actions/workflows/run-mc-runtime-test.yml/badge.svg) +![GitHub](https://img.shields.io/github/license/headlesshq/hmc-optimizations) +![Github last-commit](https://img.shields.io/github/last-commit/headlesshq/hmc-optimizations)
@@ -20,7 +20,7 @@ > Also mods that have mixins in rendering functions and NEED > them to be called will not work, because we skip that code. -Version specific optimizations for [HeadlessMC](https://github.com/3arthqu4ke/headlessmc). +Version specific optimizations for [HeadlessMC](https://github.com/headlesshq/headlessmc). The goal of HeadlessMC is to make the Minecraft client run on the command line. It does so by hooking into the LWJGL library skipping all the code. This also makes it largely Minecraft version independent, as I only have to target the LWJGL library.