[TEXTURES] Cables and refined iron

This commit is contained in:
TheDoctorSoda 2016-03-06 18:37:10 -08:00
parent fcd594e512
commit c19b792960
8 changed files with 22 additions and 13 deletions
src/main/java/techreborn/items

View file

@ -1,8 +1,9 @@
package techreborn.items;
import me.modmuss50.jsonDestroyer.api.ITexturedItem;
import techreborn.client.TechRebornCreativeTabMisc;
public class ItemUUmatter extends ItemTextureBase {
public class ItemUUmatter extends ItemTR implements ITexturedItem {
public ItemUUmatter() {
setCreativeTab(TechRebornCreativeTabMisc.instance);