Marijn

Results 19 issues of Marijn

I noticed this repository has included the node_modules directory. This causes the git repository to be quite large in size. Are there any reasons for keeping it? I noticed the...

The solution is to use the [setup-node](https://github.com/actions/setup-node) action with a cache, so that the repository itself doesn't need to store it. This PR also fixes the linting errors in the...

Fixes #8. Source code partly taken from my own project [Tab Shortcuts](https://github.com/2zqa/tab-shortcuts) (licenses are both MIT). I also took the liberty of doing some refactorings, like using switch and replacing...

* Add modpack URL * Add section header for description (I guess the banner and YT links are not part of that, it's more like an intro)

A Makefile can automatically execute all the steps needed to get started, making it easier to contribute to this mod.

enhancement

It seems that ModificationStations 1.7.3-LTS (MCP fork) project has been archived. It is superseded by https://github.com/MCPHackers/RetroMCP-Java

documentation

I think it would be useful if the release script would also automatically set the version of `package.json` to the newly specified version. Currently one must remember to update this...