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/ICE_WALKER_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/ICE_WALKER_MONSTER.json')
-rw-r--r-- | items/ICE_WALKER_MONSTER.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/ICE_WALKER_MONSTER.json b/items/ICE_WALKER_MONSTER.json index 14893ccb..f138a8af 100644 --- a/items/ICE_WALKER_MONSTER.json +++ b/items/ICE_WALKER_MONSTER.json @@ -1,12 +1,12 @@ {
"itemid": "minecraft:spawn_egg",
"displayname": "§9Ice Walker (Monster)",
- "nbttag": "{display:{Lore:[0:\"§7The Ice Walker is a mob that spawns in the Great\",1:\"§7Ice Wall area in the Dwarven Mines. They are\",2:\"§7required to be killed for one commision.\"],Name:\"§9Ice Walker (Monster)\"},ExtraAttributes:{id:\"ICE_WALKER_MONSTER\"}}",
+ "nbttag": "{display:{Lore:[0:\"§7The Ice Walker is a mob that spawns in the Great\",1:\"§7Ice Wall area in the Dwarven Mines. They are\",2:\"§7required to be killed for one commission.\"],Name:\"§9Ice Walker (Monster)\"},ExtraAttributes:{id:\"ICE_WALKER_MONSTER\"}}",
"damage": 54,
"lore": [
"§7The Ice Walker is a mob that spawns in the Great",
"§7Ice Wall area in the Dwarven Mines. They are",
- "§7required to be killed for one commision."
+ "§7required to be killed for one commission."
],
"internalname": "ICE_WALKER_MONSTER",
"clickcommand": "",
|