From 5174d791f717e8b5dbf2c59bc4e5eb48596c524b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:37:28 +0200 Subject: Push prerelease into master (#1226) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gaybot Co-authored-by: Linnea Gräf Co-authored-by: Lulonaut Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> --- items/MONKEY;1.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'items/MONKEY;1.json') diff --git a/items/MONKEY;1.json b/items/MONKEY;1.json index afe963b7..a0acb656 100644 --- a/items/MONKEY;1.json +++ b/items/MONKEY;1.json @@ -27,5 +27,15 @@ "https://hypixel-skyblock.fandom.com/wiki/Monkey_Pet", "https://wiki.hypixel.net/Monkey_Pet" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "type": "katgrade", + "coins": 15000, + "time": 86400, + "input": "MONKEY;0", + "output": "MONKEY;1", + "items": [] + } + ] } \ No newline at end of file -- cgit