Anti-comments sweep!

This commit is contained in:
Tombenpotter 2014-10-13 22:33:20 +02:00
parent e6a10f3f06
commit dea1f87078
454 changed files with 23594 additions and 26739 deletions

View file

@ -1,6 +1,5 @@
package WayofTime.alchemicalWizardry.common.items;
import WayofTime.alchemicalWizardry.AlchemicalWizardry;
import net.minecraft.block.Block;
import net.minecraft.item.ItemBlock;
import net.minecraft.item.ItemStack;
@ -12,7 +11,6 @@ public class ItemSpellParadigmBlock extends ItemBlock
{
super(par1);
setHasSubtypes(true);
//this.setUnlocalizedName("itemSpellParadigmBlock");
}
@Override
@ -38,10 +36,10 @@ public class ItemSpellParadigmBlock extends ItemBlock
case 2:
name = "melee";
break;
case 3:
name = "tool";
break;
name = "tool";
break;
default:
name = "broken";