Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduFish committed Jul 15, 2024
1 parent 96405f0 commit 456202f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/eu/raspberrymods/fishlib/FishLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ public void onInitialize() {
// This code runs as soon as Minecraft is in a mod-load-ready state.
// However, some things (like resources) may still be uninitialized.
// Proceed with mild caution.

public class Obsidian implements ToolMaterial {
// Your IDE should override the interface's methods for you, or at least shout at you to do so.
}
LOGGER.warn("This is a pretty fishy library mod!");
}
}

0 comments on commit 456202f

Please sign in to comment.