diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-31 16:43:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 10:43:17 -0400 |
commit | a08535705d7a7534dbc6152c7f9340651693ac6d (patch) | |
tree | 52a5df025ace70ed2ce79b1ec6882e4d77cc82b3 /items/SHEARS.json | |
parent | 2648117ebe2214bb0886868e9f4c3761904050ae (diff) | |
download | NotEnoughUpdates-REPO-a08535705d7a7534dbc6152c7f9340651693ac6d.tar.gz NotEnoughUpdates-REPO-a08535705d7a7534dbc6152c7f9340651693ac6d.tar.bz2 NotEnoughUpdates-REPO-a08535705d7a7534dbc6152c7f9340651693ac6d.zip |
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>
Diffstat (limited to 'items/SHEARS.json')
-rw-r--r-- | items/SHEARS.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/items/SHEARS.json b/items/SHEARS.json index 6f5113e2..70bd7af4 100644 --- a/items/SHEARS.json +++ b/items/SHEARS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:shears", "displayname": "§fShears", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fShears\"},ExtraAttributes:{id:\"SHEARS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON SHEARS\"],Name:\"§fShears\"},ExtraAttributes:{id:\"SHEARS\"}}", "damage": 0, "lore": [ "§f§lCOMMON SHEARS" @@ -20,5 +20,7 @@ "C1": "", "C2": "", "C3": "" - } -} + }, + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |