Skip to content

Commit

Permalink
add explaination to notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Theta-Dev committed Aug 9, 2022
1 parent 44f1b53 commit 61a95fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions notes/test_command.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Testing item containers
- Install the toolbelt mod (https://www.curseforge.com/minecraft/mc-mods/tool-belt)
- Place a chest on top of a command block and enter this command:
- Get a toolbeld with 2 stacks of diamond blocks in it

The reason for this hack is that the toolbelt mod gets updated very quickly and is available for almost every
MC version supported by ConstructionWand.

```
data merge block ~ ~1 ~ {Items: [{Slot: 0, id: "toolbelt:belt", Count: 1, tag: {Items: [{Slot: 0, id: "minecraft:diamond_block", Count: 64}, {Slot: 1, id: "minecraft:diamond_block", Count: 64}]}}]}
Expand Down

0 comments on commit 61a95fc

Please sign in to comment.