Updated language file for Imprinter
Changed version number to 0.2.0
This commit is contained in:
parent
95f27d5408
commit
5c03b2de3b
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ assemblyline.gui.crafting=Crafting
|
|||
# Blocks
|
||||
tile.crate.name=Crate
|
||||
tile.conveyorBelt.name=Conveyor Belt
|
||||
tile.stamper.name=Stamper
|
||||
tile.imprinter.name=Imprinter
|
||||
tile.engineerTable.name=Engineer's Table
|
||||
tile.detector.name=Detector
|
||||
tile.armbot.name=Armbot
|
||||
|
|
|
@ -46,7 +46,7 @@ public class AssemblyLine
|
|||
|
||||
public static final String NAME = "Assembly Line";
|
||||
|
||||
public static final String VERSION = "0.1.9";
|
||||
public static final String VERSION = "0.2.0";
|
||||
|
||||
public static final String CHANNEL = "AssemblyLine";
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ public class BlockImprinter extends BlockMachine
|
|||
{
|
||||
super(id, Material.wood);
|
||||
this.blockIndexInTexture = 0;
|
||||
this.setBlockName("stamper");
|
||||
this.setBlockName("imprinter");
|
||||
this.setCreativeTab(UETab.INSTANCE);
|
||||
this.setTextureFile(AssemblyLine.BLOCK_TEXTURE_PATH);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue