diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-30 19:22:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 18:22:51 +0000 |
commit | a648b1f990523956d9c5725ea537bb8ed2511f09 (patch) | |
tree | 1093f469c0a2d594711f84b1a113025a34ff4e0d /items/ENDERMAN_MONSTER.json | |
parent | 0b24d6c0ab8bb57c62b5ba9510ea2c2b318e6ac9 (diff) | |
download | NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.gz NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.bz2 NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.zip |
Fixed mana ray textures (#852)
* Fixed mana ray textures
* Fixed hot stuff thingy
* Added new contrib, fixed tiger pet, added new drops, added new item
* Fixed Mythic Endermite pet
* Combinable in Anvil
* Added new lore to hollow armor, fixed parents
* Fixed Kuudra Key Lore and Obsidian Tablet
Diffstat (limited to 'items/ENDERMAN_MONSTER.json')
-rw-r--r-- | items/ENDERMAN_MONSTER.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/items/ENDERMAN_MONSTER.json b/items/ENDERMAN_MONSTER.json index ad24ac80..7a97a711 100644 --- a/items/ENDERMAN_MONSTER.json +++ b/items/ENDERMAN_MONSTER.json @@ -59,6 +59,11 @@ "chance": "0.1%" }, { + "id": "ENDER_NECKLACE:1", + "extra": [], + "chance": "0.5%" + }, + { "id": "ENDERMAN;0", "extra": [], "chance": "0.1%" @@ -116,6 +121,11 @@ "chance": "0.033%" }, { + "id": "ENDER_NECKLACE:1", + "extra": [], + "chance": "0.5%" + }, + { "id": "ENDERMAN;1", "extra": [], "chance": "0.05%" @@ -173,6 +183,11 @@ "chance": "0.02%" }, { + "id": "ENDER_NECKLACE:1", + "extra": [], + "chance": "0.4%" + }, + { "id": "ENDERMAN;2", "extra": [], "chance": "0.1%" |