summaryrefslogtreecommitdiff
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix: consider version legacy if it has legacyLaunchSefa Eyeoglu2023-10-151-1/+1
| | | | | | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* | fix: disable Quilt beacon on older versionsSefa Eyeoglu2023-08-191-0/+27
| | | | | | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* | fix: use same ForgeWrapper for both Forge and NeoForgeSefa Eyeoglu2023-08-172-9/+3
| | | | | | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* | refactor: define global forgewrapper librarySefa Eyeoglu2023-08-174-2/+24
| | | | | | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* | fix: remove unused codeSefa Eyeoglu2023-08-061-12/+2
| | | | | | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* | fix: remove unused legacy stuffSefa Eyeoglu2023-08-062-18/+0
| | | | | | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* | fix: switch to Prism fork of ForgeWrapperSefa Eyeoglu2023-08-061-1/+1
| | | | | | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* | Add support for automatically generating NeoForge metadataStuart Pomeroy2023-08-063-0/+283
|/
* chore: reformat using blackSefa Eyeoglu2023-02-257-144/+263
| | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* feat: add User-Agent headerSefa Eyeoglu2023-01-271-0/+14
| | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* fix: remove Java 19 recommendationSefa Eyeoglu2022-12-151-2/+1
| | | | | | Many Forge versions break with Java 19. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* fix: remove EOL Java 18 from compatible Java majorsSefa Eyeoglu2022-11-291-2/+2
| | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* fix: update Forge maven urlSefa Eyeoglu2022-11-241-2/+2
| | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* feat: add support for +jvmArgs on metaSefa Eyeoglu2022-11-162-0/+7
| | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* Add old snapshotsjopejoe12022-11-032-0/+20
| | | Signed-off-by: Johannes Joens <johannes@joens.email>
* fix: fix invalid forge wrapper URLSefa Eyeoglu2022-10-311-1/+1
| | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* Merge branch 'master' into rebrandSefa Eyeoglu2022-10-311-1/+1
|\
| * feat: add LWJGL 3.3.1 natives for windows-arm64Sefa Eyeoglu2022-10-271-1/+1
| | | | | | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* | feat: Agnostify launcher referencestxtsd2022-10-202-6/+6
| | | | | | | | Signed-off-by: txtsd <code@ihavea.quest>
* | chore: Fix PEP8: E302txtsd2022-10-201-0/+1
| | | | | | | | Signed-off-by: txtsd <code@ihavea.quest>
* | fix: Grammar and typostxtsd2022-10-201-1/+1
| | | | | | | | Signed-off-by: txtsd <code@ihavea.quest>
* | feat: Rebrandtxtsd2022-10-201-5/+5
|/ | | | Signed-off-by: txtsd <code@ihavea.quest>
* fix: update files URLSefa Eyeoglu2022-10-181-1/+1
| | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* fix: use files.scrumplex.rocksSefa Eyeoglu2022-10-181-1/+1
| | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* fix: add Java 19 to compatible JavasSefa Eyeoglu2022-10-161-2/+2
| | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* fix: add linux-arm32 to supported OS rulesSefa Eyeoglu2022-10-151-1/+1
| | | | Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
* refactor: patch tinyfd in LWJGL 3.2.2Sefa Eyeoglu2022-06-292-1/+4
| | | | When we have this cool patching mechanism, we could just use it to patch our existing LWJGL, instead of providing a static one
* feat: add library patchesSefa Eyeoglu2022-06-281-0/+1
| | | | | Co-authored-by: r58Playz <toshit307@gmail.com> Co-authored-by: Victor <virb3e@gmail.com>
* feat: add LibraryPatches modelSefa Eyeoglu2022-06-261-2/+17
|
* feat: implement merge function for MetaBaseSefa Eyeoglu2022-06-262-1/+55
|
* refactor: make MojangLibrary name optionalSefa Eyeoglu2022-06-261-1/+1
| | | | In preparation for the library override system
* feat: support osx-arm64 and linux-arm64Sefa Eyeoglu2022-06-261-1/+1
|
* fix: workaround Mojang forgetting to change all URLsSefa Eyeoglu2022-06-222-1/+13
|
* refactor: remove unused metadataSefa Eyeoglu2022-05-271-3/+0
| | | | This should reduce the amount of times we would need to download JAR files for Fabric or Quilt
* fix: fix missing tinyfd in LWJGL 3.2.2Sefa Eyeoglu2022-05-221-0/+1
|
* refactor: switch Quilt mappings to hashed MojMapSefa Eyeoglu2022-04-091-1/+1
|
* refactor: switch quilt to pydantic modelsSefa Eyeoglu2022-04-071-0/+17
|
* refactor: improve compatibleJavaMajors mappingSefa Eyeoglu2022-04-061-5/+13
|
* chore: Replace assignments with augmented assignmentstxtsd2022-04-062-2/+2
|
* refactor: cleanupSefa Eyeoglu2022-04-055-84/+84
|
* refactor: move GradleSpecifier into modelSefa Eyeoglu2022-04-052-93/+91
|
* refactor: remove obsolete model frameworkSefa Eyeoglu2022-04-059-1567/+0
|
* refactor: move index to pydantic modelsSefa Eyeoglu2022-04-051-0/+46
|
* fix: give all timestamps TZ infoSefa Eyeoglu2022-04-051-1/+1
|
* fix: allow hashing of GradleSpecifierSefa Eyeoglu2022-04-051-0/+3
|
* refactor: move forge to pydantic modelsSefa Eyeoglu2022-04-053-323/+323
|
* refactor: make GradleSpecifier its own classSefa Eyeoglu2022-04-053-27/+64
|
* fix: expect strings instead of urls in all modelsSefa Eyeoglu2022-04-052-10/+11
|
* refactor: move liteloader to pydantic modelsSefa Eyeoglu2022-04-053-118/+115
|
* refactor: cleanupSefa Eyeoglu2022-04-052-29/+29
|