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

92 Commits

Author SHA1 Message Date
manyrandomthings
e26fc57b98
Implement suggested fixes 2023-03-05 13:38:27 -05:00
manyrandomthings
027eff735a
Update egg-ftb-modpacksch-server.json 2023-02-28 14:40:26 -05:00
Wapriaily
fe14f76448 Update Forge download address 2023-01-04 16:49:44 +08:00
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
Daniel Barton
597839d34b Update Minecraft Magma
Re-work install script
Add new java images and update to labeled java format
Latest version hard coded to  1.18.2 as there is no API to find latest supported MC version
2022-09-29 02:25:17 +08:00
Daniel Barton
27535a6f98 Remove Airplane
Remove Airplane as it's no longer developed or supported
2022-09-28 17:51:03 +08:00
Quinten
a45a1c348b
tekkit-2 update Modpack Version to v1.0.5 2022-09-21 15:17:51 +02:00
Quinten
fc127f14f4
Create README.md 2022-08-29 15:14:42 +02:00
Quinten
4a9decb009
Update README.md 2022-08-29 15:14:10 +02:00
Quinten
3568cd16d3
Create egg-tekkit-2.json 2022-08-29 15:13:17 +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
0d199db5b9
Merge pull request #1616 from kalrtech/patch-1
Remove unmaintained Tuinity
2022-06-07 16:38:01 -04:00
Michael (Parker) Parker
5a5739b95d
Merge pull request #1666 from parkervcp/fix/paper
fix: update Paper API
2022-05-25 17:18:52 -04:00
Jakub Doboš
6733af5643
Merge branch 'master' into patch-1 2022-05-25 15:24:53 +02:00
Jakub Doboš
0f48b96218 Remove unmaintaned Tuinity
As it poses a security risk both with present log4j vuln & the CI is dismantled, it no longer works.
2022-05-22 10:36:02 +02:00
Doc
d0d92996a3
Update download API for Magma 2022-05-22 00:21:59 -04:00
softwarenoob
65d5978e8c
fix: update Paper API
Paper api endpoints have been updated to api.papermc.io/v2 from the old papermc.io/api/v2

This is a copy of default Paper egg from the Panel, but without PTDL_V2 changes, which requires Panel 1.8+ that has not been released yet.
2022-05-21 18:31:51 +03:00
Quinten
8f6b91dbc9
docs(magma): fix wrong website URL in readme (#1587) 2022-03-19 16:21:34 +02:00
NgLoader
18c59cd8fc
fix: fixed nanolimbo now pulling latest config (#1574) 2022-03-12 19:45:29 +02:00
Michael (Parker) Parker
ac1af237fe
Merge branch 'master' into add/game_eggs/minecraft/java/glowstone 2022-02-19 09:26:36 -05: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
Boy132
45da38ccaa
Fix mohist download url & make jar file viewable (#1530) 2022-01-14 13:01:38 +02:00
softwarenoob
398478ceda
fix(magma): version detection for latest
Add check for latest `[[ "${MC_VERSION}" == "latest" ]]`.

Previously, it was only checking for exact versions or empty value, and I completely forgot to test latest.

Resolves #1516
2022-01-11 16:09:26 +02:00
Parker Wahle
1a84600dbe
Add files via upload 2022-01-07 15:16:11 -05:00
Parker Wahle
2c502d0e3b
Add files via upload 2021-12-23 10:40:21 -05:00
Parker Wahle
fda5868d75
Add files via upload 2021-12-23 08:50:52 -05:00
Parker Wahle
3649847b45
Added glowstone 2021-12-23 08:41:47 -05:00
Encode42
96f963db1b
Update Purpur egg description (#1488) 2021-12-19 05:13:56 +02:00
Michael (Parker) Parker
a7ebf7588a
Merge pull request #1463 from parkervcp/patch/forge
forge: clean up and add more debugging
2021-12-17 08:56:16 -05:00
Michael (Parker) Parker
069bde8731
Merge pull request #1485 from parkervcp/add/mohist
fix: add Mohist egg back
2021-12-17 08:31:20 -05:00
softwarenoob
044ff5c447
fix: add Mohist egg back
Mohist was by mistake removed in #1453 PR
2021-12-17 13:23:28 +02:00
softwarenoob
6e38e1d9e5
fix: magma support for newer versions
Rewrite the egg to support dev and stable versions, together with newer +1.16 installers.

Does not rely on their own API latest fetching, because it picks latest Github release that can include old pre-releases.
2021-12-17 13:18:38 +02:00
Lucas
97be6b0f2b
chore: change Java image order to the newest version as default (#1453) 2021-12-14 20:19:37 +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
358f9df659 fixed heading levels
added blank lines as needed
2021-12-09 12:42:52 -05:00
LRMtheBoss
4321500664 added github link
added blank lines as needed
2021-12-09 12:42:38 -05:00
LRMtheBoss
3a01a4578f fixed heading levels
added blank lines as needed
2021-12-09 12:42:21 -05:00
LRMtheBoss
d20d51da80 added website link
added blank lines as needed
2021-12-09 12:42:10 -05:00
LRMtheBoss
8e2a326ed4 added website link
added blank lines as needed
2021-12-09 12:41:14 -05:00
LRMtheBoss
309eb83529 added website link
fixed heading levels
added blank lines as needed
2021-12-09 12:40:54 -05:00