diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-11-06 12:23:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-06 11:23:22 +0000 |
| commit | 7898e8c53cbf5974fe29228520408a3bd6263e5c (patch) | |
| tree | 73afcf9b4980425d6a743241bb9515e4c71f2f2b /items | |
| parent | 70149afcad2a30183568d3ed8c51ce16bd9f93d5 (diff) | |
| download | NotEnoughUpdates-REPO-7898e8c53cbf5974fe29228520408a3bd6263e5c.tar.gz NotEnoughUpdates-REPO-7898e8c53cbf5974fe29228520408a3bd6263e5c.tar.bz2 NotEnoughUpdates-REPO-7898e8c53cbf5974fe29228520408a3bd6263e5c.zip | |
feat: Stinky Cheese Potion (#1434)
Diffstat (limited to 'items')
| -rw-r--r-- | items/POTION_STINKY_CHEESE;1.json | 18 | ||||
| -rw-r--r-- | items/TALBOT_NPC.json | 7 |
2 files changed, 25 insertions, 0 deletions
diff --git a/items/POTION_STINKY_CHEESE;1.json b/items/POTION_STINKY_CHEESE;1.json new file mode 100644 index 00000000..ee06ea2d --- /dev/null +++ b/items/POTION_STINKY_CHEESE;1.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:potion", + "displayname": "§fDouce Pluie de Stinky Cheese I Potion", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:12b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§eDouce Pluie de Stinky Cheese I §f(1:00:00)\",2:\"§7Gain §2+20ൠ Bonus Pest Chance§7.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fDouce Pluie de Stinky Cheese I Potion\"},ExtraAttributes:{potion_level:1,potion:\"stinky_cheese\",effects:[0:{level:1,effect:\"stinky_cheese\",duration_ticks:72000}],potion_type:\"POTION\",id:\"POTION_STINKY_CHEESE;1\",splash:0b}}", + "damage": 3, + "lore": [ + "", + "§eDouce Pluie de Stinky Cheese I §f(1:00:00)", + "§7Gain §2+20ൠ Bonus Pest Chance§7.", + "", + "§f§lCOMMON" + ], + "internalname": "POTION_STINKY_CHEESE;1", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TALBOT_NPC.json b/items/TALBOT_NPC.json index 6d0b91e6..e933332c 100644 --- a/items/TALBOT_NPC.json +++ b/items/TALBOT_NPC.json @@ -44,6 +44,13 @@ "cost": [ "SKYBLOCK_PELT:340" ] + }, + { + "type": "npc_shop", + "result": "POTION_STINKY_CHEESE;1:1", + "cost": [ + "SKYBLOCK_PELT:40" + ] } ], "crafttext": "", |
