diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/TRAINING_DUMMY.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/TRAINING_DUMMY.json')
-rw-r--r-- | items/TRAINING_DUMMY.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/TRAINING_DUMMY.json b/items/TRAINING_DUMMY.json index 19469146..d98261c5 100644 --- a/items/TRAINING_DUMMY.json +++ b/items/TRAINING_DUMMY.json @@ -1,11 +1,8 @@ { - "internalname": "TRAINING_DUMMY", "itemid": "minecraft:spawn_egg", - "displayname": "Training Dummy", - "clickcommand": "viewrecipe", + "displayname": "§aTraining Dummy", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Places a Training Dummy that can\",1:\"§7be used to test out weapons and\",2:\"§7other damage sources. A Training\",3:\"§7Dummy can take the form of\",4:\"§7almost any mob. Right-click to\",5:\"§7access its settings.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aTraining Dummy\"},ExtraAttributes:{id:\"TRAINING_DUMMY\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Places a Training Dummy that can\",1:\"§7be used to test out weapons and\",2:\"§7other damage sources. A Training\",3:\"§7Dummy can take the form of\",4:\"§7almost any mob. Right-click to\",5:\"§7access its settings.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aTraining Dummy\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TRAINING_DUMMY\",uuid:\"b8b06e40-ac86-45d6-a77e-ff4592c2e13a\",timestamp:\"10/31/19 8:58 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Places a Training Dummy that can", "§7be used to test out weapons and", @@ -15,5 +12,23 @@ "§7access its settings.", "", "§a§lUNCOMMON" + ], + "recipe": { + "A1": "SPONGE:32", + "A2": "ENCHANTED_PUMPKIN:1", + "A3": "SPONGE:32", + "B1": "SPONGE:32", + "B2": "ARMOR_STAND:1", + "B3": "SPONGE:32", + "C1": "SPONGE:32", + "C2": "SPONGE:32", + "C3": "SPONGE:32" + }, + "internalname": "TRAINING_DUMMY", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Training_Dummy" ] }
\ No newline at end of file |