fixing anvil inventory manager

This commit is contained in:
Mohammad-Ali Minaie
2018-09-13 07:12:12 -04:00
parent 5562a58f44
commit 5d85dd7a8e

View File

@@ -128,6 +128,7 @@ public class AnvilStone extends AnvilBase {
doAnvilRecipe(pItem, tempArray, world, tile, pos, player);
return true;
}
doAnvilInventoryManager(pItem, world, tile, pos, hitx, hity, hitz, state, player);
}
return false;
}