diff options
author | Raven Szewczyk <git@eigenraven.me> | 2024-05-24 19:27:33 +0100 |
---|---|---|
committer | Raven Szewczyk <git@eigenraven.me> | 2024-05-24 19:27:33 +0100 |
commit | e10d70143f3185c14da2f28e34ee00504ea89f6d (patch) | |
tree | 6a72a8f4659de63171877be428db53d63c2725cd /bartworks | |
parent | 726849839f97dcd6464bd751ba41d45eaa5f8a90 (diff) | |
download | GT5-Unofficial-e10d70143f3185c14da2f28e34ee00504ea89f6d.tar.gz GT5-Unofficial-e10d70143f3185c14da2f28e34ee00504ea89f6d.tar.bz2 GT5-Unofficial-e10d70143f3185c14da2f28e34ee00504ea89f6d.zip |
Remove unnecessary root directory files in all the submods
Diffstat (limited to 'bartworks')
-rw-r--r-- | bartworks/.editorconfig | 19 | ||||
-rw-r--r-- | bartworks/.git-blame-ignore-revs | 4 | ||||
-rw-r--r-- | bartworks/.gitattributes | 44 | ||||
-rw-r--r-- | bartworks/.github/workflows/build-and-test.yml | 13 | ||||
-rw-r--r-- | bartworks/.github/workflows/release-tags.yml | 14 | ||||
-rw-r--r-- | bartworks/.gitignore | 38 | ||||
-rw-r--r-- | bartworks/CHANGELOG-2.1.1.0.md | 320 | ||||
-rw-r--r-- | bartworks/CODEOWNERS | 3 | ||||
-rw-r--r-- | bartworks/LICENSE | 165 | ||||
-rw-r--r-- | bartworks/README.md | 16 | ||||
-rw-r--r-- | bartworks/build.gradle | 5 | ||||
-rw-r--r-- | bartworks/gradle/wrapper/gradle-wrapper.jar | bin | 43453 -> 0 bytes | |||
-rw-r--r-- | bartworks/gradle/wrapper/gradle-wrapper.properties | 7 | ||||
-rwxr-xr-x | bartworks/gradlew | 249 | ||||
-rw-r--r-- | bartworks/gradlew.bat | 92 | ||||
-rw-r--r-- | bartworks/jitpack.yml | 2 | ||||
-rw-r--r-- | bartworks/repositories.gradle | 16 | ||||
-rw-r--r-- | bartworks/settings.gradle | 23 |
18 files changed, 0 insertions, 1030 deletions
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. <https://fsf.org/> - 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 Binary files differdeleted file mode 100644 index e6441136f3..0000000000 --- a/bartworks/gradle/wrapper/gradle-wrapper.jar +++ /dev/null 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' -} - - |