Deleted empty columns in MV trans recipe. Thanks to Ayutac.

Unneccessary empty columns in MV transformer recipe
This commit is contained in:
Ayutac 2022-01-07 15:34:48 +01:00 committed by GitHub
parent a40a0a24c8
commit e1b23bd0c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
}
}