Skip to content

Commit

Permalink
readded addModId function
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessBullets committed Feb 18, 2024
1 parent d35196e commit 5a024a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/turniplabs/halplibe/HalpLibe.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ public static int getTrueItemOrBlockId(String key){
}
throw new IllegalArgumentException("Key '" + key + "' does not start with a valid predicate of 'item' or 'tile'");
}
@SuppressWarnings("unused")
public static String addModId(String modId, String name) {
return modId + "." + name;
}
@Override
public void onInitialize() {
AchievementHelper.addPage(VANILLA_ACHIEVEMENTS);
Expand Down

0 comments on commit 5a024a6

Please sign in to comment.