Skip to main content
Adding an item to the item updater
- Enter the command area behind the item updater. Make sure to replace blocks broken and block access again once you are inside.
- Create a copy of the command block. There is a labelled chest containing a command block with all the things you need, but blank for the item id areas.
- Place it next in the chain. Your command block should follow the last one, which should be labelled with a birch sign saying what item it updates.
- Hold the non-updated item. Ensure you are only holding one of the items in your hand, as the number of items carries over.
- Get the item data. Make sure your logs are open, then type and run the command
/data get entity @s SelectedItem
and copy everything from the open curly brace to the closed curly brace (these guys -> {}).
- Paste the data. Insert it in the empty square brackets near the top.
- Hold the updated item. Repeat step 5 with the new item, again making sure you are only holding one.
- Paste the new item data. This time you’ll paste it after “set value” in the command block.
- Label it. Place a birch sign above the command block that communicates what item it updates.
- Test it. Make sure to throw the item into the hopper outside to make sure it works. Once you’ve confirmed that, you’re finished!