Add in textures for some future stuff

This commit is contained in:
Aidan C. Brady 2014-01-19 20:32:16 -05:00
parent ad38b6f52b
commit 52aa704a74
14 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,20 @@
package mekanism.api.gas;
import net.minecraft.item.ItemStack;
public class OreGas extends Gas
{
public ItemStack oreStack;
public OreGas(String s, ItemStack stack)
{
super(s);
oreStack = stack;
}
public String getOreName()
{
return oreStack.getDisplayName();
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB