By @LilyKensa,
aka. Huey☆
aka. _hueeey_ in Minecraft
The Mods Panel has should have these functions:
- Basic functions
- Listing
- Name, description, dependencies, incompatibilities
- Enabling / Disabling
- Listing
- Compatability Check
- Mark as API
- Remove if no mod required it
- Grouping
You can download it from the official website
Warning
I assume your operating system is Windows
So the below is Windows PowerShell commands
First, you need to be in your .minecraft folder:
cd ~/AppData/Roaming/.minecraft/Create the ModsPanel folder:
mkdir ModsPanel; cd ./ModsPanel/ Note
The script reads the ../mods/ folder, so you can't move the ModsPanel folder to anywhere else
Clone this repository:
git clone https://github.com/LilyKensa/ModsPanel.git .Install all required node modules
npm installNote
This action will install:
Express.jsfor the backend server to runJSZipto read the.jarfiles
Start the index script
node ./index.jsThe server should be starting at port 8070, here's the link
If you encounter any issue, don't contact me because I probably won't be able to solve it for you
Just kidding, you can always find me on discord @._hueeey_.
All files in this repository is compiled in the same folder:
.pug→.html.scss→.css.ts→.js
I just too lazy to have src and dist folder separated
If you wanna contribute, pull requests are welcome
But that doesn't mean I will adopt your approach