forked from TAIGA/TAIGA
Fixed Lignite and its registration, added 2 more variants - same texture.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user