211 Commits

Author SHA1 Message Date
Sefa Eyeoglu
9e7bbd380e
fix: force log4j 2.17.1 for all versions 2022-02-18 20:25:35 +01:00
Sefa Eyeoglu
ffeee6a986
feat: add Dockerfile 2022-02-18 19:34:44 +01:00
Sefa Eyeoglu
651e432daf
fix: use deploy paths in container 2022-02-18 19:30:20 +01:00
Sefa Eyeoglu
77b569b215
fix: make Python scripts work on 3.10 2022-02-18 19:29:51 +01:00
swirl
4fc08323cc
Merge pull request #2 from txtsd/mmc_to_pmc
Purge all MultiMC references and sundry
2022-01-29 15:37:16 -05:00
txtsd
59fa0f72fb
Remove hashbangs from python files 2022-01-29 17:37:09 +00:00
txtsd
403928dc46
Sort imports with isort 2022-01-29 17:34:30 +00:00
txtsd
e4f0158a66
Run python scripts explicitly 2022-01-29 17:29:42 +00:00
txtsd
8cec206297
Add missing requirement 2022-01-29 17:25:45 +00:00
txtsd
06d697c2a2
Add readme 2022-01-29 17:06:15 +00:00
txtsd
e7c4f977ab
Add requirements.txt 2022-01-29 16:55:35 +00:00
txtsd
51fc3fda2d
Access directories with env vars 2022-01-29 16:53:21 +00:00
txtsd
74fcb1153f
Purge personal information 2022-01-29 12:35:28 +00:00
txtsd
5f7bf5483e
Change variable names 2022-01-29 12:06:14 +00:00
txtsd
c99552e58c
Change function names 2022-01-29 12:01:16 +00:00
txtsd
287c0d6649
Change MultiMC to PolyMC in a comment 2022-01-29 08:16:29 +00:00
txtsd
8954a2ddfe
Change echo string in status.sh 2022-01-29 08:10:04 +00:00
txtsd
acefae63ca
Replace multimc links with polymc links 2022-01-29 08:05:27 +00:00
txtsd
b185771861
Rename multimc directory to polymc 2022-01-29 07:57:05 +00:00
txtsd
6a1b9402ec
Rename MMC_REPO to PMC_REPO 2022-01-29 07:46:33 +00:00
txtsd
a0ae2ce2f6
Rename MMC_DIR to PMC_DIR 2022-01-29 07:44:39 +00:00
swirl
718d82b4a3 update so it works 2022-01-28 13:27:48 -05:00
Petr Mrazek
96b5693baa Update ForgeWrapper to a version that doesn't check SHA1 of client 2022-01-02 00:04:22 +01:00
Petr Mrazek
9a369a2f84 Update ForgeWrapper to 1.5.5 2022-01-01 22:25:50 +01:00
Petr Mrazek
6ba8119131 Synchronize 2021-12-17 00:19:24 +01:00
Petr Mrazek
a3ff75b6af Fix log4j issues and forge coming back to old format installers 2021-12-11 12:53:00 +01:00
Petr Mrazek
ec76afe0cb Enable Forge > 1.16.5 2021-12-07 00:04:29 +01:00
Petr Mrázek
7df0fa86b3 ForgeWrapper 1.5.3 2021-11-17 22:43:53 +01:00
Petr Mrázek
189539fe15 Add missing cd 2021-11-15 02:07:19 +01:00
Petr Mrázek
dbce0b2445 Mirror Forge files in forgemaven 2021-11-15 01:15:51 +01:00
Petr Mrázek
1645c727b4 Some fixes for updating and generating forge files 2021-10-25 06:48:22 +02:00
Petr Mrazek
921be2793a Fix LWJGL recognition for 3.2.2 / 21w42a 2021-10-20 22:20:04 +02:00
Petr Mrázek
5a14f300b8
Merge pull request #7 from modmuss50/develop
Fix fabric generation not handling unstable versions.
2021-10-10 00:33:36 +02:00
modmuss50
6f742903d0 Fix fabric not respecting unstable versions. 2021-10-06 20:17:53 +01:00
Petr Mrazek
970af95dcb Filter out xuid and clientId args
MultiMC will not be implementing these
2021-09-24 17:46:11 +02:00
Petr Mrazek
e5377fb763 Block Forge 37+, update ForgeWrapper for 36 and older 2021-07-27 19:43:24 +02:00
Petr Mrázek
17748ad819 Fix forge update logic to pull from new places 2021-04-23 17:20:15 +02:00
Petr Mrázek
6843a65588 Improve enumerateForge
Now usable to mirror the maven files
2021-04-23 16:56:32 +02:00
Petr Mrázek
70971cd3c6 Freeze Forge until further notice 2021-04-22 03:06:27 +02:00
Petr Mrázek
97d3da8a25 Add javaVersion object to Mojang version format 2021-03-18 21:44:24 +01:00
Petr Mrázek
7f865ce82d Update forge schema to include mirrorList 2021-01-16 00:01:00 +01:00
Petr Mrázek
e990741b18 Support initial XBox compliance level 2020-10-16 18:38:29 +02:00
Petr Mrazek
bac4de1ad9 Add more forge stuff to be included in commits 2020-08-24 19:32:28 +02:00
Petr Mrazek
0a4ae22360 Revert "Always run Minecraft on first thread on macOS"
This reverts commit 4df4a93b82f5d6189b02fba6d7c7d9125c088e14.
2020-08-10 22:36:37 +02:00
Petr Mrázek
bf696e23e5
Merge pull request #2 from Drison64/fixhttp
Update generateLiteloader.py
2020-08-10 21:18:29 +02:00
Petr Mrázek
4df4a93b82 Always run Minecraft on first thread on macOS
Hopefully this doesn't backfire and fixes the problems we've been seeing.
See: https://github.com/MultiMC/MultiMC5/issues/3253
2020-08-10 20:05:56 +02:00
Petr Mrázek
f875d886a6 Update ForgeWrapper to 1.4.2 2020-07-19 17:19:26 +02:00
Drison64
c623ae661c Update generateLiteloader.py 2020-07-05 21:40:44 +02:00
Petr Mrázek
3e4907d6e3 Clean up forge types and files 2020-06-15 00:00:31 +02:00
Petr Mrázek
59171cec27 Remove ancient forge code 2020-06-14 23:43:28 +02:00