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

Unneccessary empty columns in HV transformer recipe
This commit is contained in:
Ayutac 2022-01-07 15:07:41 +01:00 committed by drcrazy
parent 5c6ac37044
commit a40a0a24c8

View file

@ -1,9 +1,9 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" H ",
" M ",
" H "
"H",
"M",
"H"
],
"key": {
"H": {
@ -16,4 +16,4 @@
"result": {
"item": "techreborn:hv_transformer"
}
}
}