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

@ -66,7 +66,7 @@ public class BlockOre extends Block{
for (int i = 0; i < types.length; i++)
{
textures[i] = iconRegister.registerIcon("techreborn:" + "ore"+types[i]);
textures[i] = iconRegister.registerIcon("techreborn:" + "ore/ore"+types[i]);
}
}

View file

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

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

View file

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

View file

@ -64,7 +64,7 @@ public class BlockStorage extends Block{
for (int i = 0; i < types.length; i++)
{
textures[i] = iconRegister.registerIcon("techreborn:" + "storage"+types[i]);
textures[i] = iconRegister.registerIcon("techreborn:" + "storage/storage"+types[i]);
}
}

View file

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

View file

@ -40,7 +40,7 @@ public class ItemDusts extends ItemTR
for (int i = 0; i < types.length; ++i)
{
textures[i] = iconRegister.registerIcon("techreborn:" + "dust"+types[i]);
textures[i] = iconRegister.registerIcon("techreborn:" + "dust/" +types[i]+ "Dust");
}
}

View file

@ -33,7 +33,7 @@ public class ItemGems extends Item{
for (int i = 0; i < types.length; ++i)
{
textures[i] = iconRegister.registerIcon("techreborn:" + "gem"+types[i]);
textures[i] = iconRegister.registerIcon("techreborn:" + "gem/" +types[i]);
}
}

View file

@ -35,7 +35,7 @@ public class ItemIngots extends Item{
for (int i = 0; i < types.length; ++i)
{
textures[i] = iconRegister.registerIcon("techreborn:" + "ingot"+types[i]);
textures[i] = iconRegister.registerIcon("techreborn:" + "ingot/" +types[i]+ "Ingot");
}
}

View file

@ -35,7 +35,7 @@ public class ItemParts extends Item{
for (int i = 0; i < types.length; ++i)
{
textures[i] = iconRegister.registerIcon("techreborn:" + "part"+types[i]);
textures[i] = iconRegister.registerIcon("techreborn:" + "part/" +types[i]);
}
}

View file

@ -33,7 +33,7 @@ public class ItemLapotronPack extends ItemArmor implements IElectricItem{
@Override
public void registerIcons(IIconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("techreborn:" + "lapotronpack");
this.itemIcon = iconRegister.registerIcon("techreborn:" + "tool/lapotronicEnergyOrb");
}
@Override

View file

@ -33,7 +33,7 @@ public class ItemLithiumBatpack extends ItemArmor implements IElectricItem{
@Override
public void registerIcons(IIconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("techreborn:" + "lithiumbatpack");
this.itemIcon = iconRegister.registerIcon("techreborn:" + "tool/lithiumBatpack");
}
@Override

View file

@ -45,7 +45,7 @@ public class ItemAdvancedDrill extends ItemPickaxe implements IElectricItem{
@Override
public void registerIcons(IIconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("techreborn:" + "advancedDrill");
this.itemIcon = iconRegister.registerIcon("techreborn:" + "tool/advancedDrill");
}
@SuppressWarnings({"rawtypes", "unchecked"})

View file

@ -44,7 +44,7 @@ public class ItemOmniTool extends ItemPickaxe implements IElectricItem{
@Override
public void registerIcons(IIconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("techreborn:" + "omnitool");
this.itemIcon = iconRegister.registerIcon("techreborn:" + "tool/omnitool");
}
@SuppressWarnings({"rawtypes", "unchecked"})

View file

@ -39,7 +39,7 @@ public class ItemRockCutter extends ItemPickaxe implements IElectricItem{
@Override
public void registerIcons(IIconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("techreborn:" + "rockcutter");
this.itemIcon = iconRegister.registerIcon("techreborn:" + "tool/rockcutter");
}
@SuppressWarnings({"rawtypes", "unchecked"})

View file

@ -4,6 +4,8 @@ tile.techreborn.thermalGenerator.name=Thermal Generator
tile.techreborn.quantumTank.name=Quantum Tank
tile.techreborn.quantumChest.name=Quantum Chest
tile.techreborn.centrifuge.name=Centrifuge
tile.techreborn.rollingmachine.name=Rolling machine
#Ores
tile.techreborn.ore.Galena.name=Galena Ore
@ -99,7 +101,7 @@ item.techreborn.dust.Zinc.name=Zinc Dust
item.techreborn.dust.Cobalt.name=Cobalt Dust
item.techreborn.dust.Ardite.name=Ardite Dust
item.techreborn.dust.Manyullyn.name=Manyullyn Dust
item.techreborn.dust.AlBrass.name=AlBrass Dust
item.techreborn.dust.AlBrass.name=AluminiumBrass Dust
item.techreborn.dust.Alumite.name=Alumite Dust

View file

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View file

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View file

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View file

Before

Width:  |  Height:  |  Size: 578 B

After

Width:  |  Height:  |  Size: 578 B

View file

Before

Width:  |  Height:  |  Size: 451 B

After

Width:  |  Height:  |  Size: 451 B

View file

Before

Width:  |  Height:  |  Size: 425 B

After

Width:  |  Height:  |  Size: 425 B

View file

Before

Width:  |  Height:  |  Size: 538 B

After

Width:  |  Height:  |  Size: 538 B

View file

Before

Width:  |  Height:  |  Size: 515 B

After

Width:  |  Height:  |  Size: 515 B

View file

Before

Width:  |  Height:  |  Size: 490 B

After

Width:  |  Height:  |  Size: 490 B

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 461 B

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

Before

Width:  |  Height:  |  Size: 535 B

After

Width:  |  Height:  |  Size: 535 B

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3 KiB

View file

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Some files were not shown because too many files have changed in this diff Show more