Cleanup comments, formatting, etc
This commit is contained in:
@@ -271,7 +271,7 @@ public class CraftingManager {
|
||||
j1 = 0;
|
||||
}
|
||||
|
||||
// CraftBukkit start - construct a dummy repair recipe
|
||||
// CraftBukkit start - Construct a dummy repair recipe
|
||||
ItemStack result = new ItemStack(itemstack.id, 1, j1);
|
||||
List<ItemStack> ingredients = new ArrayList<ItemStack>();
|
||||
ingredients.add(itemstack.cloneItemStack());
|
||||
|
||||
Reference in New Issue
Block a user