diff options
author | Vixid <52578495+VixidDev@users.noreply.github.com> | 2023-09-12 22:11:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 23:11:55 +0200 |
commit | c1c6851d1d9f9b57cb7d427886e26b24c2ca5794 (patch) | |
tree | 35b717efbd3c35dcfd25c6570b3fc6cdb68336fa /items | |
parent | 070d272dda51309c00d24124fa5b05d7df1d7115 (diff) | |
download | NotEnoughUpdates-REPO-c1c6851d1d9f9b57cb7d427886e26b24c2ca5794.tar.gz NotEnoughUpdates-REPO-c1c6851d1d9f9b57cb7d427886e26b24c2ca5794.tar.bz2 NotEnoughUpdates-REPO-c1c6851d1d9f9b57cb7d427886e26b24c2ca5794.zip |
Add Mushed Glowy Tonic (#980)
Diffstat (limited to 'items')
-rw-r--r-- | items/MOBY_NPC.json | 8 | ||||
-rw-r--r-- | items/MUSHED_GLOWY_TONIC.json | 18 |
2 files changed, 26 insertions, 0 deletions
diff --git a/items/MOBY_NPC.json b/items/MOBY_NPC.json index 8b9cda10..c0caddf5 100644 --- a/items/MOBY_NPC.json +++ b/items/MOBY_NPC.json @@ -56,6 +56,14 @@ }, { "type": "npc_shop", + "result": "MUSHED_GLOWY_TONIC:1", + "cost": [ + "FULL_CHUM_BUCKET:8", + "GLOWING_MUSHROOM:10" + ] + }, + { + "type": "npc_shop", "result": "CHUMMING_TALISMAN:1", "cost": [ "FULL_CHUM_BUCKET:32" diff --git a/items/MUSHED_GLOWY_TONIC.json b/items/MUSHED_GLOWY_TONIC.json new file mode 100644 index 00000000..151d7533 --- /dev/null +++ b/items/MUSHED_GLOWY_TONIC.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:potion", + "displayname": "§fMushed Glowy Tonic I Potion", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:8b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§2Mushed Glowy Tonic I §f(1:00:00)\",2:\"§7Grants §b+30☂ Fishing Speed§7.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fMushed Glowy Tonic I Potion\"},ExtraAttributes:{potion_level:1,potion:\"mushed_glowy_tonic\",effects:[0:{level:1,effect:\"mushed_glowy_tonic\",duration_ticks:72000}],potion_type:\"POTION\",id:\"MUSHED_GLOWY_TONIC\",splash:0b,potion_name:\"Mushed Glowy Tonic\"}}", + "damage": 11, + "lore": [ + "", + "§2Mushed Glowy Tonic I §f(1:00:00)", + "§7Grants §b+30☂ Fishing Speed§7.", + "", + "§f§lCOMMON" + ], + "internalname": "MUSHED_GLOWY_TONIC", + "modver": "2.1.1-PRE", + "clickcommand": "", + "crafttext": "", + "infoType": "" + }
\ No newline at end of file |