Added dust->ingot<->block recipes for several materials. Closes #1356

This commit is contained in:
drcrazy 2017-12-08 16:43:04 +03:00
parent 1581ad439c
commit a419189926
5 changed files with 21 additions and 9 deletions

View file

@ -134,6 +134,11 @@
"textures": {
"all": "techreborn:blocks/storage/refinediron_block"
}
},
"bronze": {
"textures": {
"all": "techreborn:blocks/storage/bronze_block"
}
}
}
}

View file

@ -127,6 +127,7 @@ tile.techreborn:storage.nickel.name=Block of Nickel
tile.techreborn:storage.invar.name=Block of Invar
tile.techreborn:storage.osmium.name=Block of Osmium
tile.techreborn:storage.iridium.name=Block of Iridium
tile.techreborn:storage.bronze.name=Block of Bronze
tile.techreborn:storage2.tungstensteel.name=Block of Tungstensteel
tile.techreborn:storage2.lodestone.name=Block of Lodestone
tile.techreborn:storage2.tellurium.name=Block of Tellurium