Skip to content

Commit

Permalink
update contributors, change fabric to fabric-api
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed May 3, 2023
1 parent fa9362a commit 7669897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"contributors" : [
"Adirelle",
"Imbarainbow",
"qixils",
"StarskyXIII"
],
"contact" : {
Expand All @@ -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"
}
}

0 comments on commit 7669897

Please sign in to comment.