Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduFish123 committed Jul 15, 2024
1 parent 456202f commit 75254f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/eu/raspberrymods/fishlib/FishLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ 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!");
LOGGER.info("This is a pretty fishy library mod!");
}
}

0 comments on commit 75254f4

Please sign in to comment.