Skip to content

Commit

Permalink
weewee
Browse files Browse the repository at this point in the history
  • Loading branch information
serenyadev committed Sep 8, 2024
1 parent 78a54a9 commit b7c3d4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class ModLoot {

// TODO: Flatkat this is probs not the correct table, no idea what its called
private static final Identifier SNIFFER_TABLE = new Identifier("minecraft:sniffer_digging");
private static final Identifier SNIFFER_TABLE = new Identifier("minecraft:gameplay/sniffer_digging");

private static final Identifier SNIFFER_PHASE = new Identifier(AncientAndForgotten.MOD_ID, "sniffer_phase");

Expand Down

0 comments on commit b7c3d4b

Please sign in to comment.