Skip to content

Commit

Permalink
Fixed Inversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeryn99 committed Dec 20, 2023
1 parent f2da41e commit 9019ec0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public ResourceLocation interiorTextureLocation(ResourceLocation themeId) {
}

protected Path getPath(ResourceLocation themeId) {
return generator.getPackOutput().getOutputFolder().resolve("data/" + TardisRefined.MODID + "/" + modid + "/patterns/shell/" + themeId.getPath() + ".json");
return generator.getPackOutput().getOutputFolder().resolve("data/" + modid + "/" + TardisRefined.MODID + "/patterns/shell/" + themeId.getPath() + ".json");
}

@Override
Expand Down

0 comments on commit 9019ec0

Please sign in to comment.