diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-30 13:03:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 13:03:42 +0200 |
commit | c253a0532aca722ec75096c7628919e0acd6cf12 (patch) | |
tree | 3148c0f3288e323b73496a78322d8463942f1211 /items/MCGRUBBER_BURGER.json | |
parent | d94ece918d590909c3d9450d0b457ee659ef04ac (diff) | |
download | NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.tar.gz NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.tar.bz2 NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.zip |
Fixed lore of pet skins, added accessory, added recipe, removed timestamp, fixed accessory in overlay, added more items and npc's (#949)
* Fixed tp pad lore fixed accessory bag overlay for 2 talis
* Added 1 new npc and one older npc
* Added recipe and removed timestamp
* Added Accessory
* Added burger
* Fixed rng meter values
* Fixed all pet skin lores
* Fixed drop chance of ench mutton
* Fixed lore of murder weapon
* Fixed not chicken monster breaking workflow
* Add new cosmetics
* Fixed Vampire Relic and Caducous steam lore
* Fixed lore of netherrack
* Fixed Blessed Stats
* Added recipe
* Added vamp slayer boss
Diffstat (limited to 'items/MCGRUBBER_BURGER.json')
-rw-r--r-- | items/MCGRUBBER_BURGER.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/MCGRUBBER_BURGER.json b/items/MCGRUBBER_BURGER.json new file mode 100644 index 00000000..2ff3497c --- /dev/null +++ b/items/MCGRUBBER_BURGER.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5McGrubber\u0027s Burger", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f5622ccb-aebc-36b7-9d39-7cbe0824cb6a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDMzZGRiOTJjYjZiM2E3OTI4MGI4YmRjZWQ4OTc2YWVhYjEzYTRiZmZlYWVmMmQ0NmQ4MjhiZDkxZGVlMGYzZSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consume this tasty burger to\",1:\"§7permanently gain a §dGrubber\",2:\"§dStack§7.\",3:\"\",4:\"§7Each §dstack §7grants:\",5:\" §a+12ф Rift Time\",6:\" §d+5% Motes §7from §dMotes Grubber\",7:\" §d+40 Motes §7on §5Orb §7pickup\",8:\"§8Max 5 stacks!\",9:\"\",10:\"§eRight-click to consume!\",11:\"\",12:\"§5§lEPIC\"],Name:\"§5McGrubber\u0027s Burger\"},ExtraAttributes:{id:\"MCGRUBBER_BURGER\"}}", + "damage": 3, + "lore": [ + "§7Consume this tasty burger to", + "§7permanently gain a §dGrubber", + "§dStack§7.", + "", + "§7Each §dstack §7grants:", + " §a+12ф Rift Time", + " §d+5% Motes §7from §dMotes Grubber", + " §d+40 Motes §7on §5Orb §7pickup", + "§8Max 5 stacks!", + "", + "§eRight-click to consume!", + "", + "§5§lEPIC" + ], + "internalname": "MCGRUBBER_BURGER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |