diff options
author | Linnea Gräf <nea@nea.moe> | 2023-12-15 22:38:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 21:38:43 +0000 |
commit | 258b1f26856f38d8702423d6c82436489e3b8846 (patch) | |
tree | a6768a74c7d7a607357ff4f300a713dc5b7e8147 | |
parent | ec1d00bf3fe8b0628bc65f6d3cf5ffe70d8be087 (diff) | |
download | NotEnoughUpdates-REPO-258b1f26856f38d8702423d6c82436489e3b8846.tar.gz NotEnoughUpdates-REPO-258b1f26856f38d8702423d6c82436489e3b8846.tar.bz2 NotEnoughUpdates-REPO-258b1f26856f38d8702423d6c82436489e3b8846.zip |
Add baker and cake bag crafting recipe (#1073)
-rw-r--r-- | items/BAKER_NPC.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/BAKER_NPC.json b/items/BAKER_NPC.json new file mode 100644 index 00000000..bfd13456 --- /dev/null +++ b/items/BAKER_NPC.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Baker (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5e49c811-ad15-2b7e-ad56-f4663a9164a2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzEwOGI3YjVhYWU1MzU3OTc2OWMwMTNhMjY1NmEzM2QyZmI4MzE4Njg1ZDc0YWNlMWExYzY2NWFkNjdhODNiMzgifX19\"}]},Name:\"5e49c811-ad15-2b7e-ad56-f4663a9164a2\"},display:{Lore:[0:\"§7The Baker visits the SkyBlock Hub\",1:\"§7every year during the §dNew Year Celebration\",2:\"§7to hand out §cNew Year Cakes§7.\"],Name:\"§9Baker (NPC)\"},ExtraAttributes:{id:\"BAKER_NPC\"}}", + "damage": 3, + "lore": [ + "§7The Baker visits the SkyBlock Hub", + "§7every year during the §dNew Year Celebration", + "§7to hand out §cNew Year Cakes§7." + ], + "internalname": "BAKER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -6, + "y": 71, + "z": -47, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "result": "NEW_YEAR_CAKE_BAG:1.0", + "cost": [ + "SKYBLOCK_COIN:250000.0" + ] + } + ], + "crafttext": "", + "infoType": "" +} |