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",
|
||||
"pattern": [
|
||||
" G ",
|
||||
" M ",
|
||||
" G "
|
||||
"G",
|
||||
"M",
|
||||
"G"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
|
@ -16,4 +16,4 @@
|
|||
"result": {
|
||||
"item": "techreborn:mv_transformer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue