diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-07 13:35:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 12:35:37 +0000 |
commit | cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d (patch) | |
tree | e410ac920b894d8357d50866cc65e905dcfa4f2c /items/GREGORY_NPC.json | |
parent | 2a96214078ad0f1826d94b21bf4ce433b0e6ebe3 (diff) | |
download | NotEnoughUpdates-REPO-cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d.tar.gz NotEnoughUpdates-REPO-cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d.tar.bz2 NotEnoughUpdates-REPO-cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d.zip |
Removed recipes from books, fixed some other shit, added item and npc's (#1101)
Diffstat (limited to 'items/GREGORY_NPC.json')
-rw-r--r-- | items/GREGORY_NPC.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/items/GREGORY_NPC.json b/items/GREGORY_NPC.json new file mode 100644 index 00000000..65e715ee --- /dev/null +++ b/items/GREGORY_NPC.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Gregory (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c9540683-51e4-3942-ad17-4f2c3f3ae4b7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgyMmQ4ZTc1MWM4ZjJmZDRjODk0MmM0NGJkYjJmNWNhNGQ4YWU4ZTU3NWVkM2ViMzRjMThhODZlOTNiIn19fQ\u003d\u003d\"}]},Name:\"c9540683-51e4-3942-ad17-4f2c3f3ae4b7\"},display:{Lore:[0:\"§7This NPC only appears during an\",1:\"§7Ender Dragon fight in §5The End§7.\"],Name:\"§9Gregory (NPC)\"},ExtraAttributes:{id:\"GREGORY_NPC\"}}", + "damage": 3, + "lore": [ + "§7This NPC only appears during an", + "§7Ender Dragon fight in §5The End§7." + ], + "internalname": "GREGORY_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -608, + "y": 23, + "z": -285, + "island": "combat_3", + "crafttext": "", + "infoType": "", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:240" + ], + "result": "ARROW:20" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:500" + ], + "result": "DECENT_BOW" + } + ] +}
\ No newline at end of file |