Added hammer and some basic plate recipes
This commit is contained in:
parent
1dbb03cf75
commit
3274894625
4 changed files with 27 additions and 6 deletions
|
@ -24,11 +24,6 @@ public class ItemHammer extends ItemTR implements ITexturedItem {
|
|||
return true;
|
||||
}
|
||||
|
||||
// @Override //TODO
|
||||
// public boolean doesContainerItemLeaveCraftingGrid(ItemStack itemStack) {
|
||||
// return false;
|
||||
// }
|
||||
|
||||
@Override
|
||||
public ItemStack getContainerItem(ItemStack itemStack) {
|
||||
ItemStack copiedStack = itemStack.copy();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue