diff options
author | ronald <inglettronald@gmail.com> | 2023-07-31 11:35:03 -0500 |
---|---|---|
committer | ronald <inglettronald@gmail.com> | 2023-07-31 11:35:03 -0500 |
commit | 4ce020e7b1c03b1e2835f1baf87a84f1728246c3 (patch) | |
tree | da449676b1cac74a63e2b483b34d746f31ae7970 | |
parent | 48544089707213eeacc48b882fca5aa06225bfec (diff) | |
download | DulkirMod-Fabric-4ce020e7b1c03b1e2835f1baf87a84f1728246c3.tar.gz DulkirMod-Fabric-4ce020e7b1c03b1e2835f1baf87a84f1728246c3.tar.bz2 DulkirMod-Fabric-4ce020e7b1c03b1e2835f1baf87a84f1728246c3.zip |
final commit before beta
-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": { |