your current location:首页 > news>Mysterious Age 6 Custom Study [TC6] Mystery Age 6 (Thaumcraft 6) Minecraft Game

Mysterious Age 6 Custom Study [TC6] Mystery Age 6 (Thaumcraft 6) Minecraft Game

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

A study structure:

{"Entries": [

{{

"Key": "Example",

"Name": "Research.example.title",

"icons": [ "thaumcraft:textures/items/thaumonomicon.png", "minecraft:logs;1;1" ],

"Category": "Basics",

"Parents": ["Something@3", "~ Another_thing"],

"Siblings": ["~ Brother", "Sister"],

"Meta": ["Round", "Spiky", "HIDDEN", ​​"Reverse", "AutounLock"],

"Location": [0,0],,,

"ReWARD_ITEM": ["Minecraft: Stick"],

"REWARD_KNOWLEDGE": ["Observation; AuromAncy; 1"],

"STAGES": [[

{{

"Text": "Research.example.text.stage.1",, "

"Recipes": ["a_Rcipe", "Another_recipe"],

"Required_item": ["Minecraft: Planks; 30; 1; {Display: {Lore: ['Stuff You Need to hand in']}}}"],

"Required_knowledge": ["Theory; Golemancy; 2", "Observation; Auromancy; 1"], "Required_research": [Research_you_need "," Research_you_need_with_ CUSTOM_TEXTURE; THAUMCRAFT: Textures/Items/Thaumonomicon.png "]},

{{

"Text": "Research.example.text.stage.2",, "

"Recipes": ["The_final_recipe"],

"Warp": 5

}

],,,

"Addenda": [[

{{

"Text": "Research.example.text.stage.1",, "

"Recipes": ["a_Rcipe", "Another_recipe"],

"Required_research": ["Research_you_need"]

}

]

}

]

}

Key: There must be, the keywords of identification research;

name: Research name.You can use non -localized names in language files; icons: icon.You can use a custom material or the original item can be called.If multiple icons are defined, the circulation will be carried out for 1 second.

Custom material: uniformly use standard resource positioning format;

Call the original item: item ID; quantity; Meta, such as Minecraft: LOGS; 1; 1 in the figure above.

Category: It must be used to locate the chapter of the research institute;

Parents: Pre -study.It can only be turned on after completing the specified pre -research. The default will be drawn between the research and the front research here;

You can add@numerals after the pre -study name, which means that the front research can be opened in the first stage of this chapter;

You can add a ~ symbol before the study name, and the interval between the pre -research and the connection between this study.Mostly used for independent research or hidden research;

You can use a custom string to add special unlocking conditions, but you need to manually determine whether the condition of the manual judgment is met

Siblings: Sub -study that can be unlocked.

You can add ~ symbols before the study name, and the research of prohibited subtners and this study is connected.Mostly used for independent research or hidden research;

Meta:

Round: This mark will change the white square border of the study into a circular

Spiky: This mark will add special patterns to the four corners of the icon of this study, and every time a research lecture with this mark is completed, the maximum use of inspiration can be added to the study station

Reverse: Studies with this label will change the trajectory of the arrows of this study, so that it is symmetrical to the default trajectory

Hidden: Research with this label will become a hidden research. The failure of the front will be invisible without completion. Each completion of a research will increase the additional 0.1 maximum inspiration to the study station.

AutounLock: Literally, the TC6 body has not yet used this mark until the Beta26. For this reason, the tag may cause players

HEX: This mark will change the white square border of the study into hexagonal

Location: Study where the icon is located (passed into x and y values);

reward_item: reward items.The item rewards obtained after the player finished this study.

reward_knowledge: Reward knowledge.The knowledge reward received by the player after completing this study.

STAGES: The specific content of the research entry:

Text: must be available.Description of research;

Recipes: The synthetic table displayed.You need to write a synthetic product ID, which must have related synthesis in the mysterious era.

required_item: Unlock the items required for research;

Required_craft: Unlock research needs to be synthesized.Pass the synthetic product ID.

Required_knowledge: Need to do the front knowledge;

required_research: Research required:

Similar to the writing method of previous previous values ​​research chapters;

You can specify entries that do not need to be fully studied. At this time, the relevant entries will cover the original icon with the icon. You need to add research.research_you_need.text entries to the language file to add localization.

If you want to display other icons, you can use some special writing methods:

The research at the beginning of M_ The map icon is displayed;

F_ starting at the beginning of the potion will display the water bottle icon;

C_ The box icon will be displayed at the beginning;

Warp: After this study is completed, get a distorted value;

Addenda: Chapters added to special research.These special studies will be displayed once after the main study is unlocked; or other indirect trigger methods will be displayed.It is mostly used for independent research chapters that need to be displayed to be displayed, such as the chapter of purgatory furnaces and boxes.

Text: must be available.Description of research;

Recipes: The synthetic table displayed.You need to write a synthetic product ID, which must have related synthesis in the mysterious era.

required_research: Research required:

Similar to the writing method of previous previous values ​​research chapters;

You can specify entries that do not need to be fully studied. At this time, the relevant entries will cover the original icon with the icon. You need to add research.research_you_need.text entries to the language file to add localization.

If you want to display other icons, you can use some special writing methods:

The research at the beginning of M_ The map icon is displayed;

F_ At the beginning, the potion of the water bottle will be displayed;

Finally, please use the THAUMCRAFTAPI.RegisterresearchLocation method to register the resourceLocation of the JSON file in the MOD source code to register the JSON file.