Skip to content

Commit

Permalink
fix Undergarden advancement path #43
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Jan 13, 2021
1 parent 7b87316 commit d6118b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class TheUndergardenCompat extends ModCompat.Mod implements ModCompat.Ent
private static final String MOD_NAME = "undergarden";

private static final ResourceLocation GWIBLING = new ResourceLocation(MOD_NAME, "gwibling");
private static final ResourceLocation CATCH_GWIBLING = new ResourceLocation(MOD_NAME, "catch_gwibling");
private static final ResourceLocation CATCH_GWIBLING = new ResourceLocation(MOD_NAME, "undergarden/catch_gwibling");

public TheUndergardenCompat() {
super(MOD_NAME);
Expand Down

0 comments on commit d6118b7

Please sign in to comment.