Skip to content

Commit 4767bc5

Browse files
Fixed pattern error on gold_block recipe example
Fixed pattern error in iron to gold shaped recipe. Unmatched row lengths between 2nd row vs 1st and 3rd row.
1 parent acd7bf1 commit 4767bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/recipes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,9 @@ The following sets two placeholders in the pattern, being "#" and "^", while the
429429
{
430430
"type": "crafting_shaped",
431431
"pattern": [
432-
"##",
432+
"###",
433433
"^^^",
434-
"##"
434+
"###"
435435
],
436436
"key": {
437437
"#": {

0 commit comments

Comments
 (0)