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