Added walia support for the cables

This commit is contained in:
modmuss50 2016-03-07 20:33:08 +00:00
parent b8de296817
commit 67526480ad
37 changed files with 209 additions and 55 deletions

View file

@ -3,7 +3,7 @@ package techreborn.items;
import net.minecraft.item.Item;
/**
* Created by Mark on 19/02/2016.
* Created by modmuss50 on 19/02/2016.
*/
public class ItemMissingRecipe extends Item {
}

View file

@ -25,7 +25,7 @@ import java.util.List;
import java.util.Random;
/**
* Created by mark on 26/02/2016.
* Created by modmuss50 on 26/02/2016.
*/
public class ItemWrench extends ItemTR implements ITexturedItem {