your current location:首页 > news>Hold more stuff! Minecraft

Hold more stuff! Minecraft

2024-12-12 09:27:25|Myriagame |source:minecraft skins

Overview

The Hold More Stuff data packet expands the 36 storage slots of the basic game, and can upgrade up to 217 storage tanks through a series!

use

The new storage navigation button allows players to navigate between different storage pages and easily transfer items: Click the item to the page to expand the button, and store it on the page, and click the storage button to store the items in the next available slot.

The page can be manually unlocked by command, while supporting the functional bar function. Just use the reserved item bar function (instead of the ordinary /Gamerule command).

Order:

Reserve the functional bar function:

/Function HMS: Keepinventory 

Get the page of 8 item columns manually:

/scoreboard players set @S HMS_PAGES 80 

Reset to 2 pages (at the same time, the storage in the page will be cleared):

/function hms: reset 

formula

Minecraft images

Synthetic formula

Move the storage center to the center of the world

By default, the storage page surface is stored in the mark entity, located (0,0,0).In order to ensure that these markings can be called at any time without being uninstalled, and the block at the coordinates (0,0) is forced to load.The mandatory loading block may affect performance, so this is a short tutorial that moves the storage mark to your world center.

In the case where the packet has been installed and loaded once, the first step is to find your world center. You can complete the new world center by following the compass or using '/setworldspawn x y z' command.The Y value is irrelevant, you can choose an arbitrary value (such as 0).The X and Z values ​​of your world are the most important.

Next, open the .mcfunction file data/hms/function/inv_return.mcfunction.In INV_return, the first command is changed to 'TP @S X Y Z', where the coordinates are your world center.This will return all storage marks to this position after use.

In order to re -position the mark, run the command '/tp @e [type = Marker, tag = hms_inv] x y z', where the coordinates are your world center.

Finally, in the .mcfunction file data/hms/function/load.mcfunction, you can delete or comment on the line of 'Forceload ADD 0 0'.After removing this line, running the command '/forceload remove 0 0' will uninstall the mandatory loaded block (0,0) in the game.

The marking will return to your world center, and it will not maintain an extra loaded block!

Notice

This packet needs to be used with the pre -resource package provided by the author.

In multiplayer games, this data packet may lead to the sharing of the item bar, and it may cause the problem of brushing items.

Author's words

The author found from everyone's comments that this data packet will disappear the items in the backpack in some cases.The author will fix this problem in addition to leisure, but he is too busy recently.

This data packet is limited to the use of survival mode and adventure mode.