forked from TAIGA/TAIGA
general code cleanup
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package items;
|
||||
|
||||
public class ItemIronNugget extends BasicItem{
|
||||
public class ItemIronNugget extends BasicItem {
|
||||
|
||||
public ItemIronNugget(){
|
||||
public ItemIronNugget() {
|
||||
super("iron_nugget");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package items;
|
||||
|
||||
public class ItemKarmesineIngot extends BasicItem{
|
||||
public class ItemKarmesineIngot extends BasicItem {
|
||||
|
||||
public ItemKarmesineIngot(){
|
||||
public ItemKarmesineIngot() {
|
||||
super("karmesine_ingot");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package items;
|
||||
|
||||
public class ItemMeteoriteIngot extends BasicItem{
|
||||
public class ItemMeteoriteIngot extends BasicItem {
|
||||
|
||||
public ItemMeteoriteIngot(){
|
||||
public ItemMeteoriteIngot() {
|
||||
super("meteorite_ingot");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package items;
|
||||
|
||||
public class ItemMindoriteIngot extends BasicItem{
|
||||
public class ItemMindoriteIngot extends BasicItem {
|
||||
|
||||
public ItemMindoriteIngot(){
|
||||
public ItemMindoriteIngot() {
|
||||
super("mindorite_ingot");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package items;
|
||||
|
||||
public class ItemMythrilIngot extends BasicItem{
|
||||
public class ItemMythrilIngot extends BasicItem {
|
||||
|
||||
public ItemMythrilIngot(){
|
||||
public ItemMythrilIngot() {
|
||||
super("mythril_ingot");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package items;
|
||||
|
||||
public class ItemPalladiumIngot extends BasicItem{
|
||||
public class ItemPalladiumIngot extends BasicItem {
|
||||
|
||||
public ItemPalladiumIngot(){
|
||||
public ItemPalladiumIngot() {
|
||||
super("palladium_ingot");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package items;
|
||||
|
||||
public class ItemPrometheumIngot extends BasicItem{
|
||||
public class ItemPrometheumIngot extends BasicItem {
|
||||
|
||||
public ItemPrometheumIngot(){
|
||||
public ItemPrometheumIngot() {
|
||||
super("prometheum_ingot");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package items;
|
||||
|
||||
public class ItemTiberiumIngot extends BasicItem{
|
||||
public class ItemTiberiumIngot extends BasicItem {
|
||||
|
||||
public ItemTiberiumIngot(){
|
||||
public ItemTiberiumIngot() {
|
||||
super("tiberium_ingot");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package items;
|
||||
|
||||
public class ItemVibraniumIngot extends BasicItem{
|
||||
public class ItemVibraniumIngot extends BasicItem {
|
||||
|
||||
public ItemVibraniumIngot(){
|
||||
public ItemVibraniumIngot() {
|
||||
super("vibranium_ingot");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package items;
|
||||
|
||||
public class ItemYrdeanIngot extends BasicItem{
|
||||
public class ItemYrdeanIngot extends BasicItem {
|
||||
|
||||
public ItemYrdeanIngot(){
|
||||
public ItemYrdeanIngot() {
|
||||
super("yrdean_ingot");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user