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/TREASURE_HOARDER_MONSTER.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/TREASURE_HOARDER_MONSTER.json')
-rw-r--r-- | items/TREASURE_HOARDER_MONSTER.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/TREASURE_HOARDER_MONSTER.json b/items/TREASURE_HOARDER_MONSTER.json index a8bed991..e770092e 100644 --- a/items/TREASURE_HOARDER_MONSTER.json +++ b/items/TREASURE_HOARDER_MONSTER.json @@ -1,12 +1,12 @@ {
"itemid": "minecraft:spawn_egg",
"displayname": "§9Treasure Hoarder (Monster)",
- "nbttag": "{display:{Lore:[0:\"§7Treasure Hoarders are mobs that spawn in the\",1:\"§7Upper Mines area of the Dwarven Mines. They\",2:\"§7drop the Treasureite material used in the Forge.\"],Name:\"§9Treasure Hoarder (Monster)\"},ExtraAttributes:{id:\"TREASURE_HOARDER_MONSTER\"}}",
+ "nbttag": "{display:{Lore:[0:\"§7Treasure Hoarders are mobs that spawn in the\",1:\"§7Upper Mines area of the Dwarven Mines. They\",2:\"§7drop the Treasurite material used in the Forge.\"],Name:\"§9Treasure Hoarder (Monster)\"},ExtraAttributes:{id:\"TREASURE_HOARDER_MONSTER\"}}",
"damage": 54,
"lore": [
"§7Treasure Hoarders are mobs that spawn in the",
"§7Upper Mines area of the Dwarven Mines. They",
- "§7drop the Treasureite material used in the Forge."
+ "§7drop the Treasurite material used in the Forge."
],
"internalname": "TREASURE_HOARDER_MONSTER",
"clickcommand": "",
|