Skip to content

Commit

Permalink
fix: rei plugin entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
williambl committed Jul 24, 2022
1 parent 8734bae commit e2e4abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ loader_version=0.14.8
loom_version=0.11-SNAPSHOT

# Mod Properties
mod_version = 1.10.1+1.19
mod_version = 1.10.2+1.19
maven_group = com.williambl.haema
archives_base_name = haema

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{"adapter": "kotlin", "value": "com.williambl.haema.client.HaemaClient"},
{"adapter": "kotlin", "value": "com.williambl.haema.compat.bewitchment.BewitchmentEntrypointKt::clientInit"}
],
"rei_plugins": [
"rei_client": [
{"adapter": "kotlin", "value": "com.williambl.haema.compat.rei.HaemaREIPlugin"}
],
"emi": [
Expand Down

0 comments on commit e2e4abe

Please sign in to comment.