Added dust->ingot<->block recipes for several materials. Closes #1356
This commit is contained in:
parent
1581ad439c
commit
a419189926
5 changed files with 21 additions and 9 deletions
|
@ -134,6 +134,11 @@
|
|||
"textures": {
|
||||
"all": "techreborn:blocks/storage/refinediron_block"
|
||||
}
|
||||
},
|
||||
"bronze": {
|
||||
"textures": {
|
||||
"all": "techreborn:blocks/storage/bronze_block"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue