diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-12 15:01:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 09:01:49 -0500 |
commit | 0fc21e2afa29be0add898361be3739a3eb19900c (patch) | |
tree | 18b9b042d37475a780671b011576ecc13776622e /items/ZOMBIE_BRAIN_MIXIN.json | |
parent | 85ecbfcbb05dc0c86297e3debe088ce732a0068c (diff) | |
download | NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.gz NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.bz2 NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.zip |
new items and then some (#435)
* added new god potion
* updated old god pot
* Update GOD_POTION_2.json
* fixed an oopsie
* new items (still searching for recipe of reaper orb and warden helmet)
* uuid removal
* uuid removal 2
* added recipes (thanks Jani)
* reaper gem
* fixed grandma wolf stats
* also updated nbt
* more stuff
starred bows done by Jani
* uuid removal duty
* parents
* recipes (provided by Jani)
* wiki links
* *confused noises*
* Jani
* wiki links v2
Diffstat (limited to 'items/ZOMBIE_BRAIN_MIXIN.json')
-rw-r--r-- | items/ZOMBIE_BRAIN_MIXIN.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/ZOMBIE_BRAIN_MIXIN.json b/items/ZOMBIE_BRAIN_MIXIN.json new file mode 100644 index 00000000..5cc97b10 --- /dev/null +++ b/items/ZOMBIE_BRAIN_MIXIN.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Zombie Brain Mixin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c626b8fc-0325-3585-83d9-19e407ab6116\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNlZGIyZjRjOTcwMTZjYWU3Yjg5ZTRjNmQ2OTc4ZDIyYWMzNDc2YzgxNWM1YTA5YTY3OTI0NTBkZDkxOGI2YyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Brewing Ingredient\",1:\"\",2:\"§7§7Mixins provide a buff\",3:\"§7that can be added to §cGod\",4:\"§cPotions §7in a brewing\",5:\"§7stand and lasts for the\",6:\"§7full duration.\",7:\"\",8:\"§7Gain §c10⫽ Ferocity§7!\",9:\"\",10:\"§7§4☠ §cRequires §5Zombie Slayer 8\",11:\"§9§lRARE\"],Name:\"§9Zombie Brain Mixin\"},ExtraAttributes:{id:\"ZOMBIE_BRAIN_MIXIN\"}}", + "damage": 3, + "lore": [ + "§8Brewing Ingredient", + "", + "§7§7Mixins provide a buff", + "§7that can be added to §cGod", + "§cPotions §7in a brewing", + "§7stand and lasts for the", + "§7full duration.", + "", + "§7Gain §c10⫽ Ferocity§7!", + "", + "§7§4☠ §cRequires §5Zombie Slayer 8", + "§9§lRARE" + ], + "internalname": "ZOMBIE_BRAIN_MIXIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info" : [ + "https://hypixel-skyblock.fandom.com/wiki/Mixins" + ] +}
\ No newline at end of file |