Skip to content

Commit a147436

Browse files
authored
feat: moved to headlesshq (#7)
1 parent 32310b1 commit a147436

17 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- { dir: 1_19, mc: 1.19.4, lex: 45.2.9, neo: 0, java: 17 }
1717
- { dir: 1_16, mc: 1.16.5, lex: 36.2.42, neo: 0, java: 8 }
1818
- { dir: 1_12, mc: 1.12.2, lex: 14.23.5.2860, neo: 0, java: 8 }
19-
uses: 3arthqu4ke/hmc-optimizations/.github/workflows/build-specific-reusable.yml@main
19+
uses: headlesshq/hmc-optimizations/.github/workflows/build-specific-reusable.yml@main
2020
with:
2121
dir: ${{ matrix.version.dir }}
2222
mc: ${{ matrix.version.mc }}

.github/workflows/run-mc-runtime-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: List mod dir
6262
run: ls run/mods
6363
- name: Run the MC client
64-
uses: 3arthqu4ke/[email protected]
64+
uses: headlesshq/[email protected]
6565
with:
6666
mc: ${{ matrix.version.mc }}
6767
modloader: ${{ matrix.version.modloader }}

1_12/src/fabric/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"3arthqu4ke"
1010
],
1111
"contact": {
12-
"homepage": "https://github.com/3arthqu4ke/hmc-optimizations",
13-
"sources": "https://github.com/3arthqu4ke/hmc-optimizations"
12+
"homepage": "https://github.com/headlesshq/hmc-optimizations",
13+
"sources": "https://github.com/headlesshq/hmc-optimizations"
1414
},
1515

1616
"license": "MIT",

1_12/src/lexforge/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
modLoader = "javafml"
22
loaderVersion = "[1,)"
3-
issueTrackerURL = "https://github.com/3arthqu4ke/hmc-optimizations"
3+
issueTrackerURL = "https://github.com/headlesshq/hmc-optimizations"
44
license = "MIT"
55

66
[[mods]]

1_12/src/lexforge/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Version specific optimizations for HeadlessMC",
66
"version": "${version}",
77
"mcversion": "1.12.2",
8-
"url": "https://github.com/3arthqu4ke/hmc-optimizations",
8+
"url": "https://github.com/headlesshq/hmc-optimizations",
99
"updateUrl": "",
1010
"authorList": ["3arthqu4ke"],
1111
"credits": "",

1_16/src/fabric/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"3arthqu4ke"
1010
],
1111
"contact": {
12-
"homepage": "https://github.com/3arthqu4ke/hmc-optimizations",
13-
"sources": "https://github.com/3arthqu4ke/hmc-optimizations"
12+
"homepage": "https://github.com/headlesshq/hmc-optimizations",
13+
"sources": "https://github.com/headlesshq/hmc-optimizations"
1414
},
1515

1616
"license": "MIT",

1_16/src/lexforge/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
modLoader = "javafml"
22
loaderVersion = "[1,)"
3-
issueTrackerURL = "https://github.com/3arthqu4ke/hmc-optimizations"
3+
issueTrackerURL = "https://github.com/headlesshq/hmc-optimizations"
44
license = "MIT"
55

66
[[mods]]

1_19/src/fabric/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"3arthqu4ke"
1010
],
1111
"contact": {
12-
"homepage": "https://github.com/3arthqu4ke/hmc-optimizations",
13-
"sources": "https://github.com/3arthqu4ke/hmc-optimizations"
12+
"homepage": "https://github.com/headlesshq/hmc-optimizations",
13+
"sources": "https://github.com/headlesshq/hmc-optimizations"
1414
},
1515

1616
"license": "MIT",

1_19/src/lexforge/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
modLoader = "javafml"
22
loaderVersion = "[1,)"
3-
issueTrackerURL = "https://github.com/3arthqu4ke/hmc-optimizations"
3+
issueTrackerURL = "https://github.com/headlesshq/hmc-optimizations"
44
license = "MIT"
55

66
[[mods]]

1_20/src/fabric/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"3arthqu4ke"
1010
],
1111
"contact": {
12-
"homepage": "https://github.com/3arthqu4ke/hmc-optimizations",
13-
"sources": "https://github.com/3arthqu4ke/hmc-optimizations"
12+
"homepage": "https://github.com/headlesshq/hmc-optimizations",
13+
"sources": "https://github.com/headlesshq/hmc-optimizations"
1414
},
1515

1616
"license": "MIT",

0 commit comments

Comments
 (0)