Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodexAdrian committed Mar 24, 2024
1 parent f3f3f75 commit 4377f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static Container getBaubleContainer(LivingEntity entity, String identifie
}

@ExpectPlatform
public static Container getBaubleContainer(LivingEntity entity, SlotIdentifier identifier) {
public static Map<String, Container> getBaubleContainer(LivingEntity entity, SlotIdentifier identifier) {
throw new NotImplementedException();
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G

enabledPlatforms=fabric,forge

version=1.0.1
version=1.0.2
group=earth.terrarium.baubly
modId=baubly

Expand Down

0 comments on commit 4377f58

Please sign in to comment.