Fix's #185
This commit is contained in:
parent
03932c7e22
commit
5a230b20a2
3 changed files with 2 additions and 2 deletions
|
@ -18,5 +18,4 @@ public class ItemUUmatter extends Item {
|
|||
public void registerIcons(IIconRegister iconRegister) {
|
||||
this.itemIcon = iconRegister.registerIcon("techreborn:" + "misc/itemMatter");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -591,7 +591,8 @@ item.techreborn.plate.aluminum.name=Aluminum Plate
|
|||
item.techreborn.plate.batteryAlloy.name=Battery Alloy Plate
|
||||
item.techreborn.plate.brass.name=Brass Plate
|
||||
item.techreborn.plate.bronze.name=Bronze Plate
|
||||
item.techreborn.plate.carbon.name=Coal Plate
|
||||
item.techreborn.plate.carbon.name=Carbon Plate
|
||||
item.techreborn.plate.coal.name=Coal Plate
|
||||
item.techreborn.plate.chrome.name=Chrome Plate
|
||||
item.techreborn.plate.copper.name=Copper Plate
|
||||
item.techreborn.plate.diamond.name=Diamond Plate
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 285 B |
Loading…
Add table
Reference in a new issue