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/UDIUM_NPC.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/UDIUM_NPC.json')
-rw-r--r-- | items/UDIUM_NPC.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/UDIUM_NPC.json b/items/UDIUM_NPC.json new file mode 100644 index 00000000..93cf0ac3 --- /dev/null +++ b/items/UDIUM_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Udium (NPC)", + "nbttag": "{SkullOwner:{Id:\"85b57782-47d8-2c09-bda7-d847903c1b00\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzVlYWVlN2U1MWE4NzY5M2E4ZmI3ZmU0MzBhODg3ZmZiMjdlZWI5NzQ5Y2VhODE2ZDY1MjQ1ZTJkZjY1NWNmMzIifX19\"}]},Name:\"85b57782-47d8-2c09-bda7-d847903c1b00\"},display:{Lore:[0:\"\"],Name:\"§9Udium (NPC)\"},ExtraAttributes:{id:\"UDIUM_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "UDIUM_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 45, + "y": 105, + "z": 76, + "island": "hub" +}
\ No newline at end of file |