This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
For a map I'm making I need to be able to refill chests, something made much easier with commands. This the command I have so far:
/setblock -1552 4 -1292 minecraft:chest[facing=north,type=single]{Items:[{Slot:0b,id:"minecraft:iron_axe",Count:1b,tag:{display:{Name:"{\"text\":\"\"}"}}}],CustomName:"{\"text\":\"Chest\"}"} replace
The problem is it isn't working. Does anyone have suggestions/way to fix this? Thanks
i copy/paste your code into a command block and executed with a button, and it worked perfectly.
For a map I'm making I need to be able to refill chests, something made much easier with commands. This the command I have so far:
/setblock -1552 4 -1292 minecraft:chest[facing=north,type=single]{Items:[{Slot:0b,id:"minecraft:iron_axe",Count:1b,tag:{display:{Name:"{\"text\":\"\"}"}}}],CustomName:"{\"text\":\"Chest\"}"} replace
The problem is it isn't working. Does anyone have suggestions/way to fix this? Thanks
i copy/paste your code into a command block and executed with a button, and it worked perfectly.