your current location:首页 > news>1.6.x and above.

1.6.x and above.

2024-12-05 23:05:47|Myriagame |source:minecraft skins

Tutorial is based on 1.6X above version

This tutorial is based on online data and personal experience. For ordinary players, you are welcome to add. This tutorial teaches you:

1. What is forge

2. Why do we need to enter the mc into the forge

3. Forge download and installation

4. MOD installation method and common error processing method

In fact, MC's MOD can be said to be one of the easiest ways I have ever seen. Of course, this needs to be attributed to the contribution of foreign gods and the foundation of the MC itself.

Forge definition: One of the API, because most mods are made through FORGE, and need to call its code at runtime, the MOD needs its support to run normally.For more knowledge, you can check it on MCBBS.

Forge download and installation: Now most of the lators support simple integration downloads, so there is no in -depth introduction here. It should be noted that only the effect of the Forge version brings.Some MOD versions will require you how many versions of forge to run.Some basic MODs must be stable for the Forge to run normally.

After we start the MC with Forge, we can clearly display the version of the forge in the lower left corner

Well, although it was blocked, I can still see that my Forge version is 9.11.1.965 This is the highest version of 1.6.4

After successfully installing forge, we can add the MOD to the client. Generally, most mods directly drag the files in ZIP, RAR, JAR and other formats directly into the new Mods folder to restart.

After restarting, if your MOD is successfully loaded, the number of mods in the screenshot will change, and a config folder will be generated at the same time, which contains all mod configuration files. These configuration files are very important.They determine the settings of some functions of the items and some functions.

At the same time, the new MOD options that appear in the main interface should also be a place where we browse. Here you can see the detailed information loaded in the MOD, such as the full name, version, author and author's description of MOD.It is very helpful when we analyze the errors or update maintenance

About MOD installation failed:

There are many reasons for the failure of MOD installation. Here are a few common factors to make a brief explanation. I plan to open a tutorial for listing in the future (in fact, I am too lazy to go to screenshots)

1. Repeat the well -known items ID.Find which ID is repeated, and then modify in the config file.It seems that Configidfix is ​​pretty useful.

PS: After modification, it is recommended to re -generate the map, because when the client and the server read the map, they only recognize IDs and do not recognize items!

2. Forge version is too low. This will tell you when you start the game. If you go to the place where you download the MOD, you will find it carefully.

3. Lack of front mods, some mods are enhanced expansion MOD based on the API production provided by a popular MOD author. Common industrial mods such as various types of industries.