In the MCS 2.2.9 version, I updated the system that will become other blocks after a certain period of time in the world.
In the MCS 2.7.1 version, I have customized this system. Now I will write a tutorial to teach how to use this custom system.
The path of the configuration file is ".mineCraft/Configs/JIU/MAIN/Main.cfg/CUSTOM_ALREADY_STUFF/BLOCK/CUSTEM_CHANGE_BLOCK".
The path of the configuration item in the game is "Config> MultipleCompressetStuffs> CUSTOM> CUSTEM_ALREADY_STUFF> Block> CUSTEM_CHANGE_BLOCK".
The overall configuration looks similar to:
In fact, the use of the file header has been given, but I am afraid that you can not understand the English that my machine is turned, so I can only write a tutorial.If you don't talk nonsense, write hard.
This is a comment on the Config file. In most cases, if it is wrong, the client will not collapse, but instead reminds you what configuration items are wrong in the log interface.
Since I still don't know how to write configurations in JSON, I can only use config.
Please pay attention when writing config:
The compression block of the same series will only have one META will be turned into other blocks.For example, the weight of the star block of the lower boundary to 15 is a series.If it contains multiple Meta, it will be used by the front Meta, and the backa behind will be ignored.
The Meta of all blocks must not be greater than 15, only 0 to 15.
If things become objects, ignore whether items are dropped, because the items cannot be placed in the world.Except for Long Yan's button.
The META value can fill in the META value that the item does not, but the things that come out will be purple and black.
In terms of quantity, it is not recommended to drop more than 2304 at one time, because this is beyond the number that the player's items can be put down.Except for machines.
Note that the order of the configuration item is wrong, then if the order is wrong, then there will be no effect or even the configuration item of the block behind the configuration item of this block cannot be effective.