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