Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huey's Minecraft Mods Panel

By @LilyKensa, aka. Huey☆ aka. _hueeey_ in Minecraft

Features

The Mods Panel ​ has ​ should have these functions:

  • Basic functions
    • Listing
      • Name, description, dependencies, incompatibilities
    • Enabling / Disabling
  • Compatability Check
  • Mark as API
    • Remove if no mod required it
  • Grouping

Installation

Node.js

You can download it from the official website

Download & Run Script

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 install

Note

This action will install:

  • Express.js for the backend server to run
  • JSZip to read the .jar files

Start the index script

node ./index.js

The 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_.

For Devs

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 ​

About

Huey's Minecraft Mods Panel

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages