From 14e5337aee1f55ed467848f24adf58400ace5991 Mon Sep 17 00:00:00 2001 From: FlorianMichael <60033407+FlorianMichael@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:33:04 +0200 Subject: [PATCH] added FabricAPI as required mod --- README.md | 1 + src/main/resources/fabric.mod.json | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index fddaea90..a93b194e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ if you know a language well, feel free to make a PR and add translations for tha - Ukrainian (by **[Fundi1330](https://github.com/Fundi1330)**) - Traditional Chinese (by **[luluxiaoyu](https://github.com/luluxiaoyu)**) - Czech (by **[MIOGMIOG](https://github.com/MIOGMIOG)**) +- Polish (by **[Blayung](https://github.com/Blayung)**) ### Dependencies | Dependency | Download | diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 95357b47..487af18c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,6 +27,7 @@ "accessWidener": "viafabricplus.accesswidener", "depends": { "fabricloader": ">=0.14.11", + "fabric-api": "*", "minecraft": "~1.19.4", "java": ">=17" },