added FabricAPI as required mod

This commit is contained in:
FlorianMichael 2023-04-09 22:33:04 +02:00
parent 5373dda3c6
commit 14e5337aee
2 changed files with 2 additions and 0 deletions

View File

@ -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 |

View File

@ -27,6 +27,7 @@
"accessWidener": "viafabricplus.accesswidener",
"depends": {
"fabricloader": ">=0.14.11",
"fabric-api": "*",
"minecraft": "~1.19.4",
"java": ">=17"
},