update contributors, change fabric to fabric-api

This commit is contained in:
deirn 2023-05-03 09:21:56 +07:00
parent fa9362afbd
commit 76698973ef
No known key found for this signature in database
GPG key ID: AFBDA9A393789F08
2 changed files with 3 additions and 2 deletions

View file

@ -559,7 +559,7 @@ ij_kotlin_wrap_elvis_expressions
ij_kotlin_wrap_expression_body_functions = 1
ij_kotlin_wrap_first_method_in_call_chain = false
[{*.har, *.json, mcmod.info, pack.mcmeta}]
[{*.json, mcmod.info, pack.mcmeta}]
indent_size = 2
tab_width = 2
ij_continuation_indent_size = 2

View file

@ -8,6 +8,7 @@
"contributors" : [
"Adirelle",
"Imbarainbow",
"qixils",
"StarskyXIII"
],
"contact" : {
@ -28,7 +29,7 @@
"depends" : {
"fabricloader" : ">=0.14.19",
"minecraft" : ">=1.19.4",
"fabric" : ">=0.75.3",
"fabric-api" : ">=0.75.3",
"fabric-language-kotlin": ">=1.9.2"
}
}