Created
June 5, 2017 14:12
-
-
Save sclark39/629bf6b46444c1e49931dd6919491ea6 to your computer and use it in GitHub Desktop.
Creates an auto-refilling chest with a enchanted fishing rod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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}]}} | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.