diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -46,6 +46,7 @@ DulkirMod 1.8.9 Can be found [here](https://github.com/inglettronald/DulkirMod). <li>Broken Hyperion Notification</li> <li>Max Visitors Notification</li> <li>Garden HUD for Composter/Visitors</li> + <li>Some vampire slayer features (steak display and ichor highlight)</li> </ul> </details> @@ -55,6 +56,7 @@ DulkirMod 1.8.9 Can be found [here](https://github.com/inglettronald/DulkirMod). </summary> <ul> <li>More Enderman Slayer Features</li> + <li>Farming Controls Scheme Features</li> </ul> </details> 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": { |