diff options
author | nea <nea@nea.moe> | 2023-06-20 18:37:30 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-20 18:37:30 +0200 |
commit | 79949d42427b0a41100cbb76387887995b4b74b8 (patch) | |
tree | 375557d9e5c43ff6816ebf4056e42ba79c91f912 /items/LARVA_HOOK.json | |
parent | 6acd14d0fc8bc54bf527ae113e34e6a042e2f811 (diff) | |
download | NotEnoughUpdates-REPO-79949d42427b0a41100cbb76387887995b4b74b8.tar.gz NotEnoughUpdates-REPO-79949d42427b0a41100cbb76387887995b4b74b8.tar.bz2 NotEnoughUpdates-REPO-79949d42427b0a41100cbb76387887995b4b74b8.zip |
Initial Rift Shit
Diffstat (limited to 'items/LARVA_HOOK.json')
-rw-r--r-- | items/LARVA_HOOK.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/LARVA_HOOK.json b/items/LARVA_HOOK.json new file mode 100644 index 00000000..74163180 --- /dev/null +++ b/items/LARVA_HOOK.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:tripwire_hook", + "displayname": "§aLarva Hook", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Click the §6larvas §7crawling\",1:\"§7around tree branches to\",2:\"§7tactfully extract their silk.\",3:\"\",4:\"§7§7You may harvest §68 larvas\",5:\"§6§7per hook.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aLarva Hook\"},ExtraAttributes:{id:\"LARVA_HOOK\"}}", + "damage": 0, + "lore": [ + "§7Click the §6larvas §7crawling", + "§7around tree branches to", + "§7tactfully extract their silk.", + "", + "§7§7You may harvest §68 larvas", + "§6§7per hook.", + "", + "§a§lUNCOMMON" + ], + "internalname": "LARVA_HOOK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |