From f25401cdcecfe67e484173d68653a90eff446ba6 Mon Sep 17 00:00:00 2001 From: inyourwalls Date: Sun, 28 Jan 2024 19:39:06 -0500 Subject: modify rendering again, no longer using array in config --- src/main/resources/fabric.mod.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5c676c5..e02b2b5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "frank", "version": "${version}", "name": "Frank", - "description": "Mod that displays additional info about furnaces and fuels.", + "description": "Mod that displays additional info in furnaces.", "authors": [ "InYourWalls" ], @@ -16,11 +16,14 @@ "entrypoints": { "client": [ "net.inyourwalls.frank.Frank" + ], + "modmenu": [ + "net.inyourwalls.frank.ModMenuIntegration" ] }, "depends": { "fabricloader": ">=0.14.22", - "fabric-api": ">=0.90.4+1.20.2", + "fabric-screen-api-v1": ">=0.90.4+1.20.2", "minecraft": "~1.20.2", "java": ">=17" }, -- cgit v1.3.1