diff options
Diffstat (limited to 'items/COMMAND.json')
-rw-r--r-- | items/COMMAND.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/items/COMMAND.json b/items/COMMAND.json new file mode 100644 index 00000000..12047519 --- /dev/null +++ b/items/COMMAND.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:command_block", + "displayname": "§fCommand Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCommand Block\"},ExtraAttributes:{id:\"COMMAND\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COMMAND", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file |