Deleted empty columns in HV trans recipe. Thanks to Ayutac.
Unneccessary empty columns in HV transformer recipe
This commit is contained in:
parent
5c6ac37044
commit
a40a0a24c8
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue