diff options
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 7 |
1 files changed, 5 insertions, 2 deletions
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" }, |
