Fixed Lignite and its registration, added 2 more variants - same texture.

This commit is contained in:
Robert Sosnitzka
2016-07-19 00:46:29 +02:00
parent 114cb69985
commit bac0955b44
5 changed files with 31 additions and 11 deletions

View File

@@ -4,8 +4,8 @@ import com.sosnitzka.taiga.generic.BasicItem;
public class ItemLignite extends BasicItem {
public ItemLignite() {
super("lignite");
public ItemLignite(String name, String registry) {
super(name, null, registry);
}
}