490 Commits

Author SHA1 Message Date
Sefa Eyeoglu
244965819f
fix: don't pull Quilt hashed if we don't use it 2022-04-15 11:31:14 +02:00
Sefa Eyeoglu
cd7d6c0cc4
Merge pull request #6 from Scrumplex/quilt 2022-04-15 11:23:39 +02:00
Sefa Eyeoglu
9dd5b48196
fix: fail_out for generateQuilt 2022-04-14 16:51:10 +02:00
Sefa Eyeoglu
5f4f9a4afc
fix: don't generate package if quilt mappings are not used 2022-04-10 16:34:42 +02:00
Sefa Eyeoglu
623c5fb19d
refactor: switch Quilt mappings to hashed MojMap 2022-04-09 14:56:34 +02:00
Sefa Eyeoglu
4d351a2937
refactor: switch quilt to pydantic models 2022-04-07 18:49:43 +02:00
Sefa Eyeoglu
be1c744852
fix(generateQuilt): use Fabric mappings for now 2022-04-07 17:18:14 +02:00
Sefa Eyeoglu
dbd1f4ce57
fix(generate/quilt): fix Minecraft version dependency 2022-04-07 17:18:14 +02:00
Sefa Eyeoglu
72029d6f0d
feat: add initial Quilt support 2022-04-07 17:18:14 +02:00
Sefa Eyeoglu
a312e6d533
refactor: improve compatibleJavaMajors mapping 2022-04-06 21:13:21 +02:00
Sefa Eyeoglu
96ab9884db
Merge pull request #9 from txtsd/changes 2022-04-06 15:20:03 +02:00
txtsd
f6175f1983
chore: Remove old README instructions 2022-04-06 18:35:51 +05:30
txtsd
a57ebaa5c8
Merge branch 'PolyMC:master' into changes 2022-04-06 18:28:31 +05:30
txtsd
7b08c714c8
chore: Don't mix string and array in argument 2022-04-06 18:15:38 +05:30
txtsd
67303c5463
chore: Use pushd/popd ... || exit in case pushd/popd fails 2022-04-06 18:13:21 +05:30
txtsd
e41a4208a0
chore: Double quote array expansions to avoid re-splitting elements 2022-04-06 18:11:13 +05:30
txtsd
beac3155df
chore: Double quote to prevent globbing and word splitting 2022-04-06 18:10:19 +05:30
txtsd
e823dd309b
refactor: Use $(...) notation instead of legacy backticked ... 2022-04-06 18:06:38 +05:30
txtsd
189a7eecc5
chore: Use cd ... || exit in case cd fails 2022-04-06 18:04:23 +05:30
txtsd
031d271d62
chore: Remove unused imports 2022-04-06 18:00:50 +05:30
txtsd
fcd66ed5ef
chore: Remove dead code 2022-04-06 17:57:35 +05:30
txtsd
c8fa8f4125
chore: Remove argument when equal to default parameter value 2022-04-06 17:55:54 +05:30
txtsd
0201def4c5
chore: Docstrings should be triple double-quoted 2022-04-06 17:53:16 +05:30
txtsd
af0ed5f92f
refactor: Don't shadow built-in name 'hash' 2022-04-06 17:51:52 +05:30
txtsd
501621a388
chore: Remove redundant parentheses 2022-04-06 17:47:46 +05:30
txtsd
68274bd9e1
chore: PEP8 naming convention: variables in function should be lowercase 2022-04-06 17:46:29 +05:30
Sefa Eyeoglu
f8dd68b649
Merge pull request #8 from PolyMC/develop 2022-04-06 12:54:17 +02:00
txtsd
f5ca1a18f7
chore: Fix PEP8: E501 line too long 2022-04-06 15:07:23 +05:30
txtsd
8ad8ed95cb
chore: Replace assignments with augmented assignments 2022-04-06 14:53:16 +05:30
Sefa Eyeoglu
6d39c8dfe9
refactor: cleanup 2022-04-05 18:39:43 +02:00
Sefa Eyeoglu
fe4269cb12
fix: ensure base directory of liteloader exists 2022-04-05 15:40:02 +02:00
Sefa Eyeoglu
1bd80e57aa
refactor: move GradleSpecifier into model 2022-04-05 15:10:28 +02:00
Sefa Eyeoglu
00cbf2073b
refactor: remove obsolete model framework 2022-04-05 15:07:12 +02:00
Sefa Eyeoglu
6777305c00
refactor: move index to pydantic models 2022-04-05 15:05:33 +02:00
Sefa Eyeoglu
6d0b9f34c8
fix: give all timestamps TZ info 2022-04-05 15:05:18 +02:00
Sefa Eyeoglu
2950b00e1f
fix: allow hashing of GradleSpecifier 2022-04-05 15:05:07 +02:00
Sefa Eyeoglu
eda318131d
refactor: move forge to pydantic models 2022-04-05 14:39:03 +02:00
Sefa Eyeoglu
7ab37c8658
refactor: make GradleSpecifier its own class 2022-04-05 14:38:59 +02:00
Sefa Eyeoglu
fec82dbb90
fix: correctly get STATIC_DIR in generateMojang.py 2022-04-05 14:35:11 +02:00
Sefa Eyeoglu
efd1aff147
fix: expect strings instead of urls in all models 2022-04-05 14:35:11 +02:00
Sefa Eyeoglu
b0810ce299
chore: drop seemingly unused enumerateForge.py 2022-04-05 14:35:11 +02:00
Sefa Eyeoglu
5a6ae18755
refactor: move liteloader to pydantic models 2022-04-05 14:35:11 +02:00
Sefa Eyeoglu
b4dcfe056f
refactor: cleanup 2022-04-05 14:35:11 +02:00
Sefa Eyeoglu
2ca56cafdf
refactor: move generateMojang to pydantic models 2022-04-05 14:35:07 +02:00
Sefa Eyeoglu
5895e5accf
feat: implement experiments updates 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
7cd825c67f
refactor: move updateMojang to pydantic models 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
367518371f
fix: set by_alias for json export 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
a5bb3a091d
refactor: switch Fabric over to pydantic 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
6d9561c28d
fix: use correct directory for fabric meta 2022-04-05 14:30:30 +02:00
Sefa Eyeoglu
1ad5b59501
refactor: improve fabric scripts 2022-04-05 14:30:30 +02:00