your current location:首页 > news>How to download the MOD package on CurseForge [FTBL] FTB Library (old version)

How to download the MOD package on CurseForge [FTBL] FTB Library (old version)

2024-12-09 18:29:46|Myriagame |source:minecraft skins

Don't read the version too long: https://www.bilibili.com/video/av23118813.The lazy people can already turn off the page. The above link has the one -click downloader and how to use it you want.

Players who are dissatisfied with the downloader, want to use other methods, and even want to make a self -made wheel, please read the following tutorials. This tutorial will explain in detail how to turn the bag that CurseForge downloads it into a client that can be played.

The first is of course downloading the package from CurseForge.

If the CurseForge page is too slow, read this tutorial:

https://www.bilibili.com/read/cv151746

If you do not have an advertising plug -in plug -in, you can point the URL mentioned in the article in Hosts 127.0.0.1, which can also have a similar effect.Thank you @感 感 感 感, one -click downloader, and other help provided.

Note that if you open this CURSEFORGE:

Please don't click "Download" here, but click "Visit Project Page", pull down in the newly opened page, find a package and download it in "Recent Files".

After downloading, unzip into a dedicated folder and open it, you will find Manifest.json, Modlist.html, and Overrides folder.Among them, the download address of all mods in this package is saved in the download address of this package, and the name of the main MOD is preserved in the ModsList.html (click the name to jump to the page of this mod in CurseForge, which is convenient to quickly understand the mod), the main Overrides folderThe author's magic transformation script and other resources are preserved.After opening Manifest.json

Projectid:

fileid:

required:

These lines of text.Use these contents to generate download direct chain, the format is

https://minecraft.cuRSeForge.com/projects/ {projectid }/files/ {Fileid }/download/download

Example:

"Projectid": 228404,

"Fileid": 2496940,

"Required": True

The download link after conversion:

https://minecraft.curseForge.com/projects/228404/files/2496940/download

MOD containing Required: True is the MOD needed in this MOD package, otherwise, please do not generate a download link for this.

After processing all the links with your own wheels or manually, download all.The download also requires your own wheels or a downloader that can be downloaded in batches. If you do not have a better choice, it is recommended to copy all the processed links and use the "Paste Paste Paste" function in FREE DOWNLOAD ManagerSpeed ​​can run full bandwidth.

After downloading all the mods, transfer these mods to Overrides/Mods, then the content in the entire Overrides folder is a client that can be played.Transfer them to the MC client that are prepared in advance (select the content under Overrides, cut, open .minecraft/, copy) to enjoy the game happily.

Of course, you can also use HMCL to import.

Challenge topics to friends with hands -on ability:

1. Please use the regular expression and the macro command that comes with the editor to complete the processing download link process mentioned in the tutorial;

2. Please use any programming language you will create a wheel that automatically processes the above process.


Q & A

Q: What should I do if I can't make wheels?

A: Please install Multimc, click "Add Instance" in the upper left corner, select "Import FROM ZIP", click the "Browse" button, open your good installation package from CurseForge in the window, and wait for a moment.

Q: What is the operation of "pointing to 127.0.0.1" in hosts?

A: Use the search engine to search the following keywords: "HOSTS Encyclopedia"; "Win7 Modify Hosts" or "Win10 Modify Hosts" depends on the system you use.

Q: Will the author provide your own wheels to use it?

A: No.