Skip to content

Commit f80638e

Browse files
authored
Merge pull request #10 from spikerobinson/patch-1
Fixed pattern error on gold_block recipe example
2 parents acd7bf1 + 4767bc5 commit f80638e

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)