Moved/Replaced Textures

This commit is contained in:
Gig 2015-04-14 16:21:23 +01:00
parent 8191e1eaaa
commit 60bcbd10ad
493 changed files with 22 additions and 20 deletions

View file

@ -40,8 +40,8 @@ public class BlockQuantumTank extends BlockContainer {
@Override
@SideOnly(Side.CLIENT)
public void registerBlockIcons(IIconRegister icon) {
top = icon.registerIcon("techreborn:quantum_top");
other = icon.registerIcon("techreborn:ThermalGenerator_other");
top = icon.registerIcon("techreborn:machine/quantum_top");
other = icon.registerIcon("techreborn:machine/ThermalGenerator_other");
}
@Override