This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hey, all -- | |
| I wanted to let you know that I'm planning on retiring from work in the public hacking scene. | |
| Atmosphere (and my work on the Switch) have been an enormous labor of love for me for the past eight and a half years, and it's been an honor for me to dedicate so much of my life towards this kind of work. | |
| That said, I am getting older. I find myself with less time to dedicate towards it, more responsibilities, and a changing personal life. | |
| Particularly with my hoping to have kids in a foreseeable time horizon, I'm thinking I have to re-evaluate how much time I can spend on hobby projects. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM skylyrac/blocksds:slim-latest | |
| RUN apt update && apt install -y \ | |
| build-essential \ | |
| cmake \ | |
| gcc-arm-none-eabi \ | |
| git \ | |
| python3 | |
| ENV DLDITOOL=/opt/wonderful/thirdparty/blocksds/core/tools/dlditool/dlditool |
This is a list of Minecraft 1.7.10 mods that are not focused on adding new original content. Instead, they make the base game run better, or port over features from other versions of vanilla.
These lists try to comprehensively list all the available options. You will not want to use all of the listed mods at once.
Some of the listed mods require a Mixin bootstrap mod in order to work. See the Mixin mods section near the end of the document for information about that.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################### | |
| # Action Replay # | |
| # Code Types supported by # | |
| # CTRPluginFramework # | |
| # v0.5.0 # | |
| ############################### | |
| ============== | |
| INFO | |
| ============== |
