Fixes #299
This commit is contained in:
parent
efd19336bf
commit
08c0e2d81e
39 changed files with 39 additions and 39 deletions
|
@ -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() {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue