Skip to content

Commit

Permalink
Fix more conflicting essence recipes
Browse files Browse the repository at this point in the history
closes #754
  • Loading branch information
BlakeBr0 committed Nov 26, 2024
1 parent d80e302 commit e857244
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
}
],
"pattern": [
"EEE",
" ",
" "
"E ",
" E ",
" E"
],
"key": {
"E": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
}
],
"pattern": [
" ",
" ",
"EEE"
"E E",
" E ",
" "
],
"key": {
"E": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
}
],
"pattern": [
" ",
"EEE",
" "
"E ",
" E ",
" E"
],
"key": {
"E": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
}
],
"pattern": [
" ",
"EEE",
" "
"E ",
" E ",
" E"
],
"key": {
"E": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
}
],
"pattern": [
" ",
"EEE",
" "
"E ",
" E ",
" E"
],
"key": {
"E": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
}
],
"pattern": [
" ",
"EEE",
" E ",
"E E",
" "
],
"key": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
}
],
"pattern": [
" ",
" ",
"EEE"
" E",
" E ",
"E "
],
"key": {
"E": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
],
"pattern": [
"FE ",
"EF ",
" "
" E ",
"F F",
" E "
],
"key": {
"E": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
}
],
"pattern": [
" ",
" ",
"EEE"
"E E",
" E ",
" "
],
"key": {
"E": {
Expand Down

0 comments on commit e857244

Please sign in to comment.