your current location:首页 > news>How to make the modified stacked quantity take effect on Stackup! Minecraft Game

How to make the modified stacked quantity take effect on Stackup! Minecraft Game

2024-12-10 17:45:24|Myriagame |source:minecraft skins

Because the module itself is considered by balanced considerations, it is not effective to modify the stacking quantity in the configuration file, and it is necessary to cooperate with the script to achieve the increase in the upper limit of the stack.

Reference: https://github.com/asiekierka/stackup/wiki/scripting

1.12: New files are created under config/stackup/named " .stackup"

1.13+: New files in Data/Minecraft/scripts/

Then open the file and write it in it:

 size> = 48, size <= 64-> 127 

You don't need to restart the game, enter the/Stackup RELOAD directly to take effect.In this way, all stacking quantities are greater than or equal to 48, and items smaller than or equal to 64 will be increased to 127, and other stacks are the same.

You can also set the upper limit of stacking on the independent items according to the ID:

 ID = "quark:*"*= 2 

This will multiply the upper limit of the items of the quark.

Related grammar:

-> Set the upper limit of the items to the specified quantity

+= Add x (x is the specified number later) on the basis of the upper limit of the item stacking)

-= Reduce X on the basis of the upper limit of the items X

*= Based on the upper limit of the item stacking X

/= Divide X on the basis of the upper limit of the item stacking