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/GOLEM;4.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'items/GOLEM;4.json') diff --git a/items/GOLEM;4.json b/items/GOLEM;4.json index a0a2d5d3..dbc9da3d 100644 --- a/items/GOLEM;4.json +++ b/items/GOLEM;4.json @@ -41,5 +41,17 @@ "https://hypixel-skyblock.fandom.com/wiki/Golem_Pet", "https://wiki.hypixel.net/Golem_Pet" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "type": "katgrade", + "coins": 10000000, + "time": 1728000, + "input": "GOLEM;3", + "output": "GOLEM;4", + "items": [ + "ENCHANTED_IRON_BLOCK:8" + ] + } + ] } \ No newline at end of file -- cgit