From 4ce020e7b1c03b1e2835f1baf87a84f1728246c3 Mon Sep 17 00:00:00 2001 From: ronald Date: Mon, 31 Jul 2023 11:35:03 -0500 Subject: final commit before beta --- README.md | 2 ++ src/main/resources/fabric.mod.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7774b73..ae49c30 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ DulkirMod 1.8.9 Can be found [here](https://github.com/inglettronald/DulkirMod).
  • Broken Hyperion Notification
  • Max Visitors Notification
  • Garden HUD for Composter/Visitors
  • +
  • Some vampire slayer features (steak display and ichor highlight)
  • @@ -55,6 +56,7 @@ DulkirMod 1.8.9 Can be found [here](https://github.com/inglettronald/DulkirMod). diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9e0e810..962251b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,7 +35,7 @@ "fabricloader": ">=0.14.21", "minecraft": "~1.20.1", "java": ">=17", - "fabric-api": "0.86.0+1.20.1", + "fabric-api": ">=0.86.0+1.20.1", "fabric-language-kotlin": ">=1.8.21" }, "suggests": { -- cgit