Deleted empty columns in MV trans recipe. Thanks to Ayutac.
Unneccessary empty columns in MV transformer recipe
This commit is contained in:
parent
a40a0a24c8
commit
e1b23bd0c2
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
" G ",
|
"G",
|
||||||
" M ",
|
"M",
|
||||||
" G "
|
"G"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"G": {
|
"G": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue