your current location:首页 > news>Pack Mode Minecraft

Pack Mode Minecraft

2024-12-15 02:29:42|Myriagame |source:minecraft skins

Packmode

The module adds the "mode" field to the integration package.The integrated package only loads the Crafttweaker script and data packet specified by the author according to the different mode.

Players can switch the difficulty (mode) of the integrated package as needed, and dynamically open or close the magic reform formula.

Difficulty of switching integration packages

Players can set in the configuration file of Packmode, or use instructions:

/Packmode mode name 

The pattern name is generally normal or expert.If you do not configure manually, the default is normal.

No matter which method is used, the game must be restarted after changing the difficulty.

Selective loading Crafttweaker script

Packmode will register a pre -processor from Cracttweaker.Integrated package authors can add a line at the top of the ZS script:

#Packmode mode name [Mode name ...] 

Call the PACKMODE preprocessor.For example:

#Packmode normal expert 

It will run the current script when the integrated packet is set to the difficulty of Normal or Expert, and other difficulties are not running.

Complete example:

#Packmode normalimport craftWeaker.Items.iitemstack; Println ("The difficulty of integrating packages is normal, I will appear in the log file of CRT!"); 

Selective loading data packet

Forge

Only when the integration package is difficult for Expert, the following data packets will be loaded: (Note that the value of Packmodes is an array, so it can match a variety of difficulties)

 {"type": "form: conditional", "recipes": [{"concesss": [{"partmode": ["expert"], "Type": "Packmode": "Packmode": active "}]," recipe ": {" type ":" Minecraft: crafting_shaped ", // ... here is the remaining information of the formula, slightly}}] 
Fabric

Similarly:

 {"fabric: load_conditions": [{"condition": "packmode: active", "value": {"packmodes": ["expert"], "type"":" Minecraft: Crafting_shaped ", // ... ...} 

Minecraft images

Minecraft images

Minecraft images