your current location:首页 > news>Composer tweaks minecraft

Composer tweaks minecraft

2024-12-15 02:36:51|Myriagame |source:minecraft skins

Brief introduction

This MOD allows players to add or delete the recipe for compost barrels through the JSON file or instruction, including but not limited to the original formula.

Use

1. Add or delete through JSON

1. Add.The file is located in /config/composer_tweaks/composting_list.json. You can add it in the following format:

Among them, Item is an item that needs to be added, and CHANCE is the probability of adding a layer when the item is used to use it in compost barrels.

 {"compostingconfig": [{"item": "minecraft: rotten_flesh", "CHANCE": 0.8}, {"ITEM": "MineCraf T: Grass_block "," CHANCE ":0.65}]} 

2. Delete.The file is located in /config/composer_tweaks/remove_list.json. You can add it in the following format:

 {"compostremoveconfig": [{"item": "minecraft: grass_block"}, {"item": "minecraft: grass"}]} 

Note: If the same items are written in both files, it will be deleted first.

2. Operation through instructions

Add:/Composting ADD

Delete:/composting remove

View:/composting view

Re -load:/Composting RELOAD

Export item information:/composting export , if "module ID" fills in "all", it will export the information of all items and save in the format of .csv.EssenceThe exported item information includes: the name of the item, the name space, and whether it exists in the formula of the compost barrel.

Note: Regarding "whether to save", when set to True, it will be saved in the JSON file, and will be loaded every time the game is activated, which will keep the setting effective. On the contrary, if settings are set to FALSE, it should be set, then it should be.The settings will fail when the game is started next time, that is, after turning off the game, the setting will fail.

illustrate

In addition to adding formulas on the original basis, the mod can delete the original formula and reset it to the effects you need;

The function of exported items is to facilitate the author of the packet package, and the CSV file can view the item information more intuitively and edit it through table software such as Excel or WPS;

If "Whether to save" is set to FALSE, it will still be effective when exiting the current archive and then entering another archive. Only after the game is restarted, it will fail;

The shortcomings currently exist

If you add or delete other MOD items and save it to JSON. After deleting the MOD, the information about the MOD item in JSON will still be retained;

At present, the formula of a single archive cannot be set. Although many kinds of solutions have been tried, they have not been implemented. They can only select "Whether to save" by instructions and restart the game;

After executing instructions/Composting View, the compost recipes listed cannot be fully displayed. It is necessary to view it through other MODs that can increase the MOD of chat history.

Minecraft images

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.