Deleted empty columns in Wind Mill recipe. Thanks to Ayutac.

Unneccessary empty columns in Wind Mill recipe
This commit is contained in:
Ayutac 2022-01-07 15:35:22 +01:00 committed by GitHub
parent e1b23bd0c2
commit 6f554fbecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
" I ", "I",
" G ", "G",
" I " "I"
], ],
"key": { "key": {
"G": { "G": {
@ -16,4 +16,4 @@
"result": { "result": {
"item": "techreborn:wind_mill" "item": "techreborn:wind_mill"
} }
} }