Code formatter take 2

This commit is contained in:
modmuss50 2016-03-25 09:47:34 +00:00
parent 33985f1a31
commit 5eed5b161d
450 changed files with 32768 additions and 26684 deletions

View file

@ -4,12 +4,14 @@ import net.minecraft.item.Item;
import reborncore.RebornCore;
import techreborn.client.TechRebornCreativeTab;
public class ItemTR extends Item {
public class ItemTR extends Item
{
public ItemTR() {
setNoRepair();
setCreativeTab(TechRebornCreativeTab.instance);
RebornCore.jsonDestroyer.registerObject(this);
}
public ItemTR()
{
setNoRepair();
setCreativeTab(TechRebornCreativeTab.instance);
RebornCore.jsonDestroyer.registerObject(this);
}
}