diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-23 11:38:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 19:38:42 +1000 |
commit | 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 (patch) | |
tree | 67718e67176589f5970bc90c3e4db2fa3c51a2ee /items/CADUCOUS_EXTRACT.json | |
parent | 38a2c295289dae2cf5de3e6c40694a76156cb54a (diff) | |
download | NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.gz NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.bz2 NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.zip |
Rift (#944)
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'items/CADUCOUS_EXTRACT.json')
-rw-r--r-- | items/CADUCOUS_EXTRACT.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/CADUCOUS_EXTRACT.json b/items/CADUCOUS_EXTRACT.json new file mode 100644 index 00000000..0a0082da --- /dev/null +++ b/items/CADUCOUS_EXTRACT.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aCaducous Extract", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c4305b38-9633-33d7-bf80-7d60b4c0042c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjJjNmI1N2IyZDBlNzc4YjEzOWViY2Q1MTg4MTZlNGJkMGFlYWVjZGFhMDk0NGJiM2ZlZjZmZjdlMWYzZDJmMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Bundling what bees find\",1:\"§7attractive together in an\",2:\"§7industrial production process is\",3:\"§7definitely what nature planned.\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aCaducous Extract\"},ExtraAttributes:{id:\"CADUCOUS_EXTRACT\"}}", + "damage": 3, + "lore": [ + "§7Bundling what bees find", + "§7attractive together in an", + "§7industrial production process is", + "§7definitely what nature planned.", + "", + "§a§lUNCOMMON" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "RIFT_BUCKET:1", + "B2": "CADUCOUS_STEM:20", + "B3": "RIFT_BUCKET:1", + "C1": "", + "C2": "RIFT_BUCKET:1", + "C3": "" + }, + "internalname": "CADUCOUS_EXTRACT", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Caducous Stem III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Caducous_Extract", + "https://wiki.hypixel.net/Caducous_Extract" + ] +}
\ No newline at end of file |