Little clean and format change

This commit is contained in:
Gig 2015-05-17 22:58:53 +01:00
parent ce4312a578
commit 20a9cabf93
9 changed files with 126 additions and 263 deletions

View file

@ -31,9 +31,9 @@ public class ItemHammer extends ItemTR{
public boolean getShareTag(){
return true;
}
@Override
public boolean doesContainerItemLeaveCraftingGrid(ItemStack itemStack) {
return false;
}