1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-07 16:17:09 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
Quinten
24146cfed8
update forge 2022-10-31 16:28:50 +01:00
cfouche3005
1591b5d52b
Update egg-curseforge-generic.json 2022-10-18 22:03:28 +02:00
cfouche3005
d72b21a9ba
FIx egg-curseforge-generic.json 2022-10-18 21:14:48 +02:00
Jack
7e883d1e0b
fix: Curse Forge Generic Improvements (#1692)
* Allow Installation from zip archive file

*Better File Finding for forge installer and server.jar

* chore: clean up and update to PTDL_V2

Co-authored-by: softwarenoob <admin@softwarenoob.com>
2022-07-04 00:16:00 +03:00
Michael (Parker) Parker
75bb533d18
fix(forge): follow download url redirects (#1702) 2022-06-15 00:00:24 +03:00
Alex
6db071c688
docs: fix typo in forge readme 2022-06-12 02:45:29 +03:00
Michael Parker
14f8b28818 Fix server jar issue
fixes an issue renaming the server jar properly
2022-06-10 15:55:11 -04:00
Michael Parker
7f07ffb8b2 Update README 2022-06-10 15:13:28 -04:00
Michael Parker
2e61f77c55 update curseforge egg to use new api
New api requires updates.

tested with mod id 253026
2022-06-10 15:09:30 -04:00
Michael (Parker) Parker
534e2238f0
Merge branch 'master' into markdown-formatting-changes 2022-02-19 09:20:49 -05:00
Michael (Parker) Parker
f7654a8481
Merge pull request #1536 from parkervcp/features/pid-limit
feat: add pid_limit egg feature to MC eggs
2022-02-04 07:18:46 -05:00
Aestas
3835c3d3f6
[curseforge-generic] Fix curl not accepting URLs with brackets (#1541)
Co-authored-by: Aaron <aaron.carton@student.howest.be>
2022-01-24 04:23:39 +02:00
softwarenoob
aa13403503
feat: pid_limit egg feature to MC eggs
Other eggs might benefit from this as well, but for now will stick with MC that are known to spawn a lot of processes when modded.
2022-01-20 19:43:40 +02:00
softwarenoob
b0e58312e3
forge: clean up and add more debugging
clean up the code and add more debugging steps for easier troubleshooting when someone reports issues

Easy to view diff: <https://www.diffchecker.com/3iJ9lVzH>
2021-12-12 01:07:15 +02:00
LRMtheBoss
d0fd2e91f1 fixed heading levels
added blank lines as needed
2021-12-09 12:20:01 -05:00
LRMtheBoss
a29956df85 fixed heading levels
added blank lines as needed
removed trailing spaces
2021-12-09 12:19:50 -05:00
softwarenoob
c196d17d53
chore: change order of Java images 2021-12-02 18:24:03 +02:00
Softwarenoob
6da972915f
fix: Forge version regex for 1.17+ JPMS
For 1.17 JPMS arguments, fix regex to match`^1\.(17|18|19|20|21|22|23)` or latest instead of only dot . minor versions, which is something I didn't notice in a previous PR. This should future proof it.
2021-12-02 18:12:46 +02:00
softwarenoob
c2a17a19f4
chore(minecraft): update images to Yolks and include feature modals
Updates Minecraft eggs to have the new Yolks images and features for EULA and Java version selector popup modals.
2021-11-26 02:14:52 +02:00
softwarenoob
7fdba40e01
fix: Forge latest version fetching
Fixes a typo in fetching latest versions. It was overwritten to "recommended" by mistake.
2021-11-25 22:26:55 +02:00
Alex
87917a8f2b
eggs(forge): support 1.17+ versions (#1354)
Support new 1.17+ Forge JPMS arguments that doesn't ship any executable jar

Fix forge latest build version option to actually use latest instead of recommended
Set build version input rules to only accept valid values of latest and recommended
Remove spaces from the version variables to avoid issues with curl. Forge site displays versions with spaces to end users
2021-10-14 07:40:22 +03:00
Softwarenoob
8ef59591f1 refactor: move games to their own folder 2021-07-02 03:34:01 +03:00