This commit is contained in:
Modmuss50 2015-12-14 11:06:25 +00:00
parent efd19336bf
commit 08c0e2d81e
39 changed files with 39 additions and 39 deletions

View file

@ -33,7 +33,7 @@ public class BlockAesu extends BlockMachineBase implements IRotationTexture {
return true;
}
private final String prefix = "techreborn:/blocks/machine/";
private final String prefix = "techreborn:blocks/machine/";
@Override
public String getFrontOff() {

View file

@ -46,7 +46,7 @@ public class BlockIDSU extends BlockMachineBase implements IAdvancedRotationText
}
private final String prefix = "techreborn:/blocks/machine/";
private final String prefix = "techreborn:blocks/machine/";
@Override

View file

@ -33,7 +33,7 @@ public class BlockLesu extends BlockMachineBase implements IAdvancedRotationText
return true;
}
private final String prefix = "techreborn:/blocks/machine/";
private final String prefix = "techreborn:blocks/machine/";
@Override

View file

@ -46,7 +46,7 @@ public class BlockLesuStorage extends BlockMachineBase implements IAdvancedRotat
return block == (Block) this;
}
private final String prefix = "techreborn:/blocks/machine/";
private final String prefix = "techreborn:blocks/machine/";
@Override
public String getFront(boolean isActive) {