From 56531253380bcbcb7d98ea074ba31a314a39ac8f Mon Sep 17 00:00:00 2001 From: inyourwalls Date: Thu, 13 Jun 2024 12:59:08 -0400 Subject: un-bump version, fix config screen --- src/main/resources/fabric.mod.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index eb98d3d..e608d30 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -23,9 +23,9 @@ }, "depends": { "fabricloader": ">=0.14.22", - "fabric-screen-api-v1": ">=0.90.4+1.20.2", - "minecraft": "^1.20.2", - "java": ">=17" + "fabric-screen-api-v1": ">=0.100.1+1.21", + "java": ">=17", + "minecraft": "~1.21" }, "suggests": {}, "custom": { -- cgit v1.3.1