diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-01-12 14:37:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-12 13:37:49 +0000 |
| commit | 46ba8dc3ae50b7a30b6eb49533c3b2f100cbf192 (patch) | |
| tree | 0642d0ecc792b1fa4f632b082e1ce3bae5f15218 /items | |
| parent | 1712dd69dc5908592f93602ebed2b49d45d890bb (diff) | |
| download | NotEnoughUpdates-REPO-46ba8dc3ae50b7a30b6eb49533c3b2f100cbf192.tar.gz NotEnoughUpdates-REPO-46ba8dc3ae50b7a30b6eb49533c3b2f100cbf192.tar.bz2 NotEnoughUpdates-REPO-46ba8dc3ae50b7a30b6eb49533c3b2f100cbf192.zip | |
feat: Wizard Assistant and wizard position fix (#1607)
Diffstat (limited to 'items')
| -rw-r--r-- | items/WIZARDS_ASSISTANT_NPC.json | 16 | ||||
| -rw-r--r-- | items/WIZARD_NPC.json | 6 |
2 files changed, 19 insertions, 3 deletions
diff --git a/items/WIZARDS_ASSISTANT_NPC.json b/items/WIZARDS_ASSISTANT_NPC.json new file mode 100644 index 00000000..e61c9134 --- /dev/null +++ b/items/WIZARDS_ASSISTANT_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Wizard\u0027s Assistant (NPC)", + "nbttag": "{SkullOwner:{Id:\"56d6016c-8cf3-2284-8b9d-b8abba1b1ee9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2I2ZDQ0YjIxODZiMjQ1NWY2NTcxMjgzMzUyNTQxYWYyYmY0MzY2NjZhMmY1NjJlNWZiNDM2OGE5Mjg3YWU1ZTgifX19\"}]},Name:\"56d6016c-8cf3-2284-8b9d-b8abba1b1ee9\"},display:{Lore:[0:\"\"],Name:\"§9Wizard\u0027s Assistant (NPC)\"},ExtraAttributes:{id:\"WIZARDS_ASSISTANT_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "WIZARDS_ASSISTANT_NPC", + "clickcommand": "", + "modver": "", + "x": 47, + "y": 123, + "z": 76, + "island": "hub" +}
\ No newline at end of file diff --git a/items/WIZARD_NPC.json b/items/WIZARD_NPC.json index cb9ce6bd..5b4b0835 100644 --- a/items/WIZARD_NPC.json +++ b/items/WIZARD_NPC.json @@ -9,9 +9,9 @@ "internalname": "WIZARD_NPC", "clickcommand": "", "modver": "2.1.1-PRE", - "x": 47, - "y": 123, - "z": 76, + "x": -6, + "y": 203, + "z": 35, "island": "hub", "crafttext": "", "infoType": "WIKI_URL", |
