Skip to content

Commit 4e3f2ee

Browse files
Alexander SiegAlexander Sieg
authored andcommitted
Merge branch 'master' of https://github.com/Team-IO/taam.git
2 parents d0418dd + c30dc9c commit 4e3f2ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/net/teamio/taam/TaamCraftingHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ public class TaamCraftingHandler {
99

1010
@SubscribeEvent
1111
public void onCrafting(ItemCraftedEvent craftedEvent) {
12-
Log.info("Test");
1312
//ItemStack item = craftedEvent.crafting;
1413
IInventory craftMatrix = craftedEvent.craftMatrix;
1514
for(int i=0; i < craftMatrix.getSizeInventory(); i++)

0 commit comments

Comments
 (0)