diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-04-19 05:05:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 13:05:20 +1000 |
commit | 21990dd94a29329cf4907a7942efd860493d7021 (patch) | |
tree | d6404299971faab6448684cc35428de36d7f6b1f /items/PUZZLER_NPC.json | |
parent | ad3a053e92171ae75e8b2033e5bc607affc99cfb (diff) | |
download | NotEnoughUpdates-REPO-21990dd94a29329cf4907a7942efd860493d7021.tar.gz NotEnoughUpdates-REPO-21990dd94a29329cf4907a7942efd860493d7021.tar.bz2 NotEnoughUpdates-REPO-21990dd94a29329cf4907a7942efd860493d7021.zip |
Add Garden NPCs (#918)
Diffstat (limited to 'items/PUZZLER_NPC.json')
-rw-r--r-- | items/PUZZLER_NPC.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/items/PUZZLER_NPC.json b/items/PUZZLER_NPC.json new file mode 100644 index 00000000..3a42e5b3 --- /dev/null +++ b/items/PUZZLER_NPC.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Puzzler (NPC)", + "nbttag": "{SkullOwner:{Id:\"6b17c7cd-0cdc-2484-8a45-13d68fabd567\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZmNTE0ZDgwMTRkYzZhYTRjODA0ZmZkZjYwOTA5M2Y3ZmYxYTUyODlmMTNjNzE4ODE0MjE4MmRiNDNjODhiM2QifX19\"}]},Name:\"6b17c7cd-0cdc-2484-8a45-13d68fabd567\"},display:{Name:\"§9Puzzler (NPC)\"},ExtraAttributes:{id:\"PUZZLER_NPC\"}}", + "damage": 3, + "lore": [], + "internalname": "PUZZLER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 182, + "y": 197, + "z": 136, + "island": "mining_3" +}
\ No newline at end of file |