From a08535705d7a7534dbc6152c7f9340651693ac6d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:43:17 +0200 Subject: Stuff - Added and fixed things yes (#609) * Stuff * Updating feature link * Fixed Hard Stone Minion * Fixing Items * yep * Fixing Pet * Fixing NBT Tags * Forgot one * Removed interp and other things * learn to format Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- items/ROCK_PAPER_SHEARS.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/ROCK_PAPER_SHEARS.json') diff --git a/items/ROCK_PAPER_SHEARS.json b/items/ROCK_PAPER_SHEARS.json index c01ca260..15512bab 100644 --- a/items/ROCK_PAPER_SHEARS.json +++ b/items/ROCK_PAPER_SHEARS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:shears", "displayname": "§aRock Paper Shears", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Click this item to initiate a\",1:\"§7tournament of Rock Paper Shears\",2:\"§7with all of the players on your\",3:\"§7island!\",4:\"\",5:\"§7Outsmart your opponents by\",6:\"§7choosing the least picked option\",7:\"§7to win the round! Final round\",8:\"§7uses classic rules.\",9:\"\",10:\"§a§lUNCOMMON\"],Name:\"§aRock Paper Shears\"},ExtraAttributes:{id:\"ROCK_PAPER_SHEARS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Click this item to initiate a\",1:\"§7tournament of Rock Paper Shears\",2:\"§7with all of the players on your\",3:\"§7island!\",4:\"\",5:\"§7Outsmart your opponents by\",6:\"§7choosing the least picked option\",7:\"§7to win the round! Final round\",8:\"§7uses classic rules.\",9:\"\",10:\"§7§4❣ §cRequires §aSocial Skill 8\",11:\"§a§lUNCOMMON\"],Name:\"§aRock Paper Shears\"},ExtraAttributes:{id:\"ROCK_PAPER_SHEARS\"}}", "damage": 0, "lore": [ "§7Click this item to initiate a", -- cgit