summaryrefslogtreecommitdiffstats
path: root/application/pages/modplatform/ftb
Commit message (Collapse)AuthorAgeLines
* NOISSUE Continue requesting packs after ignoring oneJamie Mansfield2020-11-29-5/+6
| | | | | This was a mishap on my part, fortunately quickly exposed as the combination of GH-3463 and GH-3464 made no packs visible.
* NOISSUE Add sorting options to FTB pack install pageJamie Mansfield2020-11-29-29/+152
|
* Merge pull request #3464 from jamierocks/ftb/ignore-dud-packsPetr Mrázek2020-11-29-0/+8
|\ | | | | NOISSUE Ignore 'dud' FTB packs
| * NOISSUE Ignore 'dud' FTB packsJamie Mansfield2020-11-28-0/+8
| | | | | | | | | | There is no guarantee from modpacks.ch that modpacks contain any versions, which is currently an issue with pack 63 (Direwolf20 1.5).
* | NOISSUE Use new modpacks.ch route for listing packsJamie Mansfield2020-11-28-1/+1
|/
* NOISSUE attempt to fix build on macOSPetr Mrázek2020-08-21-2/+2
|
* GH-3095 New FTB platform supportJamie Mansfield2020-08-21-0/+620
Models are based on the models from my go-modpacksch library. License: ======== The MIT License (MIT) Copyright (c) Jamie Mansfield <https://www.jamiemansfield.me/> Copyright (c) contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.