Added names to different machine decorative blocks
This commit is contained in:
parent
216dd08bef
commit
50e1c192f8
2 changed files with 14 additions and 2 deletions
|
@ -17,7 +17,7 @@ import resonantinduction.core.prefab.block.BlockRI;
|
|||
*/
|
||||
public class BlockMachineMaterial extends BlockRI
|
||||
{
|
||||
String[] iconNames = new String[] { "material_metal_side", "material_metal_top", "material_stone_brick", "material_stone_brick2", "material_stone_chiseled", "material_stone_cobble", "material_stone_cracked", "material_stone", "material_stone_slab", "material_stone_mossy", "material_steel_dark", "material_steel_tint", "material_steel" };
|
||||
String[] iconNames = new String[] { "material_stone_brick", "material_stone_brick2", "material_stone_chiseled", "material_stone_cobble", "material_stone_cracked", "material_stone", "material_stone_slab", "material_stone_mossy", "material_steel_dark", "material_steel_tint", "material_steel" };
|
||||
Icon[] icons = new Icon[iconNames.length];
|
||||
|
||||
public BlockMachineMaterial()
|
||||
|
|
|
@ -22,6 +22,19 @@ tile.resonantinduction\:DebugBlock.2.name=Fluid Void
|
|||
tile.resonantinduction\:DebugBlock.3.name=Power Void
|
||||
|
||||
### Archaic Module
|
||||
## Materials
|
||||
tile.resonantinduction\:material.0.name=Industrial Brick
|
||||
tile.resonantinduction\:material.1.name=Industrial Brick
|
||||
tile.resonantinduction\:material.2.name=Industrial Chiseled Brick
|
||||
tile.resonantinduction\:material.3.name=Industrial Cobblestone
|
||||
tile.resonantinduction\:material.4.name=Indutrial Cracked Stone
|
||||
tile.resonantinduction\:material.5.name=Industrial Stone
|
||||
tile.resonantinduction\:material.6.name=Industrial Stone Slab
|
||||
tile.resonantinduction\:material.7.name=Industrial Mossy Stone
|
||||
tile.resonantinduction\:material.8.name=Dark Steel
|
||||
tile.resonantinduction\:material.9.name=Tinted Steel
|
||||
tile.resonantinduction\:material.10.name=Steel
|
||||
|
||||
## Items
|
||||
item.resonantinduction\:imprint.name=Imprint
|
||||
item.resonantinduction\:hammer.name=Hammer
|
||||
|
@ -87,7 +100,6 @@ tile.resonantinduction\:filter.name=Filter
|
|||
tile.resonantinduction\:tesla.name=Tesla Coil
|
||||
tile.resonantinduction\:levitator.name=Electromagnetic Levitator
|
||||
tile.resonantinduction\:battery.name=Battery
|
||||
tile.resonantinduction\:material.name=Material
|
||||
tile.resonantinduction\:armbot.name=Armbot
|
||||
tile.resonantinduction\:encoder.name=Encoder
|
||||
|
||||
|
|
Loading…
Reference in a new issue