From df404467d9fafc699f4983cddbeed71f44250b30 Mon Sep 17 00:00:00 2001 From: Daniel-Tayden Larsen <46882277+MCLegoMan@users.noreply.github.com> Date: Sat, 21 Oct 2023 01:29:35 +1300 Subject: [PATCH] Added Loafy Mod (#37) Loafy changes all items into bread. --- res/mods.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/res/mods.js b/res/mods.js index 39afb1a..3b2f6da 100644 --- a/res/mods.js +++ b/res/mods.js @@ -308,6 +308,14 @@ const mods = [ "working": true, "versions": [ "1.8.9" ] }, + { + "name": "Loafy", + "links": { + "github": "https://github.com/MCLegoMan/loafy", + }, + "working": true, + "versions": [ "1.12.2", "1.11.2", "1.10.2", "1.9.4", "1.8.9", "1.7.10", "1.6.4", "1.5.2", "1.4.7", "1.4.6", "1.4.5", "1.4.4", "1.4.3", "1.4.2", "1.4.1", "1.4.0", "1.3.2" ] + }, { "name": "Missing Vanilla Recipes", "links": {