From 96406ede202311439d3dbf8a3ed49150859771f4 Mon Sep 17 00:00:00 2001 From: GeorgeRNG <81434111+GeorgeRNG@users.noreply.github.com> Date: Sat, 13 Jan 2024 13:39:10 +0000 Subject: [PATCH] long overdue update fabric.mod.json --- src/main/resources/fabric.mod.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f4ea3c62..f43a7ea9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,14 +3,19 @@ "id": "codeclient", "version": "${version}", "name": "CodeClient", - "description": "Read and write DiamondFire code from external apps", + "description": "A DiamondFire utility client for advanced coding.", "authors": [ "GeorgeRNG" ], "contact": { - "website": "https://github.com/DFOnline/CodeClient", - "repo": "https://github.com/DFOnline/CodeClient" + "homepage": "https://github.com/DFOnline/CodeClient", + "repo": "https://github.com/DFOnline/CodeClient", + "issues": "https://github.com/DFOnline/CodeClient/issues", + "sources": "https://github.com/DFOnline/CodeClient" }, + "contributors": [ + "RedVortex" + ], "license": "MIT", "icon": "assets/codeclient/icon.png", "environment": "client", @@ -30,9 +35,12 @@ ], "depends": { "fabricloader": ">=0.14.21", - "minecraft": "~1.20", + "minecraft": "1.20.4", "java": ">=17", "fabric-api": "*", - "yet_another_config_lib_v3": ">=3.0.1+1.20" + "yet_another_config_lib_v3": ">=3.1+1.20.4" + }, + "recommends": { + "modmenu": "*" } }