diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-24 12:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:09:01 +0200 |
commit | 406d31faf7b9c32fbb09ee0b48f41bca227c7278 (patch) | |
tree | 0a034a889adf40595fe795b1b184c93759fd6628 /items/AUTOMATON_MONSTER.json | |
parent | eb1e064088761f7e5f36894c9ab937aebff89f8c (diff) | |
download | NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.gz NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.bz2 NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.zip |
First part (#972)
* First part
* Part 2
* Part III
* Part 4
* Fixed items
* Fixed Pets
* Fixed nbt
* Fixed name
* Fixed Mooshroom Cow lore
* Added wiki links
* Fixed shortbow lores
* Fixed Fel Sword lore
* Fixed drill recipe
* patch notes wtf
* More fixes
Diffstat (limited to 'items/AUTOMATON_MONSTER.json')
-rw-r--r-- | items/AUTOMATON_MONSTER.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/AUTOMATON_MONSTER.json b/items/AUTOMATON_MONSTER.json index 9090cf15..f3daf6e1 100644 --- a/items/AUTOMATON_MONSTER.json +++ b/items/AUTOMATON_MONSTER.json @@ -1,18 +1,18 @@ { "itemid": "minecraft:skull", "displayname": "§aAutomaton (Monster)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7Ancient robots which protect the\",1:\"§7lands of the Precursor from\",2:\"§7whoever dares to trespass\",3:\"\",4:\"§c❤ Health§8: §c15,000 - 20,000\"],Name:\"§aAutomaton (Monster)\"},ExtraAttributes:{id:\"AUTOMATON_MONSTER\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7Ancient robots which protect the\",1:\"§7lands of the Precursor from\",2:\"§7whoever dares to trespass\",3:\"\",4:\"§c❤ Health§8: §c15,000\"],Name:\"§aAutomaton (Monster)\"},ExtraAttributes:{id:\"AUTOMATON_MONSTER\"}}", "damage": 3, "lore": [ "§7Ancient robots which protect the", "§7lands of the Precursor from", "§7whoever dares to trespass", "", - "§c❤ Health§8: §c15,000 - 20,000" + "§c❤ Health§8: §c15,000" ], "internalname": "AUTOMATON_MONSTER", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Automaton", |