From e10d70143f3185c14da2f28e34ee00504ea89f6d Mon Sep 17 00:00:00 2001 From: Raven Szewczyk Date: Fri, 24 May 2024 19:27:33 +0100 Subject: Remove unnecessary root directory files in all the submods --- .git-blame-ignore-revs | 14 + bartworks/.editorconfig | 19 - bartworks/.git-blame-ignore-revs | 4 - bartworks/.gitattributes | 44 -- bartworks/.github/workflows/build-and-test.yml | 13 - bartworks/.github/workflows/release-tags.yml | 14 - bartworks/.gitignore | 38 -- bartworks/CHANGELOG-2.1.1.0.md | 320 ---------- bartworks/CODEOWNERS | 3 - bartworks/LICENSE | 165 ----- bartworks/README.md | 16 - bartworks/build.gradle | 5 - bartworks/gradle/wrapper/gradle-wrapper.jar | Bin 43453 -> 0 bytes bartworks/gradle/wrapper/gradle-wrapper.properties | 7 - bartworks/gradlew | 249 -------- bartworks/gradlew.bat | 92 --- bartworks/jitpack.yml | 2 - bartworks/repositories.gradle | 16 - bartworks/settings.gradle | 23 - galacticgreg/.git-blame-ignore-revs | 3 - galacticgreg/.gitattributes | 44 -- galacticgreg/.github/workflows/build-and-test.yml | 13 - galacticgreg/.github/workflows/release-tags.yml | 14 - galacticgreg/.gitignore | 29 - galacticgreg/CODEOWNERS | 3 - galacticgreg/LICENSE | 340 ----------- galacticgreg/README.md | 18 - galacticgreg/build.gradle | 5 - galacticgreg/gradle/wrapper/gradle-wrapper.jar | Bin 43453 -> 0 bytes .../gradle/wrapper/gradle-wrapper.properties | 7 - galacticgreg/gradlew | 249 -------- galacticgreg/gradlew.bat | 92 --- galacticgreg/jitpack.yml | 2 - galacticgreg/repositories.gradle | 4 - galacticgreg/settings.gradle | 23 - gtpp/.git-blame-ignore-revs | 4 - gtpp/.gitattributes | 44 -- gtpp/.github/workflows/build-and-test.yml | 15 - gtpp/.github/workflows/release-tags.yml | 14 - gtpp/.gitignore | 38 -- gtpp/CODEOWNERS | 3 - gtpp/ISSUE_TEMPLATE.md | 48 -- gtpp/LICENSE | 676 --------------------- gtpp/README.md | 7 - gtpp/addon.gradle | 3 - gtpp/build.gradle | 5 - gtpp/gradle/wrapper/gradle-wrapper.jar | Bin 43453 -> 0 bytes gtpp/gradle/wrapper/gradle-wrapper.properties | 7 - gtpp/gradlew | 249 -------- gtpp/gradlew.bat | 92 --- gtpp/jitpack.yml | 2 - gtpp/repositories.gradle | 4 - gtpp/settings.gradle | 23 - repositories.gradle | 12 + tectech/.git-blame-ignore-revs | 3 - tectech/.gitattributes | 44 -- tectech/.github/workflows/build-and-test.yml | 13 - tectech/.github/workflows/release-tags.yml | 14 - tectech/.gitignore | 38 -- tectech/.gitmodules | 0 tectech/CODEOWNERS | 3 - tectech/README.md | 23 - tectech/build.gradle | 5 - ...orldEditCuiFe-v1.0.7-mf-1.7.10-10.13.4.1566.jar | Bin 93851 -> 0 bytes tectech/gradle/wrapper/gradle-wrapper.jar | Bin 43453 -> 0 bytes tectech/gradle/wrapper/gradle-wrapper.properties | 7 - tectech/gradlew | 249 -------- tectech/gradlew.bat | 92 --- tectech/jitpack.yml | 2 - tectech/repositories.gradle | 16 - tectech/settings.gradle | 23 - 71 files changed, 26 insertions(+), 3642 deletions(-) delete mode 100644 bartworks/.editorconfig delete mode 100644 bartworks/.git-blame-ignore-revs delete mode 100644 bartworks/.gitattributes delete mode 100644 bartworks/.github/workflows/build-and-test.yml delete mode 100644 bartworks/.github/workflows/release-tags.yml delete mode 100644 bartworks/.gitignore delete mode 100644 bartworks/CHANGELOG-2.1.1.0.md delete mode 100644 bartworks/CODEOWNERS delete mode 100644 bartworks/LICENSE delete mode 100644 bartworks/README.md delete mode 100644 bartworks/build.gradle delete mode 100644 bartworks/gradle/wrapper/gradle-wrapper.jar delete mode 100644 bartworks/gradle/wrapper/gradle-wrapper.properties delete mode 100755 bartworks/gradlew delete mode 100644 bartworks/gradlew.bat delete mode 100644 bartworks/jitpack.yml delete mode 100644 bartworks/repositories.gradle delete mode 100644 bartworks/settings.gradle delete mode 100644 galacticgreg/.git-blame-ignore-revs delete mode 100644 galacticgreg/.gitattributes delete mode 100644 galacticgreg/.github/workflows/build-and-test.yml delete mode 100644 galacticgreg/.github/workflows/release-tags.yml delete mode 100644 galacticgreg/.gitignore delete mode 100644 galacticgreg/CODEOWNERS delete mode 100644 galacticgreg/LICENSE delete mode 100644 galacticgreg/README.md delete mode 100644 galacticgreg/build.gradle delete mode 100644 galacticgreg/gradle/wrapper/gradle-wrapper.jar delete mode 100644 galacticgreg/gradle/wrapper/gradle-wrapper.properties delete mode 100755 galacticgreg/gradlew delete mode 100644 galacticgreg/gradlew.bat delete mode 100644 galacticgreg/jitpack.yml delete mode 100644 galacticgreg/repositories.gradle delete mode 100644 galacticgreg/settings.gradle delete mode 100644 gtpp/.git-blame-ignore-revs delete mode 100644 gtpp/.gitattributes delete mode 100644 gtpp/.github/workflows/build-and-test.yml delete mode 100644 gtpp/.github/workflows/release-tags.yml delete mode 100644 gtpp/.gitignore delete mode 100644 gtpp/CODEOWNERS delete mode 100644 gtpp/ISSUE_TEMPLATE.md delete mode 100644 gtpp/LICENSE delete mode 100644 gtpp/README.md delete mode 100644 gtpp/addon.gradle delete mode 100644 gtpp/build.gradle delete mode 100644 gtpp/gradle/wrapper/gradle-wrapper.jar delete mode 100644 gtpp/gradle/wrapper/gradle-wrapper.properties delete mode 100755 gtpp/gradlew delete mode 100644 gtpp/gradlew.bat delete mode 100644 gtpp/jitpack.yml delete mode 100644 gtpp/repositories.gradle delete mode 100644 gtpp/settings.gradle delete mode 100644 tectech/.git-blame-ignore-revs delete mode 100644 tectech/.gitattributes delete mode 100644 tectech/.github/workflows/build-and-test.yml delete mode 100644 tectech/.github/workflows/release-tags.yml delete mode 100644 tectech/.gitignore delete mode 100644 tectech/.gitmodules delete mode 100644 tectech/CODEOWNERS delete mode 100644 tectech/README.md delete mode 100644 tectech/build.gradle delete mode 100644 tectech/dependencies/WorldEditCuiFe-v1.0.7-mf-1.7.10-10.13.4.1566.jar delete mode 100644 tectech/gradle/wrapper/gradle-wrapper.jar delete mode 100644 tectech/gradle/wrapper/gradle-wrapper.properties delete mode 100755 tectech/gradlew delete mode 100644 tectech/gradlew.bat delete mode 100644 tectech/jitpack.yml delete mode 100644 tectech/repositories.gradle delete mode 100644 tectech/settings.gradle diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 1bf7b726ae..db39c4eff7 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -11,4 +11,18 @@ b088958c9f6935d356b6c087c8e8106b400aa24f # GigaGramFab spotless d755802d116daddc62b47679d7f65490c4bdd7d6 dc9f68ad0ab8ce378a1680da0d59510de1f7236c +# bartworks spotlessApply reformat +f0f62d38a0c7834336afb73446ed67f7a850ae44 +dff9a4e6c3e688dd66dd44ce546d1d1e01f5c77a +9c07ac0bffe24963f4fd6f44d148e3dcea5b2fd7 +# GalacticGreg spotlessApply reformat +960bbb3537d7c8c552050b5826de58bc8d798f04 +7976c2a8c761e9a4cd53ae42ac6939f89aafdf86 +# GT++ spotlessApply reformat +55f64675b42ac8d3c557cc850f78664bee006f6f +7d1f51a8937e0a86486267437d444696e81e8aa0 +69ce418e29e22391f60cdd55815727762a78c33a +# TecTech spotlessApply reformat +f32d404a051f6ad9d181792d6b489ed6e4a8f80f +a242a3324c398a709ce83325160ffe593bfe2a81 diff --git a/bartworks/.editorconfig b/bartworks/.editorconfig deleted file mode 100644 index 6effbc91a8..0000000000 --- a/bartworks/.editorconfig +++ /dev/null @@ -1,19 +0,0 @@ -# This is the universal Text Editor Configuration -# for all GTNewHorizons projects -# See: https://editorconfig.org/ - -root = true - -[*] -charset = utf-8 -end_of_line = lf -indent_size = 4 -indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true - -[*.{bat,ini}] -end_of_line = crlf - -[*.{dtd,json,info,mcmeta,md,sh,svg,xml,xsd,xsl,yaml,yml}] -indent_size = 2 diff --git a/bartworks/.git-blame-ignore-revs b/bartworks/.git-blame-ignore-revs deleted file mode 100644 index b4d44c6096..0000000000 --- a/bartworks/.git-blame-ignore-revs +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore spotlessApply reformat -f0f62d38a0c7834336afb73446ed67f7a850ae44 -dff9a4e6c3e688dd66dd44ce546d1d1e01f5c77a -9c07ac0bffe24963f4fd6f44d148e3dcea5b2fd7 diff --git a/bartworks/.gitattributes b/bartworks/.gitattributes deleted file mode 100644 index fd2792b6cb..0000000000 --- a/bartworks/.gitattributes +++ /dev/null @@ -1,44 +0,0 @@ -* text eol=lf - -*.[jJ][aA][rR] binary - -*.[pP][nN][gG] binary -*.[jJ][pP][gG] binary -*.[jJ][pP][eE][gG] binary -*.[gG][iI][fF] binary -*.[tT][iI][fF] binary -*.[tT][iI][fF][fF] binary -*.[iI][cC][oO] binary -*.[sS][vV][gG] text -*.[eE][pP][sS] binary -*.[xX][cC][fF] binary - -*.[kK][aA][rR] binary -*.[mM]4[aA] binary -*.[mM][iI][dD] binary -*.[mM][iI][dD][iI] binary -*.[mM][pP]3 binary -*.[oO][gG][gG] binary -*.[rR][aA] binary - -*.7[zZ] binary -*.[gG][zZ] binary -*.[tT][aA][rR] binary -*.[tT][gG][zZ] binary -*.[zZ][iI][pP] binary - -*.[tT][cC][nN] binary -*.[sS][oO] binary -*.[dD][lL][lL] binary -*.[dD][yY][lL][iI][bB] binary -*.[pP][sS][dD] binary -*.[tT][tT][fF] binary -*.[oO][tT][fF] binary - -*.[pP][aA][tT][cC][hH] -text - -*.[bB][aA][tT] text eol=crlf -*.[cC][mM][dD] text eol=crlf -*.[pP][sS]1 text eol=crlf - -*[aA][uU][tT][oO][gG][eE][nN][eE][rR][aA][tT][eE][dD]* binary diff --git a/bartworks/.github/workflows/build-and-test.yml b/bartworks/.github/workflows/build-and-test.yml deleted file mode 100644 index 3ee2f686fd..0000000000 --- a/bartworks/.github/workflows/build-and-test.yml +++ /dev/null @@ -1,13 +0,0 @@ - -name: Build and test - -on: - pull_request: - branches: [ master, main ] - push: - branches: [ master, main ] - -jobs: - build-and-test: - uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master - secrets: inherit diff --git a/bartworks/.github/workflows/release-tags.yml b/bartworks/.github/workflows/release-tags.yml deleted file mode 100644 index e4c0be6b0d..0000000000 --- a/bartworks/.github/workflows/release-tags.yml +++ /dev/null @@ -1,14 +0,0 @@ - -name: Release tagged build - -on: - push: - tags: [ '*' ] - -permissions: - contents: write - -jobs: - release-tags: - uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/release-tags.yml@master - secrets: inherit diff --git a/bartworks/.gitignore b/bartworks/.gitignore deleted file mode 100644 index 5e80e0ae57..0000000000 --- a/bartworks/.gitignore +++ /dev/null @@ -1,38 +0,0 @@ -.gradle -.settings -/.idea/ -/.vscode/ -/run/ -/build/ -/eclipse/ -.classpath -.project -/bin/ -/config/ -/crash-reports/ -/logs/ -options.txt -/saves/ -usernamecache.json -banned-ips.json -banned-players.json -eula.txt -ops.json -server.properties -servers.dat -usercache.json -whitelist.json -/out/ -*.iml -*.ipr -*.iws -src/main/resources/mixins.*([!.]).json -*.bat -*.DS_Store -!gradlew.bat -.factorypath -addon.local.gradle -addon.local.gradle.kts -addon.late.local.gradle -addon.late.local.gradle.kts -layout.json diff --git a/bartworks/CHANGELOG-2.1.1.0.md b/bartworks/CHANGELOG-2.1.1.0.md deleted file mode 100644 index 4018003d1e..0000000000 --- a/bartworks/CHANGELOG-2.1.1.0.md +++ /dev/null @@ -1,320 +0,0 @@ - -# - -Changelog of . - - -### No issue -**Merge pull request #11 from boubou19/master** -* fixed another coil mistake in the MBF - -[dc72318c3f58ada](https://github.com///commit/dc72318c3f58ada) -by Martin Robertz *2021-06-26 18:04:54* - -**fixed another coil mistake in the MBF** - -[237d8f4585ae013](https://github.com///commit/237d8f4585ae013) -by boubou_19 *2021-06-26 17:56:23* - -**Merge pull request #10 from boubou19/master** -* fix MBF heat issues with new coils - -[fa26481f178fad9](https://github.com///commit/fa26481f178fad9) -by Martin Robertz *2021-06-24 20:31:06* - -**fix MBF heat issues with new coils** - -[1fee9b879a45aae](https://github.com///commit/1fee9b879a45aae) -by boubou_19 *2021-06-24 20:22:40* - -**Merge pull request #9 from GTNewHorizons/cal-oc-fix** -* Re-add CAL perfect overclock - -[f75c1c2b6e062fb](https://github.com///commit/f75c1c2b6e062fb) -by Martin Robertz *2021-06-20 21:26:53* - -**re-add perfect overclock to CAL** - -[e137d2fb58e4672](https://github.com///commit/e137d2fb58e4672) -by llk89 *2021-06-20 20:08:43* - -### No issue -**bump version** - -[ed0a2aca198234c](https://github.com///commit/ed0a2aca198234c) -by DreamMasterXXL *2021-06-15 19:57:19* - -**feat(textures): migrate to TextureFactory API and glow textures (#8)** -* - Migrate to the new implementation-free TextureFactory API. -* - Implement support for glow textures. - -[154b85fcf373469](https://github.com///commit/154b85fcf373469) -by Léa Gris *2021-05-25 15:47:44* - -**Merge pull request #7 from GTNewHorizons/fix_deprecated_CASING_BLOCKS** -* fix(texture): multiblock addressing deprecated array - -[1a4f57e86b13e0b](https://github.com///commit/1a4f57e86b13e0b) -by Martin Robertz *2021-05-22 22:12:34* - -**fix(texture): multiblock addressing deprecated array** -* replaces deprecated CASING_BLOCKS by getCasingTextureForId - -[16a8dcd3d780c1d](https://github.com///commit/16a8dcd3d780c1d) -by Léa Gris *2021-05-22 14:09:27* - -**Merge pull request #4 from GTNewHorizons/not-break-cracker** -* unbreak cracker structure - -[09553fd84b217bb](https://github.com///commit/09553fd84b217bb) -by Martin Robertz *2021-05-19 17:48:32* - -**Merge pull request #6 from GTNH-Afx237v7/master** -* fix MBF controller typo - -[59e0f02e4d1c523](https://github.com///commit/59e0f02e4d1c523) -by Martin Robertz *2021-05-17 17:44:45* - -**Merge pull request #5 from GTNewHorizons/patch-implosion-compressor** -* prevent resetPiston when machine not formed - -[2a4ce7bd5eb5fd0](https://github.com///commit/2a4ce7bd5eb5fd0) -by Ethryan *2021-05-17 10:48:03* - -**fix MBF controller typo** -* see https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6912 - -[ba76318c4a0f84f](https://github.com///commit/ba76318c4a0f84f) -by GTNH-Afx237v7 *2021-05-17 08:55:07* - -**Fix buildscript** - -[f6ba20281fc61a9](https://github.com///commit/f6ba20281fc61a9) -by Glease *2021-05-17 00:57:58* - -**prevent resetPiston when machine not formed** - -[69032bec727fe9b](https://github.com///commit/69032bec727fe9b) -by Glease *2021-05-17 00:55:01* - -**remove unsused letter** - -[92802cc5888caf1](https://github.com///commit/92802cc5888caf1) -by korneel vandamme *2021-02-07 20:13:56* - -**unbreak cracker structure** - -[9bc7482c7b5c215](https://github.com///commit/9bc7482c7b5c215) -by korneel vandamme *2021-02-07 20:07:58* - -**Power pass upgrade (#125) (#3)** -* Implemented PowerPassUpgrade -* Fixes setBlock on adv. casings -* Configured code to use TecTech implementation of PowerPass -* Co-authored-by: bartimaeusnek <no-email> - -[0f823268177df2b](https://github.com///commit/0f823268177df2b) -by bartimaeusnek *2021-01-31 14:56:50* - -**Update MainMod.java** -* (cherry picked from commit c51b5fec03cb907f993609b984d346fad3e8a1c2) - -[e5f3536d9220bd6](https://github.com///commit/e5f3536d9220bd6) -by Martin Robertz *2021-01-30 10:03:48* - -**lets see if this works** -* (cherry picked from commit c525c3a6687832f4ba9c55e8978181ba723f2690) - -[602a9ff085bd250](https://github.com///commit/602a9ff085bd250) -by bartimaeusnek *2021-01-30 09:38:50* - -**Merge pull request #2 from bartimaeusnek/master** -* sync - -[ac1afbbb1d38f1c](https://github.com///commit/ac1afbbb1d38f1c) -by bartimaeusnek *2021-01-30 00:25:45* - -**New Casing from EmeraldsEmerald (#123)** - -[eb0d7a4a8bb7495](https://github.com///commit/eb0d7a4a8bb7495) -by basdxz *2021-01-25 20:47:37* - -### No issue -**bump version** - -[ac258b7f67c26e3](https://github.com///commit/ac258b7f67c26e3) -by DreamMasterXXL *2021-05-16 11:26:55* - -**Revert "bump version"** -* This reverts commit 932a62a34b2e8f311094baec3baf6ba65f266c1a. - -[371af8febf464a1](https://github.com///commit/371af8febf464a1) -by DreamMasterXXL *2021-05-16 11:26:37* - -**bump version** - -[932a62a34b2e8f3](https://github.com///commit/932a62a34b2e8f3) -by DreamMasterXXL *2021-05-16 11:26:04* - -**allwo for more recipes in the oilcracker (#128)** -* allow for more difrent recipes -* allows for more difrent recipes while still keeping hydrogen and steam in the middle -* remove extra space -* (cherry picked from commit e6baffb1b886c74789b97691c9f331c323b9a61f) - -[b419e0aa5af4ffb](https://github.com///commit/b419e0aa5af4ffb) -by botn365 *2021-04-16 18:43:36* - -**Removed old dependency annotation** -* (cherry picked from commit fa28b21c97ca3578791a80d5b576e1e9370393f0) - -[e03fbe8b4cf4689](https://github.com///commit/e03fbe8b4cf4689) -by bartimaeusnek *2021-03-12 10:39:43* - -**Resolve Cyclic Dependancy with miscutils** -* + also made gradle wait for deps by default. -* (cherry picked from commit f83de89d0cfac9dbd01b3e519f4c7c569da60ee1) - -[54c689c12f2bc34](https://github.com///commit/54c689c12f2bc34) -by bartimaeusnek *2021-03-12 09:22:45* - -**Added TGregworks integration (#126)** -* (cherry picked from commit 457c0b58698cb456b53eeede1f8f884587656dd2) - -[d15a07ea14bce24](https://github.com///commit/d15a07ea14bce24) -by bartimaeusnek *2021-03-03 18:35:41* - -**fixes Pyrolyse not checking top** -* (cherry picked from commit 0988abe6c1c6d3a0d9d4dfce7ba3782dcc1c0aaa) - -[afbe11010896cac](https://github.com///commit/afbe11010896cac) -by bartimaeusnek *2021-03-03 17:54:57* - -**revert** - -[a8347b7879ce951](https://github.com///commit/a8347b7879ce951) -by DreamMasterXXL *2021-02-26 06:27:12* - -**Merge remote-tracking branch 'BART/master'** - -[e5b83941435dbfd](https://github.com///commit/e5b83941435dbfd) -by DreamMasterXXL *2021-02-26 06:25:54* - -**Molten Recipe Changes and Refactor** -* (cherry picked from commit 58c1bf1bd33b714cb69a460a2a72105e0c61b06a) - -[75908f9985218f1](https://github.com///commit/75908f9985218f1) -by bartimaeusnek *2021-02-12 13:13:10* - -### No issue -**Molten Recipe Changes and Refactor** - -[58c1bf1bd33b714](https://github.com///commit/58c1bf1bd33b714) -by bartimaeusnek *2021-02-12 10:33:59* - -### No issue -**Re-Enable Client Side Warning** - -[64b72d3848bd93f](https://github.com///commit/64b72d3848bd93f) -by bartimaeusnek *2021-01-31 14:57:44* - -**Merge branch 'master' into master** - -[6637412e8ca9e5d](https://github.com///commit/6637412e8ca9e5d) -by bartimaeusnek *2021-01-31 14:56:38* - -**Power pass upgrade (#125)** -* Implemented PowerPassUpgrade -* Fixes setBlock on adv. casings -* Configured code to use TecTech implementation of PowerPass -* Co-authored-by: bartimaeusnek <no-email> - -[191ae1ba699d5b0](https://github.com///commit/191ae1ba699d5b0) -by bartimaeusnek *2021-01-31 14:55:21* - -### No issue -**Merge remote-tracking branch 'origin/master'** - -[6d936e451470af8](https://github.com///commit/6d936e451470af8) -by bartimaeusnek *2021-01-30 00:19:03* - -**Added bot's range** - -[7a6288b6b5041f8](https://github.com///commit/7a6288b6b5041f8) -by bartimaeusnek *2021-01-30 00:18:51* - -**remove client only config due to ASM Space issues** - -[56620f6f8f40ab5](https://github.com///commit/56620f6f8f40ab5) -by bartimaeusnek *2021-01-29 21:08:36* - -**Merge remote-tracking branch 'origin/master'** - -[58ed9019175d4c9](https://github.com///commit/58ed9019175d4c9) -by bartimaeusnek *2021-01-29 10:08:29* - -**Several fixes** - -[c5006ee765f083d](https://github.com///commit/c5006ee765f083d) -by bartimaeusnek *2021-01-29 10:06:03* - -### No issue -**Socket Time Out GitHub Actions** - -[a7d676c96bb3d90](https://github.com///commit/a7d676c96bb3d90) -by bartimaeusnek *2021-01-29 21:25:35* - -**SocketTime Out Travis** - -[257787a9aff803f](https://github.com///commit/257787a9aff803f) -by bartimaeusnek *2021-01-29 21:25:09* - -### No issue -**Adds Input Filters to TT Multis** - -[305cc469dc60785](https://github.com///commit/305cc469dc60785) -by bartimaeusnek *2021-01-11 17:37:23* - -### No issue -**Several fixes** - -[d1ffbd200edb4ec](https://github.com///commit/d1ffbd200edb4ec) -by bartimaeusnek *2021-01-11 16:44:17* - -### No issue -**Tanh speed improvement** - -[a811bd46d45ba07](https://github.com///commit/a811bd46d45ba07) -by bartimaeusnek *2021-01-05 22:00:01* - -### No issue -**Fixes setBlock on adv. casings** - -[eda3090a2a6504b](https://github.com///commit/eda3090a2a6504b) -by bartimaeusnek *2021-01-04 15:32:09* - -### No issue -**Round Up Replacement-Multiblocks** - -[398e0bcdf94fbc4](https://github.com///commit/398e0bcdf94fbc4) -by bartimaeusnek *2020-01-01 18:47:10* - -### No issue -**Fixed Tooltips & GUI for TT Replacements** - -[74d4e6d1f39daf8](https://github.com///commit/74d4e6d1f39daf8) -by bartimaeusnek *2020-12-31 22:51:49* - -### No issue -**EBF Heating Cap Fix** - -[e3398dbe8bc9f59](https://github.com///commit/e3398dbe8bc9f59) -by bartimaeusnek *2020-12-29 16:15:41* - -### No issue -**Added Multi Smelter TT Replacement** -* Updated Coil Logic - -[205579baab63a75](https://github.com///commit/205579baab63a75) -by bartimaeusnek *2020-12-29 12:35:25* - diff --git a/bartworks/CODEOWNERS b/bartworks/CODEOWNERS deleted file mode 100644 index a6b5f68cd0..0000000000 --- a/bartworks/CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -# Any Github changes require admin approval -/.github/** @GTNewHorizons/admin - diff --git a/bartworks/LICENSE b/bartworks/LICENSE deleted file mode 100644 index 0a041280bd..0000000000 --- a/bartworks/LICENSE +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/bartworks/README.md b/bartworks/README.md deleted file mode 100644 index a18852bc19..0000000000 --- a/bartworks/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# bartworks -A Gregtech addon, that adds GT2,3,4 stuff, a BioLabor, and much more custom content. Integration for Galaxy Space, and new Ores as well. -Visit us on Twitch: -https://minecraft.curseforge.com/projects/bartworks/ - -Please add -Dfml.coreMods.load=com.github.bartimaeusnek.bartworks.ASM.BWCorePlugin to your args when you run this in a dev environment! - -Any issues with this code should be reported to the [GTNH GitHub](https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues). - -## License - -GTNH modifications Copyright (c) 2021-2024 The GTNH Team - -This code is licensed LGPL v3.0 or later. Feel free to use our changes, just give back any changes you make to the community as well! - -Original code Copyright (c) bartimaeusnek 2018-2020 and was released under the MIT license. diff --git a/bartworks/build.gradle b/bartworks/build.gradle deleted file mode 100644 index e57a16f9f1..0000000000 --- a/bartworks/build.gradle +++ /dev/null @@ -1,5 +0,0 @@ -//version: 1707058017 - -plugins { - id 'com.gtnewhorizons.gtnhconvention' -} diff --git a/bartworks/gradle/wrapper/gradle-wrapper.jar b/bartworks/gradle/wrapper/gradle-wrapper.jar deleted file mode 100644 index e6441136f3..0000000000 Binary files a/bartworks/gradle/wrapper/gradle-wrapper.jar and /dev/null differ diff --git a/bartworks/gradle/wrapper/gradle-wrapper.properties b/bartworks/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index b82aa23a4f..0000000000 --- a/bartworks/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,7 +0,0 @@ -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip -networkTimeout=10000 -validateDistributionUrl=true -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists diff --git a/bartworks/gradlew b/bartworks/gradlew deleted file mode 100755 index 1aa94a4269..0000000000 --- a/bartworks/gradlew +++ /dev/null @@ -1,249 +0,0 @@ -#!/bin/sh - -# -# Copyright © 2015-2021 the original authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -############################################################################## -# -# Gradle start up script for POSIX generated by Gradle. -# -# Important for running: -# -# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is -# noncompliant, but you have some other compliant shell such as ksh or -# bash, then to run this script, type that shell name before the whole -# command line, like: -# -# ksh Gradle -# -# Busybox and similar reduced shells will NOT work, because this script -# requires all of these POSIX shell features: -# * functions; -# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», -# «${var#prefix}», «${var%suffix}», and «$( cmd )»; -# * compound commands having a testable exit status, especially «case»; -# * various built-in commands including «command», «set», and «ulimit». -# -# Important for patching: -# -# (2) This script targets any POSIX shell, so it avoids extensions provided -# by Bash, Ksh, etc; in particular arrays are avoided. -# -# The "traditional" practice of packing multiple parameters into a -# space-separated string is a well documented source of bugs and security -# problems, so this is (mostly) avoided, by progressively accumulating -# options in "$@", and eventually passing that to Java. -# -# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, -# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; -# see the in-line comments for details. -# -# There are tweaks for specific operating systems such as AIX, CygWin, -# Darwin, MinGW, and NonStop. -# -# (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt -# within the Gradle project. -# -# You can find Gradle at https://github.com/gradle/gradle/. -# -############################################################################## - -# Attempt to set APP_HOME - -# Resolve links: $0 may be a link -app_path=$0 - -# Need this for daisy-chained symlinks. -while - APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path - [ -h "$app_path" ] -do - ls=$( ls -ld "$app_path" ) - link=${ls#*' -> '} - case $link in #( - /*) app_path=$link ;; #( - *) app_path=$APP_HOME$link ;; - esac -done - -# This is normally unused -# shellcheck disable=SC2034 -APP_BASE_NAME=${0##*/} -# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit - -# Use the maximum available, or set MAX_FD != -1 to use that value. -MAX_FD=maximum - -warn () { - echo "$*" -} >&2 - -die () { - echo - echo "$*" - echo - exit 1 -} >&2 - -# OS specific support (must be 'true' or 'false'). -cygwin=false -msys=false -darwin=false -nonstop=false -case "$( uname )" in #( - CYGWIN* ) cygwin=true ;; #( - Darwin* ) darwin=true ;; #( - MSYS* | MINGW* ) msys=true ;; #( - NONSTOP* ) nonstop=true ;; -esac - -CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar - - -# Determine the Java command to use to start the JVM. -if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD=$JAVA_HOME/jre/sh/java - else - JAVACMD=$JAVA_HOME/bin/java - fi - if [ ! -x "$JAVACMD" ] ; then - die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." - fi -else - JAVACMD=java - if ! command -v java >/dev/null 2>&1 - then - die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." - fi -fi - -# Increase the maximum file descriptors if we can. -if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then - case $MAX_FD in #( - max*) - # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC2039,SC3045 - MAX_FD=$( ulimit -H -n ) || - warn "Could not query maximum file descriptor limit" - esac - case $MAX_FD in #( - '' | soft) :;; #( - *) - # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC2039,SC3045 - ulimit -n "$MAX_FD" || - warn "Could not set maximum file descriptor limit to $MAX_FD" - esac -fi - -# Collect all arguments for the java command, stacking in reverse order: -# * args from the command line -# * the main class name -# * -classpath -# * -D...appname settings -# * --module-path (only if needed) -# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. - -# For Cygwin or MSYS, switch paths to Windows format before running java -if "$cygwin" || "$msys" ; then - APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) - CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) - - JAVACMD=$( cygpath --unix "$JAVACMD" ) - - # Now convert the arguments - kludge to limit ourselves to /bin/sh - for arg do - if - case $arg in #( - -*) false ;; # don't mess with options #( - /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath - [ -e "$t" ] ;; #( - *) false ;; - esac - then - arg=$( cygpath --path --ignore --mixed "$arg" ) - fi - # Roll the args list around exactly as many times as the number of - # args, so each arg winds up back in the position where it started, but - # possibly modified. - # - # NB: a `for` loop captures its iteration list before it begins, so - # changing the positional parameters here affects neither the number of - # iterations, nor the values presented in `arg`. - shift # remove old arg - set -- "$@" "$arg" # push replacement arg - done -fi - - -# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' - -# Collect all arguments for the java command: -# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, -# and any embedded shellness will be escaped. -# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be -# treated as '${Hostname}' itself on the command line. - -set -- \ - "-Dorg.gradle.appname=$APP_BASE_NAME" \ - -classpath "$CLASSPATH" \ - org.gradle.wrapper.GradleWrapperMain \ - "$@" - -# Stop when "xargs" is not available. -if ! command -v xargs >/dev/null 2>&1 -then - die "xargs is not available" -fi - -# Use "xargs" to parse quoted args. -# -# With -n1 it outputs one arg per line, with the quotes and backslashes removed. -# -# In Bash we could simply go: -# -# readarray ARGS < <( xargs -n1 <<<"$var" ) && -# set -- "${ARGS[@]}" "$@" -# -# but POSIX shell has neither arrays nor command substitution, so instead we -# post-process each arg (as a line of input to sed) to backslash-escape any -# character that might be a shell metacharacter, then use eval to reverse -# that process (while maintaining the separation between arguments), and wrap -# the whole thing up as a single "set" statement. -# -# This will of course break if any of these variables contains a newline or -# an unmatched quote. -# - -eval "set -- $( - printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | - xargs -n1 | - sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | - tr '\n' ' ' - )" '"$@"' - -exec "$JAVACMD" "$@" diff --git a/bartworks/gradlew.bat b/bartworks/gradlew.bat deleted file mode 100644 index 25da30dbde..0000000000 --- a/bartworks/gradlew.bat +++ /dev/null @@ -1,92 +0,0 @@ -@rem -@rem Copyright 2015 the original author or authors. -@rem -@rem Licensed under the Apache License, Version 2.0 (the "License"); -@rem you may not use this file except in compliance with the License. -@rem You may obtain a copy of the License at -@rem -@rem https://www.apache.org/licenses/LICENSE-2.0 -@rem -@rem Unless required by applicable law or agreed to in writing, software -@rem distributed under the License is distributed on an "AS IS" BASIS, -@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -@rem See the License for the specific language governing permissions and -@rem limitations under the License. -@rem - -@if "%DEBUG%"=="" @echo off -@rem ########################################################################## -@rem -@rem Gradle startup script for Windows -@rem -@rem ########################################################################## - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -set DIRNAME=%~dp0 -if "%DIRNAME%"=="" set DIRNAME=. -@rem This is normally unused -set APP_BASE_NAME=%~n0 -set APP_HOME=%DIRNAME% - -@rem Resolve any "." and ".." in APP_HOME to make it shorter. -for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi - -@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" - -@rem Find java.exe -if defined JAVA_HOME goto findJavaFromJavaHome - -set JAVA_EXE=java.exe -%JAVA_EXE% -version >NUL 2>&1 -if %ERRORLEVEL% equ 0 goto execute - -echo. 1>&2 -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 -echo. 1>&2 -echo Please set the JAVA_HOME variable in your environment to match the 1>&2 -echo location of your Java installation. 1>&2 - -goto fail - -:findJavaFromJavaHome -set JAVA_HOME=%JAVA_HOME:"=% -set JAVA_EXE=%JAVA_HOME%/bin/java.exe - -if exist "%JAVA_EXE%" goto execute - -echo. 1>&2 -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 -echo. 1>&2 -echo Please set the JAVA_HOME variable in your environment to match the 1>&2 -echo location of your Java installation. 1>&2 - -goto fail - -:execute -@rem Setup the command line - -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar - - -@rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* - -:end -@rem End local scope for the variables with windows NT shell -if %ERRORLEVEL% equ 0 goto mainEnd - -:fail -rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of -rem the _cmd.exe /c_ return code! -set EXIT_CODE=%ERRORLEVEL% -if %EXIT_CODE% equ 0 set EXIT_CODE=1 -if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% -exit /b %EXIT_CODE% - -:mainEnd -if "%OS%"=="Windows_NT" endlocal - -:omega diff --git a/bartworks/jitpack.yml b/bartworks/jitpack.yml deleted file mode 100644 index 09bbb514fc..0000000000 --- a/bartworks/jitpack.yml +++ /dev/null @@ -1,2 +0,0 @@ -before_install: - - ./gradlew setupCIWorkspace \ No newline at end of file diff --git a/bartworks/repositories.gradle b/bartworks/repositories.gradle deleted file mode 100644 index 40118b1677..0000000000 --- a/bartworks/repositories.gradle +++ /dev/null @@ -1,16 +0,0 @@ -// Add any additional repositories for your dependencies here - -repositories { - ivy { - url 'https://files.vexatos.com/' - patternLayout { - artifact "[module]/[artifact]-[revision](-[classifier])(.[ext])" - } - content { - includeGroup("TGregworks") - } - metadataSources { - artifact() - } - } -} diff --git a/bartworks/settings.gradle b/bartworks/settings.gradle deleted file mode 100644 index 94c2daf35c..0000000000 --- a/bartworks/settings.gradle +++ /dev/null @@ -1,23 +0,0 @@ - -pluginManagement { - repositories { - maven { - // RetroFuturaGradle - name "GTNH Maven" - url "https://nexus.gtnewhorizons.com/repository/public/" - mavenContent { - includeGroup("com.gtnewhorizons") - includeGroupByRegex("com\\.gtnewhorizons\\..+") - } - } - gradlePluginPortal() - mavenCentral() - mavenLocal() - } -} - -plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.22' -} - - diff --git a/galacticgreg/.git-blame-ignore-revs b/galacticgreg/.git-blame-ignore-revs deleted file mode 100644 index e6422951ec..0000000000 --- a/galacticgreg/.git-blame-ignore-revs +++ /dev/null @@ -1,3 +0,0 @@ -# Ignore spotlessApply reformat -960bbb3537d7c8c552050b5826de58bc8d798f04 -7976c2a8c761e9a4cd53ae42ac6939f89aafdf86 diff --git a/galacticgreg/.gitattributes b/galacticgreg/.gitattributes deleted file mode 100644 index fd2792b6cb..0000000000 --- a/galacticgreg/.gitattributes +++ /dev/null @@ -1,44 +0,0 @@ -* text eol=lf - -*.[jJ][aA][rR] binary - -*.[pP][nN][gG] binary -*.[jJ][pP][gG] binary -*.[jJ][pP][eE][gG] binary -*.[gG][iI][fF] binary -*.[tT][iI][fF] binary -*.[tT][iI][fF][fF] binary -*.[iI][cC][oO] binary -*.[sS][vV][gG] text -*.[eE][pP][sS] binary -*.[xX][cC][fF] binary - -*.[kK][aA][rR] binary -*.[mM]4[aA] binary -*.[mM][iI][dD] binary -*.[mM][iI][dD][iI] binary -*.[mM][pP]3 binary -*.[oO][gG][gG] binary -*.[rR][aA] binary - -*.7[zZ] binary -*.[gG][zZ] binary -*.[tT][aA][rR] binary -*.[tT][gG][zZ] binary -*.[zZ][iI][pP] binary - -*.[tT][cC][nN] binary -*.[sS][oO] binary -*.[dD][lL][lL] binary -*.[dD][yY][lL][iI][bB] binary -*.[pP][sS][dD] binary -*.[tT][tT][fF] binary -*.[oO][tT][fF] binary - -*.[pP][aA][tT][cC][hH] -text - -*.[bB][aA][tT] text eol=crlf -*.[cC][mM][dD] text eol=crlf -*.[pP][sS]1 text eol=crlf - -*[aA][uU][tT][oO][gG][eE][nN][eE][rR][aA][tT][eE][dD]* binary diff --git a/galacticgreg/.github/workflows/build-and-test.yml b/galacticgreg/.github/workflows/build-and-test.yml deleted file mode 100644 index 3ee2f686fd..0000000000 --- a/galacticgreg/.github/workflows/build-and-test.yml +++ /dev/null @@ -1,13 +0,0 @@ - -name: Build and test - -on: - pull_request: - branches: [ master, main ] - push: - branches: [ master, main ] - -jobs: - build-and-test: - uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master - secrets: inherit diff --git a/galacticgreg/.github/workflows/release-tags.yml b/galacticgreg/.github/workflows/release-tags.yml deleted file mode 100644 index e4c0be6b0d..0000000000 --- a/galacticgreg/.github/workflows/release-tags.yml +++ /dev/null @@ -1,14 +0,0 @@ - -name: Release tagged build - -on: - push: - tags: [ '*' ] - -permissions: - contents: write - -jobs: - release-tags: - uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/release-tags.yml@master - secrets: inherit diff --git a/galacticgreg/.gitignore b/galacticgreg/.gitignore deleted file mode 100644 index 40fb5e4a7d..0000000000 --- a/galacticgreg/.gitignore +++ /dev/null @@ -1,29 +0,0 @@ -.gradle -.settings -/.idea/ -/run/ -/build/ -/eclipse/ -.classpath -.project -/bin/ -/config/ -/crash-reports/ -/logs/ -options.txt -/saves/ -usernamecache.json -banned-ips.json -banned-players.json -eula.txt -ops.json -server.properties -servers.dat -usercache.json -whitelist.json -/out/ -*.iml -*.ipr -*.iws -src/main/resources/mixins.*.json -*.bat diff --git a/galacticgreg/CODEOWNERS b/galacticgreg/CODEOWNERS deleted file mode 100644 index a6b5f68cd0..0000000000 --- a/galacticgreg/CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -# Any Github changes require admin approval -/.github/** @GTNewHorizons/admin - diff --git a/galacticgreg/LICENSE b/galacticgreg/LICENSE deleted file mode 100644 index 8cdb8451d9..0000000000 --- a/galacticgreg/LICENSE +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERF