your current location:首页 > news>Auto Mod Pack Minecraft

Auto Mod Pack Minecraft

2024-12-12 09:20:12|Myriagame |source:minecraft skins

Overview

This module is facing a server, which is used to simplify the module installation of the client, so that players do not need to manually install each module or entire integration package of the client.

content

Main function

Automatically install the integrated package, bring seamless experience to players;

Administrators can easily manage integrated packages, module allocation, resource packages, etc.;

Download directly from Modrinth and CurseForge;

Dynamic installation will not affect the player experience;

The installation process is simple and fast.

How to work?

A file called Modpack-CONTENT.JSON is generated on the server, which contains all modules, module configurations, resource packages and other necessary files.The server will also host the file on the HTTP server and all the files contained in it.

When the client is added to the server, the client automatically downloads the Modpack-CONENT.JSON file from the HTTP server, checks the Modrinth and CurseForge API to download the files as much as possible, and then synchronize all the files in the remaining Modpack-Content.The client only needs to wait for a few seconds, waiting for download and installation to complete and restart the game.

"The greater the ability, the greater the responsibility!"

This module allows any server to use any file in the player's client, such as a virus or keyboard record program.Therefore, if you are a client user, make sure your server administrator is credible and ensure whether there are malicious content in your game folder.If you have any useful security information, submit issues directly at GitHub.However, as long as you are sure that the server is safe, the server is not fake, there is no problem.

This software is for personal use.Other module developers have paid a lot of effort. Out of politeness, you should simply access the Modrinth, CurseForge or Github pages of these modules.Do not use this function to distribute other people's modules on a large scale without a clear permission.According to the copyright and patent law in your area, the module and the modules of other developers together may be illegal, please check the license first.

How to use?

First download the latest version of the module or use the Fabric Installer we modified to install the Fabric Loader and the module;

Put it into the "/MODS/" folder of the server;

Start the game/server.

Client

Try to connect the server.The module will be downloaded and installed automatically.Just click a few buttons to confirm the download and restart the game;

Enter the server again and enjoy it!

server

Open or forward ports on the server (the default port on the TCP protocol: 30037);

Restart the server;

Please check the server log.

Want to add more content to the integrated package?

By default, all modules and configurations in the server will automatically synchronize (`/automodpack/automodpack-server.json` list);

To add more modules to the server, put them in `/automodpack/host-modpack/mods/` directory;

Similarly, if you want to add light and shadow, put them in "/AutomodPack/Host-Modpack/ShaderPacks/".You can create any subdirectory required in the "/AutomodPack/Host-Modpack/" folder.

Or add any file/folder in the server's main catalog to the "SynceDFiles" list in the "/automodpack/automodPack- Server.json".

Want to delete some modules from the integrated package?

Just delete the file you want to delete from the server directory.Or check and delete any file/folder in the "SynceDFiles" list in the "/automodpack/automodPack- Server.json" list.

Want to exclude some modules from "SynceDFiles"?

Just add them to the "ExcludesyNcedFiles" list in "/automodpack/automodpack- Server.json".