fixed wrong package

This commit is contained in:
2016-05-12 17:55:53 +02:00
parent 5a0ebb11b2
commit 217cbcd30d
21 changed files with 47 additions and 47 deletions

View File

@@ -0,0 +1,9 @@
package com.sosnitzka.ztic_addon.items;
public class ItemLignite extends BasicItem {
public ItemLignite() {
super("lignite");
}
}