diff options
Diffstat (limited to 'items/MIMIC_MONSTER.json')
-rw-r--r-- | items/MIMIC_MONSTER.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/items/MIMIC_MONSTER.json b/items/MIMIC_MONSTER.json index ae4b518c..b8d5639e 100644 --- a/items/MIMIC_MONSTER.json +++ b/items/MIMIC_MONSTER.json @@ -22,5 +22,20 @@ "https://hypixel-skyblock.fandom.com/wiki/Mimic", "https://wiki.hypixel.net/Mimic" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "name": "§cMimic", + "coins": 1, + "xp": 30, + "render": "@neurepo:mobs/mimic.json", + "type": "drops", + "drops": [ + { + "id": "MIMIC_FRAGMENT", + "chance": "100%" + } + ] + } + ] }
\ No newline at end of file |