PART.0-1 How to start CS4! [CS4] Custom Stuff 4 (Custom Stuff 4) Minecraft Game

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Reprinted and translated from the CS4 author

Wiki: (Solving the garbled method of Chinese is personal experience, non -reprinting)

https://github.com/cubex2/customstuff4/wiki/getting-started (English)

Before starting, of course, download the MOD: Original MCBBS handling sticker

If you open it too slowly, please refer to: Use an advertisement to shield the plug -in plug -in Adblock Plus fast access module download website CurseForge

Author's sample MOD: Original Sinicization: Network disk (only Lang file and installation method and example mod download method, password: mouse move to "network disk" 2 display) (Remarks: Chinese items In parenthesesView), (Suggestion: Example MOD is best used with Jei) [Added automatic packagers!] [Tutorial files are also published here] [If the network disk link is hung, never make up!Please go to Discord's group to download!]

(Note: No matter what Mod made of CS4, it must have the support of CS4MOD itself!)

---------------------------------------------------------------------------------------------------------------------------

To start, you need to create a new folder in MODS directory.Create a file named CS4MOD.JSON in this folder:

{{

"ID": "mymod",

"name": "My Mod",

"Version": "1.0.0"

}

Replace "MyMod" for the internal ID of your mod.The ID must only include a lowercase letter (A-Z), numbers (0-9), and the lower line (_).(ID cannot bring a space, otherwise it will collapse !!!)

Replace "My MOD" for your name

With your MOD version replace "1.0.0"

For example:

Start a game once, CS will generate some necessary files in the folder, and then turn off the game.

Then compress all the files in this folder into a compressed package, change the suffix to jar, and put it in the MODS folder [For convenience, you can use an automatic packager! The network disk in the preface]

Then click MOD after starting the game, you will find OK!

But why is Chinese garbled?

This is because of the coding problem, please use NotePad ++ to solve it! (Please search and download it by yourself)

Use NotePad ++ to open CS4MOD.JSON, copy the content in the file, click the encoding on notepad ++, click the first one

Then I found that it became the same text as in the game, deleted all of them, pasted it just copied, and saved.

Note: After modifying the CS4MOD.JSON, delete the CS4MOD folder (no need to delete AASSETS) to repeat the previous operation (the game is started once the operation, and the folder is turned into jar) !!!

Okay, now the garbled number is solved