Skip to content

Commit

Permalink
Fix REI Party Management not registered
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNijjar committed Dec 9, 2023
1 parent 35633f4 commit 87e0092
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Fix sending packets to client when Argonauts is not installed on client.
- Fix REI Party Management not registered
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class ArgonautsReiClientPlugin implements REIClientPlugin {
@Override
public void registerFavorites(FavoriteEntryType.Registry registry) {
registry.register(PartyChatFavoriteEntry.ID, PartyChatFavoriteEntry.Type.INSTANCE);
registry.register(PartyManagementFavoriteEntry.ID, PartyManagementFavoriteEntry.Type.INSTANCE);
registry.getOrCrateSection(Component.translatable("rei.sections.odyssey"))
.add(
new PartyChatFavoriteEntry(),
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ org.gradle.jvmargs=-Xmx2G

enabledPlatforms=fabric,forge

version=1.0.6
version=1.0.7
group=earth.terrarium.argonauts

minecraftVersion=1.20.1
parchmentVersion=2023.07.02
mixinExtrasVersion=0.2.0-beta.8

resourcefulLibVersion=2.1.11
resourcefulLibVersion=2.1.19

cadmusVersion=1.0.2
heraclesVersion=1.0.5
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 87e0092

Please sign in to comment.