The research type is the bookmarks displayed after opening the book.
Step 1: You need to create a folder named TCResearchpatcher in the client Config folder, and then create a categories.json file in the TCResearchPatcher folder.
Step 2: Open the Categories.json file.
Step 3: Enter the following.
[{{
"Key": "category_key",
"Requirement": "FirstSteps",
"Aspects": {
"Aqua": 10,
"IGNIS": 15
},
"Icon": "Minecraft: Textures/items/Apple.png",,
"Background": "Thaumcraft: Textures/GUI/GUI_Research_back_7.jpg",
"BackgroundOverlay": "Thaumcraft: Textures/GUI/GUI_Research_back_over.png"
}
]
"Key": For this type of name.Can be filled in Chinese and English, regardless of the case.Finally, you need to be Chinese, and the tutorial is at the end.
"Requirement": For the front of this type.Not studied for the time being, you can fill in "FirstSteps" here, that is, unlocking without the need is required.
"Icon": It is a research type icon, that is, bookmark icon.This file is generally stored in Versions. After you find the corresponding version of the file, you will find a 1.12.2.jar file. Right -click to open it with a compressed software, and then put the picture in Assets/Minecraft/Textures/Items folder.
"Background": For the background map of the research type.That is, after opening the bookmark, the background map shown under the research content.This path is in the 6 modules of the mysterious era, using the compression software to open the 6 modules of the mysterious era, and then put the picture in Assets/ThaumCraft/Textures/GUI folders.
"BackgroundOverlay": For the superimposed background of the research type.The picture storage position is the same as the background map.
Last step: Sinicized Book Signature.Find the 6 modules in the mysterious era, open it with compression software, and find Assets/Thaumcraft/Lang folder to open it.Find zh_cn.lang to open the file.Then enter the content: tc.research_category.category_key = new research type.Category_key is filled in the content of your key, which is equal to the contents of the after -name, which is the name to be displayed.Finally store.Remember, you have to close the game client before saving!IntersectionIntersectionOtherwise, the contents of the filled out will disappear because the client will be filled in during the startup!IntersectionIntersectionNotice: The content of this tutorial may not be perfected. If you have any questions or wrong, you can propose in the comment area.