diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0958473..3220f02 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -21,6 +21,6 @@ "depends": { "fabricloader": ">=0.8.0", "fabric": "*", - "minecraft": "~1.20.1" + "minecraft": "~1.20.4" } }