Added basic_machine_frame from RefIron Storage Block. Thanks to Ayutac.

Just a nice thing to have imo.
This commit is contained in:
Ayutac 2022-01-07 14:59:16 +01:00 committed by GitHub
parent 69151af0a4
commit 18b7d935df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"AAA",
"A A",
"AAA"
],
"key": {
"A": {
"item": "techreborn:refined_iron_storage_block"
}
},
"result": {
"item": "techreborn:basic_machine_frame",
"count": 9
}
}