Fixed a bunch of localizations
This commit is contained in:
parent
8b0a1eb894
commit
48280690f5
5 changed files with 81 additions and 39 deletions
|
@ -20,7 +20,7 @@ public class BlockHighlyAdvancedMachine extends BlockMachineBase{
|
|||
public BlockHighlyAdvancedMachine(Material material)
|
||||
{
|
||||
super(material);
|
||||
setBlockName("techreboen.highlyadvancedmachine");
|
||||
setBlockName("techreborn.highlyAdvancedMachine");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -36,7 +36,7 @@ public class BlockMagicEnergyAbsorber extends BlockMachineBase {
|
|||
public BlockMagicEnergyAbsorber(Material material)
|
||||
{
|
||||
super(material);
|
||||
setBlockName("techreborn.magicrnergyabsorber");
|
||||
setBlockName("techreborn.magicenergyabsorber");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -36,7 +36,7 @@ public class BlockMagicEnergyConverter extends BlockMachineBase {
|
|||
public BlockMagicEnergyConverter(Material material)
|
||||
{
|
||||
super(material);
|
||||
setBlockName("techreborn.magicrnergyconverter");
|
||||
setBlockName("techreborn.magicenergyconverter");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue