Reorder crafting table recipes

This commit is contained in:
drcrazy 2019-07-23 01:20:04 +03:00
parent 3aa40608f7
commit f1ddc86bdd
295 changed files with 180 additions and 8 deletions

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:aluminum_storage_block"
}
],
"result": {
"item": "techreborn:aluminum_ingot",
"count": 9
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:brass_storage_block"
}
],
"result": {
"item": "techreborn:brass_ingot",
"count": 9
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:bronze_storage_block"
}
],
"result": {
"item": "techreborn:bronze_ingot",
"count": 9
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:chrome_storage_block"
}
],
"result": {
"item": "techreborn:chrome_ingot",
"count": 9
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:electrum_storage_block"
}
],
"result": {
"item": "techreborn:electrum_ingot",
"count": 9
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:invar_storage_block"
}
],
"result": {
"item": "techreborn:invar_ingot",
"count": 9
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:iridium_storage_block"
}
],
"result": {
"item": "techreborn:iridium_ingot",
"count": 9
}
}

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:lead_storage_block"
}
],
"result": {
"item": "techreborn:lead_ingot",
"count": 9
}
}

Some files were not shown because too many files have changed in this diff Show more