We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43aad87 commit c30dc9cCopy full SHA for c30dc9c
common/net/teamio/taam/TaamCraftingHandler.java
@@ -9,7 +9,6 @@ public class TaamCraftingHandler {
9
10
@SubscribeEvent
11
public void onCrafting(ItemCraftedEvent craftedEvent) {
12
- Log.info("Test");
13
//ItemStack item = craftedEvent.crafting;
14
IInventory craftMatrix = craftedEvent.craftMatrix;
15
for(int i=0; i < craftMatrix.getSizeInventory(); i++)
0 commit comments