Skip to content

Commit

Permalink
Fix incorrect Enchanting Apparatus recipe path
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Oct 22, 2024
1 parent 0ad7994 commit 83aed8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void collectJsons(CachedOutput pOutput) {
saveStable(
pOutput,
recipe.serialize(),
output.resolve("data/arseng/recipes/" + recipe.id().getPath() + ".json"));
output.resolve("data/arseng/recipe/" + recipe.id().getPath() + ".json"));
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.1 2024-10-21T15:33:51.937293932 vanilla/Apparatus Recipes
fc785ff012d67a4eb91cec476c966a36f78f4615 data/arseng/recipes/me_source_jar.json
75effbf505756d4af95e92f686dace152900cfe2 data/arseng/recipes/source_acceptor.json
7e89534007a82652e543005ebabaddc1129367ae data/arseng/recipes/source_cell_housing.json
// 1.21.1 2024-10-22T15:53:06.391030537 vanilla/Apparatus Recipes
fc785ff012d67a4eb91cec476c966a36f78f4615 data/arseng/recipe/me_source_jar.json
75effbf505756d4af95e92f686dace152900cfe2 data/arseng/recipe/source_acceptor.json
7e89534007a82652e543005ebabaddc1129367ae data/arseng/recipe/source_cell_housing.json

0 comments on commit 83aed8d

Please sign in to comment.