diff options
author | Hasnu666 <78136962+Hasnu666@users.noreply.github.com> | 2021-03-02 18:50:42 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 09:50:42 -0500 |
commit | e035fc8d150340cb70383c6eedb1eb2318cdc95a (patch) | |
tree | 19822ac36de979513782b4cb02d56753371a0691 /items/TIGER_SHARK_SC.json | |
parent | 63696b7ea25003c6c637e13c52de4b1f55fb4282 (diff) | |
download | NotEnoughUpdates-REPO-e035fc8d150340cb70383c6eedb1eb2318cdc95a.tar.gz NotEnoughUpdates-REPO-e035fc8d150340cb70383c6eedb1eb2318cdc95a.tar.bz2 NotEnoughUpdates-REPO-e035fc8d150340cb70383c6eedb1eb2318cdc95a.zip |
Changed spellings of lore for mobs (#425)
* Changed spellings of lore for mobs
Just changed spellings of a couple words for a few mobs that's it
* Fixed Ghast mob's lore to make more sense
It made zero sense to me so I think this is fine. If not, then uh close it ig
Diffstat (limited to 'items/TIGER_SHARK_SC.json')
-rw-r--r-- | items/TIGER_SHARK_SC.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/TIGER_SHARK_SC.json b/items/TIGER_SHARK_SC.json index 4e6d77ae..0c15309a 100644 --- a/items/TIGER_SHARK_SC.json +++ b/items/TIGER_SHARK_SC.json @@ -1,11 +1,11 @@ {
"itemid": "minecraft:spawn_egg",
"displayname": "§3Tiger Shark (Sea Creature)",
- "nbttag": "{display:{Lore:[0:\"§7The Tiger Shark is one of 4 sharks added in the fishing aspect of the\",1:\"§7community center update. It can be caught durring fishing festivals\",2:\"§7while Marina is mayor by those of at least Fishing Level 18.\"],Name:\"§3Tiger Shark (Sea Creature)\"},ExtraAttributes:{id:\"TIGER_SHARK_SC\"}}",
+ "nbttag": "{display:{Lore:[0:\"§7The Tiger Shark is one of 4 sharks added in the fishing aspect of the\",1:\"§7community center update. It can be caught during fishing festivals\",2:\"§7while Marina is mayor by those of at least Fishing Level 18.\"],Name:\"§3Tiger Shark (Sea Creature)\"},ExtraAttributes:{id:\"TIGER_SHARK_SC\"}}",
"damage": 54,
"lore": [
"§7The Tiger Shark is one of 4 sharks added in the fishing aspect of the",
- "§7community center update. It can be caught durring fishing festivals",
+ "§7community center update. It can be caught during fishing festivals",
"§7while Marina is mayor by those of at least Fishing Level 18."
],
"internalname": "TIGER_SHARK_SC",
|