You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
282 B

package gq.cestaberous.supernaturalflora.item;
import net.minecraft.item.Item;
import net.minecraft.item.ItemSword;
public class Gandalf99Sword extends ItemSword {
public Gandalf99Sword(ToolMaterial material) {
super(material);
// TODO Auto-generated constructor stub
}
}