Skip to content

Instantly share code, notes, and snippets.

@sclark39
Created June 5, 2017 14:12
Show Gist options
  • Save sclark39/629bf6b46444c1e49931dd6919491ea6 to your computer and use it in GitHub Desktop.
Save sclark39/629bf6b46444c1e49931dd6919491ea6 to your computer and use it in GitHub Desktop.
Creates an auto-refilling chest with a enchanted fishing rod
/blockdata ~0 ~1 ~0 {Items:[
{id:fishing_rod,Slot:0,Count:1,tag:{ench:[{id:34,lvl:6},{id:61,lvl:3},{id:62,lvl:5}]}}
]}
@sclark39
Copy link
Author

sclark39 commented Jun 5, 2017

Put in a command block, and place a trap chest on top of it. When the chest is opened, the command is run, and the chest should get filled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment